{-# LANGUAGE TypeApplications #-}


-- | Copyright  : Will Thompson, Iñaki García Etxebarria and Jonas Platte
-- License    : LGPL-2.1
-- Maintainer : Iñaki García Etxebarria
-- 
-- A t'GI.Gtk.Objects.ShortcutAction.ShortcutAction' that calls 'GI.Gtk.Objects.Widget.widgetMnemonicActivate'.

#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif

module GI.Gtk.Objects.MnemonicAction
    ( 

-- * Exported types
    MnemonicAction(..)                      ,
    IsMnemonicAction                        ,
    toMnemonicAction                        ,


 -- * Methods
-- | 
-- 
--  === __Click to display all available methods, including inherited ones__
-- ==== Methods
-- [activate]("GI.Gtk.Objects.ShortcutAction#g:method:activate"), [bindProperty]("GI.GObject.Objects.Object#g:method:bindProperty"), [bindPropertyFull]("GI.GObject.Objects.Object#g:method:bindPropertyFull"), [forceFloating]("GI.GObject.Objects.Object#g:method:forceFloating"), [freezeNotify]("GI.GObject.Objects.Object#g:method:freezeNotify"), [getv]("GI.GObject.Objects.Object#g:method:getv"), [isFloating]("GI.GObject.Objects.Object#g:method:isFloating"), [notify]("GI.GObject.Objects.Object#g:method:notify"), [notifyByPspec]("GI.GObject.Objects.Object#g:method:notifyByPspec"), [print]("GI.Gtk.Objects.ShortcutAction#g:method:print"), [ref]("GI.GObject.Objects.Object#g:method:ref"), [refSink]("GI.GObject.Objects.Object#g:method:refSink"), [runDispose]("GI.GObject.Objects.Object#g:method:runDispose"), [stealData]("GI.GObject.Objects.Object#g:method:stealData"), [stealQdata]("GI.GObject.Objects.Object#g:method:stealQdata"), [thawNotify]("GI.GObject.Objects.Object#g:method:thawNotify"), [toString]("GI.Gtk.Objects.ShortcutAction#g:method:toString"), [unref]("GI.GObject.Objects.Object#g:method:unref"), [watchClosure]("GI.GObject.Objects.Object#g:method:watchClosure").
-- 
-- ==== Getters
-- [getData]("GI.GObject.Objects.Object#g:method:getData"), [getProperty]("GI.GObject.Objects.Object#g:method:getProperty"), [getQdata]("GI.GObject.Objects.Object#g:method:getQdata").
-- 
-- ==== Setters
-- [setData]("GI.GObject.Objects.Object#g:method:setData"), [setDataFull]("GI.GObject.Objects.Object#g:method:setDataFull"), [setProperty]("GI.GObject.Objects.Object#g:method:setProperty").

#if defined(ENABLE_OVERLOADING)
    ResolveMnemonicActionMethod             ,
#endif

-- ** get #method:get#

    mnemonicActionGet                       ,




    ) where

import Data.GI.Base.ShortPrelude
import qualified Data.GI.Base.ShortPrelude as SP
import qualified Data.GI.Base.Overloading as O
import qualified Prelude as P

import qualified Data.GI.Base.Attributes as GI.Attributes
import qualified Data.GI.Base.BasicTypes as B.Types
import qualified Data.GI.Base.ManagedPtr as B.ManagedPtr
import qualified Data.GI.Base.GArray as B.GArray
import qualified Data.GI.Base.GClosure as B.GClosure
import qualified Data.GI.Base.GError as B.GError
import qualified Data.GI.Base.GVariant as B.GVariant
import qualified Data.GI.Base.GValue as B.GValue
import qualified Data.GI.Base.GParamSpec as B.GParamSpec
import qualified Data.GI.Base.CallStack as B.CallStack
import qualified Data.GI.Base.Properties as B.Properties
import qualified Data.GI.Base.Signals as B.Signals
import qualified Control.Monad.IO.Class as MIO
import qualified Data.Text as T
import qualified Data.ByteString.Char8 as B
import qualified Data.Map as Map
import qualified Foreign.Ptr as FP
import qualified GHC.OverloadedLabels as OL
import qualified GHC.Records as R

import qualified GI.GObject.Objects.Object as GObject.Object
import {-# SOURCE #-} qualified GI.Gtk.Objects.ShortcutAction as Gtk.ShortcutAction

-- | Memory-managed wrapper type.
newtype MnemonicAction = MnemonicAction (SP.ManagedPtr MnemonicAction)
    deriving (MnemonicAction -> MnemonicAction -> Bool
(MnemonicAction -> MnemonicAction -> Bool)
-> (MnemonicAction -> MnemonicAction -> Bool) -> Eq MnemonicAction
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
/= :: MnemonicAction -> MnemonicAction -> Bool
$c/= :: MnemonicAction -> MnemonicAction -> Bool
== :: MnemonicAction -> MnemonicAction -> Bool
$c== :: MnemonicAction -> MnemonicAction -> Bool
Eq)

instance SP.ManagedPtrNewtype MnemonicAction where
    toManagedPtr :: MnemonicAction -> ManagedPtr MnemonicAction
toManagedPtr (MnemonicAction ManagedPtr MnemonicAction
p) = ManagedPtr MnemonicAction
p

foreign import ccall "gtk_mnemonic_action_get_type"
    c_gtk_mnemonic_action_get_type :: IO B.Types.GType

instance B.Types.TypedObject MnemonicAction where
    glibType :: IO GType
glibType = IO GType
c_gtk_mnemonic_action_get_type

instance B.Types.GObject MnemonicAction

-- | Type class for types which can be safely cast to `MnemonicAction`, for instance with `toMnemonicAction`.
class (SP.GObject o, O.IsDescendantOf MnemonicAction o) => IsMnemonicAction o
instance (SP.GObject o, O.IsDescendantOf MnemonicAction o) => IsMnemonicAction o

instance O.HasParentTypes MnemonicAction
type instance O.ParentTypes MnemonicAction = '[Gtk.ShortcutAction.ShortcutAction, GObject.Object.Object]

-- | Cast to `MnemonicAction`, for types for which this is known to be safe. For general casts, use `Data.GI.Base.ManagedPtr.castTo`.
toMnemonicAction :: (MIO.MonadIO m, IsMnemonicAction o) => o -> m MnemonicAction
toMnemonicAction :: forall (m :: * -> *) o.
(MonadIO m, IsMnemonicAction o) =>
o -> m MnemonicAction
toMnemonicAction = IO MnemonicAction -> m MnemonicAction
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO MnemonicAction -> m MnemonicAction)
-> (o -> IO MnemonicAction) -> o -> m MnemonicAction
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr MnemonicAction -> MnemonicAction)
-> o -> IO MnemonicAction
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
 ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr MnemonicAction -> MnemonicAction
MnemonicAction

-- | Convert 'MnemonicAction' to and from 'Data.GI.Base.GValue.GValue'. See 'Data.GI.Base.GValue.toGValue' and 'Data.GI.Base.GValue.fromGValue'.
instance B.GValue.IsGValue (Maybe MnemonicAction) where
    gvalueGType_ :: IO GType
gvalueGType_ = IO GType
c_gtk_mnemonic_action_get_type
    gvalueSet_ :: Ptr GValue -> Maybe MnemonicAction -> IO ()
gvalueSet_ Ptr GValue
gv Maybe MnemonicAction
P.Nothing = Ptr GValue -> Ptr MnemonicAction -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv (Ptr MnemonicAction
forall a. Ptr a
FP.nullPtr :: FP.Ptr MnemonicAction)
    gvalueSet_ Ptr GValue
gv (P.Just MnemonicAction
obj) = MnemonicAction -> (Ptr MnemonicAction -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
B.ManagedPtr.withManagedPtr MnemonicAction
obj (Ptr GValue -> Ptr MnemonicAction -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv)
    gvalueGet_ :: Ptr GValue -> IO (Maybe MnemonicAction)
gvalueGet_ Ptr GValue
gv = do
        Ptr MnemonicAction
ptr <- Ptr GValue -> IO (Ptr MnemonicAction)
forall a. GObject a => Ptr GValue -> IO (Ptr a)
B.GValue.get_object Ptr GValue
gv :: IO (FP.Ptr MnemonicAction)
        if Ptr MnemonicAction
ptr Ptr MnemonicAction -> Ptr MnemonicAction -> Bool
forall a. Eq a => a -> a -> Bool
/= Ptr MnemonicAction
forall a. Ptr a
FP.nullPtr
        then MnemonicAction -> Maybe MnemonicAction
forall a. a -> Maybe a
P.Just (MnemonicAction -> Maybe MnemonicAction)
-> IO MnemonicAction -> IO (Maybe MnemonicAction)
forall (f :: * -> *) a b. Functor f => (a -> b) -> f a -> f b
<$> (ManagedPtr MnemonicAction -> MnemonicAction)
-> Ptr MnemonicAction -> IO MnemonicAction
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
B.ManagedPtr.newObject ManagedPtr MnemonicAction -> MnemonicAction
MnemonicAction Ptr MnemonicAction
ptr
        else Maybe MnemonicAction -> IO (Maybe MnemonicAction)
forall (m :: * -> *) a. Monad m => a -> m a
return Maybe MnemonicAction
forall a. Maybe a
P.Nothing
        
    

#if defined(ENABLE_OVERLOADING)
type family ResolveMnemonicActionMethod (t :: Symbol) (o :: *) :: * where
    ResolveMnemonicActionMethod "activate" o = Gtk.ShortcutAction.ShortcutActionActivateMethodInfo
    ResolveMnemonicActionMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
    ResolveMnemonicActionMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
    ResolveMnemonicActionMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
    ResolveMnemonicActionMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
    ResolveMnemonicActionMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
    ResolveMnemonicActionMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
    ResolveMnemonicActionMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
    ResolveMnemonicActionMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
    ResolveMnemonicActionMethod "print" o = Gtk.ShortcutAction.ShortcutActionPrintMethodInfo
    ResolveMnemonicActionMethod "ref" o = GObject.Object.ObjectRefMethodInfo
    ResolveMnemonicActionMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
    ResolveMnemonicActionMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
    ResolveMnemonicActionMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
    ResolveMnemonicActionMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
    ResolveMnemonicActionMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
    ResolveMnemonicActionMethod "toString" o = Gtk.ShortcutAction.ShortcutActionToStringMethodInfo
    ResolveMnemonicActionMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
    ResolveMnemonicActionMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
    ResolveMnemonicActionMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
    ResolveMnemonicActionMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
    ResolveMnemonicActionMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
    ResolveMnemonicActionMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
    ResolveMnemonicActionMethod "setDataFull" o = GObject.Object.ObjectSetDataFullMethodInfo
    ResolveMnemonicActionMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
    ResolveMnemonicActionMethod l o = O.MethodResolutionFailed l o

instance (info ~ ResolveMnemonicActionMethod t MnemonicAction, O.OverloadedMethod info MnemonicAction p) => OL.IsLabel t (MnemonicAction -> p) where
#if MIN_VERSION_base(4,10,0)
    fromLabel = O.overloadedMethod @info
#else
    fromLabel _ = O.overloadedMethod @info
#endif

#if MIN_VERSION_base(4,13,0)
instance (info ~ ResolveMnemonicActionMethod t MnemonicAction, O.OverloadedMethod info MnemonicAction p, R.HasField t MnemonicAction p) => R.HasField t MnemonicAction p where
    getField = O.overloadedMethod @info

#endif

instance (info ~ ResolveMnemonicActionMethod t MnemonicAction, O.OverloadedMethodInfo info MnemonicAction) => OL.IsLabel t (O.MethodProxy info MnemonicAction) where
#if MIN_VERSION_base(4,10,0)
    fromLabel = O.MethodProxy
#else
    fromLabel _ = O.MethodProxy
#endif

#endif

#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList MnemonicAction
type instance O.AttributeList MnemonicAction = MnemonicActionAttributeList
type MnemonicActionAttributeList = ('[ ] :: [(Symbol, *)])
#endif

#if defined(ENABLE_OVERLOADING)
#endif

#if defined(ENABLE_OVERLOADING)
type instance O.SignalList MnemonicAction = MnemonicActionSignalList
type MnemonicActionSignalList = ('[ '("notify", GObject.Object.ObjectNotifySignalInfo)] :: [(Symbol, *)])

#endif

-- method MnemonicAction::get
-- method type : MemberFunction
-- Args: []
-- Lengths: []
-- returnType: Just
--               (TInterface Name { namespace = "Gtk" , name = "MnemonicAction" })
-- throws : False
-- Skip return : False

foreign import ccall "gtk_mnemonic_action_get" gtk_mnemonic_action_get :: 
    IO (Ptr MnemonicAction)

-- | Gets the mnemonic action. This is an action that calls
-- 'GI.Gtk.Objects.Widget.widgetMnemonicActivate' on the given widget upon activation.
mnemonicActionGet ::
    (B.CallStack.HasCallStack, MonadIO m) =>
    m MnemonicAction
    -- ^ __Returns:__ The mnemonic action
mnemonicActionGet :: forall (m :: * -> *). (HasCallStack, MonadIO m) => m MnemonicAction
mnemonicActionGet  = IO MnemonicAction -> m MnemonicAction
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO MnemonicAction -> m MnemonicAction)
-> IO MnemonicAction -> m MnemonicAction
forall a b. (a -> b) -> a -> b
$ do
    Ptr MnemonicAction
result <- IO (Ptr MnemonicAction)
gtk_mnemonic_action_get
    Text -> Ptr MnemonicAction -> IO ()
forall a. HasCallStack => Text -> Ptr a -> IO ()
checkUnexpectedReturnNULL Text
"mnemonicActionGet" Ptr MnemonicAction
result
    MnemonicAction
result' <- ((ManagedPtr MnemonicAction -> MnemonicAction)
-> Ptr MnemonicAction -> IO MnemonicAction
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
newObject ManagedPtr MnemonicAction -> MnemonicAction
MnemonicAction) Ptr MnemonicAction
result
    MnemonicAction -> IO MnemonicAction
forall (m :: * -> *) a. Monad m => a -> m a
return MnemonicAction
result'

#if defined(ENABLE_OVERLOADING)
#endif