{-# LANGUAGE TypeApplications #-}
#if (MIN_VERSION_haskell_gi_overloading(1,0,0) && !defined(__HADDOCK_VERSION__))
#define ENABLE_OVERLOADING
#endif
module GI.Gtk.Objects.Shortcut
(
Shortcut(..) ,
IsShortcut ,
toShortcut ,
#if defined(ENABLE_OVERLOADING)
ResolveShortcutMethod ,
#endif
#if defined(ENABLE_OVERLOADING)
ShortcutGetActionMethodInfo ,
#endif
shortcutGetAction ,
#if defined(ENABLE_OVERLOADING)
ShortcutGetArgumentsMethodInfo ,
#endif
shortcutGetArguments ,
#if defined(ENABLE_OVERLOADING)
ShortcutGetTriggerMethodInfo ,
#endif
shortcutGetTrigger ,
shortcutNew ,
#if defined(ENABLE_OVERLOADING)
ShortcutSetActionMethodInfo ,
#endif
shortcutSetAction ,
#if defined(ENABLE_OVERLOADING)
ShortcutSetArgumentsMethodInfo ,
#endif
shortcutSetArguments ,
#if defined(ENABLE_OVERLOADING)
ShortcutSetTriggerMethodInfo ,
#endif
shortcutSetTrigger ,
#if defined(ENABLE_OVERLOADING)
ShortcutActionPropertyInfo ,
#endif
clearShortcutAction ,
constructShortcutAction ,
getShortcutAction ,
setShortcutAction ,
#if defined(ENABLE_OVERLOADING)
shortcutAction ,
#endif
#if defined(ENABLE_OVERLOADING)
ShortcutArgumentsPropertyInfo ,
#endif
clearShortcutArguments ,
constructShortcutArguments ,
getShortcutArguments ,
setShortcutArguments ,
#if defined(ENABLE_OVERLOADING)
shortcutArguments ,
#endif
#if defined(ENABLE_OVERLOADING)
ShortcutTriggerPropertyInfo ,
#endif
clearShortcutTrigger ,
constructShortcutTrigger ,
getShortcutTrigger ,
setShortcutTrigger ,
#if defined(ENABLE_OVERLOADING)
shortcutTrigger ,
#endif
) 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.GHashTable as B.GHT
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.Coerce as Coerce
import qualified Data.Text as T
import qualified Data.Kind as DK
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 Data.Word as DW
import qualified Data.Int as DI
import qualified System.Posix.Types as SPT
import qualified Foreign.C.Types as FCT
#if MIN_VERSION_base(4,18,0)
import qualified GI.Cairo.Structs.Context as Cairo.Context
import qualified GI.Cairo.Structs.FontOptions as Cairo.FontOptions
import qualified GI.GLib.Callbacks as GLib.Callbacks
import qualified GI.GLib.Structs.Bytes as GLib.Bytes
import qualified GI.GLib.Structs.String as GLib.String
import qualified GI.GObject.Objects.Object as GObject.Object
import qualified GI.Gdk.Enums as Gdk.Enums
import qualified GI.Gdk.Flags as Gdk.Flags
import qualified GI.Gdk.Interfaces.Paintable as Gdk.Paintable
import qualified GI.Gdk.Objects.Clipboard as Gdk.Clipboard
import qualified GI.Gdk.Objects.Cursor as Gdk.Cursor
import qualified GI.Gdk.Objects.Device as Gdk.Device
import qualified GI.Gdk.Objects.Display as Gdk.Display
import qualified GI.Gdk.Objects.Event as Gdk.Event
import qualified GI.Gdk.Objects.FrameClock as Gdk.FrameClock
import qualified GI.Gdk.Objects.Snapshot as Gdk.Snapshot
import qualified GI.Gdk.Objects.Surface as Gdk.Surface
import qualified GI.Gdk.Objects.Texture as Gdk.Texture
import qualified GI.Gdk.Structs.RGBA as Gdk.RGBA
import qualified GI.Gdk.Structs.Rectangle as Gdk.Rectangle
import qualified GI.Gio.Interfaces.ActionGroup as Gio.ActionGroup
import qualified GI.Gio.Interfaces.Icon as Gio.Icon
import qualified GI.Gio.Interfaces.ListModel as Gio.ListModel
import qualified GI.Graphene.Structs.Matrix as Graphene.Matrix
import qualified GI.Graphene.Structs.Point as Graphene.Point
import qualified GI.Graphene.Structs.Point3D as Graphene.Point3D
import qualified GI.Graphene.Structs.Rect as Graphene.Rect
import qualified GI.Graphene.Structs.Size as Graphene.Size
import qualified GI.Graphene.Structs.Vec3 as Graphene.Vec3
import qualified GI.Graphene.Structs.Vec4 as Graphene.Vec4
import qualified GI.Gsk.Enums as Gsk.Enums
import qualified GI.Gsk.Objects.GLShader as Gsk.GLShader
import qualified GI.Gsk.Objects.RenderNode as Gsk.RenderNode
import qualified GI.Gsk.Objects.Renderer as Gsk.Renderer
import qualified GI.Gsk.Structs.ColorStop as Gsk.ColorStop
import qualified GI.Gsk.Structs.Path as Gsk.Path
import qualified GI.Gsk.Structs.RoundedRect as Gsk.RoundedRect
import qualified GI.Gsk.Structs.Shadow as Gsk.Shadow
import qualified GI.Gsk.Structs.Stroke as Gsk.Stroke
import qualified GI.Gsk.Structs.Transform as Gsk.Transform
import qualified GI.Gtk.Callbacks as Gtk.Callbacks
import {-# SOURCE #-} qualified GI.Gtk.Enums as Gtk.Enums
import {-# SOURCE #-} qualified GI.Gtk.Flags as Gtk.Flags
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Accessible as Gtk.Accessible
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Buildable as Gtk.Buildable
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.ConstraintTarget as Gtk.ConstraintTarget
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Native as Gtk.Native
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.Root as Gtk.Root
import {-# SOURCE #-} qualified GI.Gtk.Interfaces.StyleProvider as Gtk.StyleProvider
import {-# SOURCE #-} qualified GI.Gtk.Objects.ATContext as Gtk.ATContext
import {-# SOURCE #-} qualified GI.Gtk.Objects.EventController as Gtk.EventController
import {-# SOURCE #-} qualified GI.Gtk.Objects.LayoutChild as Gtk.LayoutChild
import {-# SOURCE #-} qualified GI.Gtk.Objects.LayoutManager as Gtk.LayoutManager
import {-# SOURCE #-} qualified GI.Gtk.Objects.Settings as Gtk.Settings
import {-# SOURCE #-} qualified GI.Gtk.Objects.ShortcutAction as Gtk.ShortcutAction
import {-# SOURCE #-} qualified GI.Gtk.Objects.ShortcutTrigger as Gtk.ShortcutTrigger
import {-# SOURCE #-} qualified GI.Gtk.Objects.Snapshot as Gtk.Snapshot
import {-# SOURCE #-} qualified GI.Gtk.Objects.StyleContext as Gtk.StyleContext
import {-# SOURCE #-} qualified GI.Gtk.Objects.Tooltip as Gtk.Tooltip
import {-# SOURCE #-} qualified GI.Gtk.Objects.Widget as Gtk.Widget
import {-# SOURCE #-} qualified GI.Gtk.Structs.Border as Gtk.Border
import {-# SOURCE #-} qualified GI.Gtk.Structs.Requisition as Gtk.Requisition
import qualified GI.Pango.Enums as Pango.Enums
import qualified GI.Pango.Objects.Context as Pango.Context
import qualified GI.Pango.Objects.FontMap as Pango.FontMap
import qualified GI.Pango.Objects.Layout as Pango.Layout
#else
import qualified GI.GObject.Objects.Object as GObject.Object
import {-# SOURCE #-} qualified GI.Gtk.Objects.ShortcutAction as Gtk.ShortcutAction
import {-# SOURCE #-} qualified GI.Gtk.Objects.ShortcutTrigger as Gtk.ShortcutTrigger
#endif
newtype Shortcut = Shortcut (SP.ManagedPtr Shortcut)
deriving (Shortcut -> Shortcut -> Bool
(Shortcut -> Shortcut -> Bool)
-> (Shortcut -> Shortcut -> Bool) -> Eq Shortcut
forall a. (a -> a -> Bool) -> (a -> a -> Bool) -> Eq a
$c== :: Shortcut -> Shortcut -> Bool
== :: Shortcut -> Shortcut -> Bool
$c/= :: Shortcut -> Shortcut -> Bool
/= :: Shortcut -> Shortcut -> Bool
Eq)
instance SP.ManagedPtrNewtype Shortcut where
toManagedPtr :: Shortcut -> ManagedPtr Shortcut
toManagedPtr (Shortcut ManagedPtr Shortcut
p) = ManagedPtr Shortcut
p
foreign import ccall "gtk_shortcut_get_type"
c_gtk_shortcut_get_type :: IO B.Types.GType
instance B.Types.TypedObject Shortcut where
glibType :: IO GType
glibType = IO GType
c_gtk_shortcut_get_type
instance B.Types.GObject Shortcut
class (SP.GObject o, O.IsDescendantOf Shortcut o) => IsShortcut o
instance (SP.GObject o, O.IsDescendantOf Shortcut o) => IsShortcut o
instance O.HasParentTypes Shortcut
type instance O.ParentTypes Shortcut = '[GObject.Object.Object]
toShortcut :: (MIO.MonadIO m, IsShortcut o) => o -> m Shortcut
toShortcut :: forall (m :: * -> *) o.
(MonadIO m, IsShortcut o) =>
o -> m Shortcut
toShortcut = IO Shortcut -> m Shortcut
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO Shortcut -> m Shortcut)
-> (o -> IO Shortcut) -> o -> m Shortcut
forall b c a. (b -> c) -> (a -> b) -> a -> c
. (ManagedPtr Shortcut -> Shortcut) -> o -> IO Shortcut
forall o o'.
(HasCallStack, ManagedPtrNewtype o, TypedObject o,
ManagedPtrNewtype o', TypedObject o') =>
(ManagedPtr o' -> o') -> o -> IO o'
B.ManagedPtr.unsafeCastTo ManagedPtr Shortcut -> Shortcut
Shortcut
instance B.GValue.IsGValue (Maybe Shortcut) where
gvalueGType_ :: IO GType
gvalueGType_ = IO GType
c_gtk_shortcut_get_type
gvalueSet_ :: Ptr GValue -> Maybe Shortcut -> IO ()
gvalueSet_ Ptr GValue
gv Maybe Shortcut
P.Nothing = Ptr GValue -> Ptr Shortcut -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv (Ptr Shortcut
forall a. Ptr a
FP.nullPtr :: FP.Ptr Shortcut)
gvalueSet_ Ptr GValue
gv (P.Just Shortcut
obj) = Shortcut -> (Ptr Shortcut -> IO ()) -> IO ()
forall a c.
(HasCallStack, ManagedPtrNewtype a) =>
a -> (Ptr a -> IO c) -> IO c
B.ManagedPtr.withManagedPtr Shortcut
obj (Ptr GValue -> Ptr Shortcut -> IO ()
forall a. GObject a => Ptr GValue -> Ptr a -> IO ()
B.GValue.set_object Ptr GValue
gv)
gvalueGet_ :: Ptr GValue -> IO (Maybe Shortcut)
gvalueGet_ Ptr GValue
gv = do
ptr <- Ptr GValue -> IO (Ptr Shortcut)
forall a. GObject a => Ptr GValue -> IO (Ptr a)
B.GValue.get_object Ptr GValue
gv :: IO (FP.Ptr Shortcut)
if ptr /= FP.nullPtr
then P.Just <$> B.ManagedPtr.newObject Shortcut ptr
else return P.Nothing
#if defined(ENABLE_OVERLOADING)
type family ResolveShortcutMethod (t :: Symbol) (o :: DK.Type) :: DK.Type where
ResolveShortcutMethod "bindProperty" o = GObject.Object.ObjectBindPropertyMethodInfo
ResolveShortcutMethod "bindPropertyFull" o = GObject.Object.ObjectBindPropertyFullMethodInfo
ResolveShortcutMethod "forceFloating" o = GObject.Object.ObjectForceFloatingMethodInfo
ResolveShortcutMethod "freezeNotify" o = GObject.Object.ObjectFreezeNotifyMethodInfo
ResolveShortcutMethod "getv" o = GObject.Object.ObjectGetvMethodInfo
ResolveShortcutMethod "isFloating" o = GObject.Object.ObjectIsFloatingMethodInfo
ResolveShortcutMethod "notify" o = GObject.Object.ObjectNotifyMethodInfo
ResolveShortcutMethod "notifyByPspec" o = GObject.Object.ObjectNotifyByPspecMethodInfo
ResolveShortcutMethod "ref" o = GObject.Object.ObjectRefMethodInfo
ResolveShortcutMethod "refSink" o = GObject.Object.ObjectRefSinkMethodInfo
ResolveShortcutMethod "runDispose" o = GObject.Object.ObjectRunDisposeMethodInfo
ResolveShortcutMethod "stealData" o = GObject.Object.ObjectStealDataMethodInfo
ResolveShortcutMethod "stealQdata" o = GObject.Object.ObjectStealQdataMethodInfo
ResolveShortcutMethod "thawNotify" o = GObject.Object.ObjectThawNotifyMethodInfo
ResolveShortcutMethod "unref" o = GObject.Object.ObjectUnrefMethodInfo
ResolveShortcutMethod "watchClosure" o = GObject.Object.ObjectWatchClosureMethodInfo
ResolveShortcutMethod "getAction" o = ShortcutGetActionMethodInfo
ResolveShortcutMethod "getArguments" o = ShortcutGetArgumentsMethodInfo
ResolveShortcutMethod "getData" o = GObject.Object.ObjectGetDataMethodInfo
ResolveShortcutMethod "getProperty" o = GObject.Object.ObjectGetPropertyMethodInfo
ResolveShortcutMethod "getQdata" o = GObject.Object.ObjectGetQdataMethodInfo
ResolveShortcutMethod "getTrigger" o = ShortcutGetTriggerMethodInfo
ResolveShortcutMethod "setAction" o = ShortcutSetActionMethodInfo
ResolveShortcutMethod "setArguments" o = ShortcutSetArgumentsMethodInfo
ResolveShortcutMethod "setData" o = GObject.Object.ObjectSetDataMethodInfo
ResolveShortcutMethod "setDataFull" o = GObject.Object.ObjectSetDataFullMethodInfo
ResolveShortcutMethod "setProperty" o = GObject.Object.ObjectSetPropertyMethodInfo
ResolveShortcutMethod "setTrigger" o = ShortcutSetTriggerMethodInfo
ResolveShortcutMethod l o = O.MethodResolutionFailed l o
instance (info ~ ResolveShortcutMethod t Shortcut, O.OverloadedMethod info Shortcut p) => OL.IsLabel t (Shortcut -> 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 ~ ResolveShortcutMethod t Shortcut, O.OverloadedMethod info Shortcut p, R.HasField t Shortcut p) => R.HasField t Shortcut p where
getField = O.overloadedMethod @info
#endif
instance (info ~ ResolveShortcutMethod t Shortcut, O.OverloadedMethodInfo info Shortcut) => OL.IsLabel t (O.MethodProxy info Shortcut) where
#if MIN_VERSION_base(4,10,0)
fromLabel = O.MethodProxy
#else
fromLabel _ = O.MethodProxy
#endif
#endif
getShortcutAction :: (MonadIO m, IsShortcut o) => o -> m (Maybe Gtk.ShortcutAction.ShortcutAction)
getShortcutAction :: forall (m :: * -> *) o.
(MonadIO m, IsShortcut o) =>
o -> m (Maybe ShortcutAction)
getShortcutAction o
obj = IO (Maybe ShortcutAction) -> m (Maybe ShortcutAction)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (Maybe ShortcutAction) -> m (Maybe ShortcutAction))
-> IO (Maybe ShortcutAction) -> m (Maybe ShortcutAction)
forall a b. (a -> b) -> a -> b
$ o
-> String
-> (ManagedPtr ShortcutAction -> ShortcutAction)
-> IO (Maybe ShortcutAction)
forall a b.
(GObject a, GObject b) =>
a -> String -> (ManagedPtr b -> b) -> IO (Maybe b)
B.Properties.getObjectPropertyObject o
obj String
"action" ManagedPtr ShortcutAction -> ShortcutAction
Gtk.ShortcutAction.ShortcutAction
setShortcutAction :: (MonadIO m, IsShortcut o, Gtk.ShortcutAction.IsShortcutAction a) => o -> a -> m ()
setShortcutAction :: forall (m :: * -> *) o a.
(MonadIO m, IsShortcut o, IsShortcutAction a) =>
o -> a -> m ()
setShortcutAction o
obj a
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Maybe a -> IO ()
forall a b.
(GObject a, GObject b) =>
a -> String -> Maybe b -> IO ()
B.Properties.setObjectPropertyObject o
obj String
"action" (a -> Maybe a
forall a. a -> Maybe a
Just a
val)
constructShortcutAction :: (IsShortcut o, MIO.MonadIO m, Gtk.ShortcutAction.IsShortcutAction a) => a -> m (GValueConstruct o)
constructShortcutAction :: forall o (m :: * -> *) a.
(IsShortcut o, MonadIO m, IsShortcutAction a) =>
a -> m (GValueConstruct o)
constructShortcutAction a
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Maybe a -> IO (GValueConstruct o)
forall a o.
GObject a =>
String -> Maybe a -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyObject String
"action" (a -> Maybe a
forall a. a -> Maybe a
P.Just a
val)
clearShortcutAction :: (MonadIO m, IsShortcut o) => o -> m ()
clearShortcutAction :: forall (m :: * -> *) o. (MonadIO m, IsShortcut o) => o -> m ()
clearShortcutAction o
obj = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ o -> String -> Maybe ShortcutAction -> IO ()
forall a b.
(GObject a, GObject b) =>
a -> String -> Maybe b -> IO ()
B.Properties.setObjectPropertyObject o
obj String
"action" (Maybe ShortcutAction
forall a. Maybe a
Nothing :: Maybe Gtk.ShortcutAction.ShortcutAction)
#if defined(ENABLE_OVERLOADING)
data ShortcutActionPropertyInfo
instance AttrInfo ShortcutActionPropertyInfo where
type AttrAllowedOps ShortcutActionPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ShortcutActionPropertyInfo = IsShortcut
type AttrSetTypeConstraint ShortcutActionPropertyInfo = Gtk.ShortcutAction.IsShortcutAction
type AttrTransferTypeConstraint ShortcutActionPropertyInfo = Gtk.ShortcutAction.IsShortcutAction
type AttrTransferType ShortcutActionPropertyInfo = Gtk.ShortcutAction.ShortcutAction
type AttrGetType ShortcutActionPropertyInfo = (Maybe Gtk.ShortcutAction.ShortcutAction)
type AttrLabel ShortcutActionPropertyInfo = "action"
type AttrOrigin ShortcutActionPropertyInfo = Shortcut
attrGet = getShortcutAction
attrSet = setShortcutAction
attrTransfer _ v = do
unsafeCastTo Gtk.ShortcutAction.ShortcutAction v
attrConstruct = constructShortcutAction
attrClear = clearShortcutAction
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.action"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#g:attr:action"
})
#endif
getShortcutArguments :: (MonadIO m, IsShortcut o) => o -> m (Maybe GVariant)
getShortcutArguments :: forall (m :: * -> *) o.
(MonadIO m, IsShortcut o) =>
o -> m (Maybe GVariant)
getShortcutArguments o
obj = IO (Maybe GVariant) -> m (Maybe GVariant)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (Maybe GVariant) -> m (Maybe GVariant))
-> IO (Maybe GVariant) -> m (Maybe GVariant)
forall a b. (a -> b) -> a -> b
$ o -> String -> IO (Maybe GVariant)
forall a. GObject a => a -> String -> IO (Maybe GVariant)
B.Properties.getObjectPropertyVariant o
obj String
"arguments"
setShortcutArguments :: (MonadIO m, IsShortcut o) => o -> GVariant -> m ()
setShortcutArguments :: forall (m :: * -> *) o.
(MonadIO m, IsShortcut o) =>
o -> GVariant -> m ()
setShortcutArguments o
obj GVariant
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Maybe GVariant -> IO ()
forall a. GObject a => a -> String -> Maybe GVariant -> IO ()
B.Properties.setObjectPropertyVariant o
obj String
"arguments" (GVariant -> Maybe GVariant
forall a. a -> Maybe a
Just GVariant
val)
constructShortcutArguments :: (IsShortcut o, MIO.MonadIO m) => GVariant -> m (GValueConstruct o)
constructShortcutArguments :: forall o (m :: * -> *).
(IsShortcut o, MonadIO m) =>
GVariant -> m (GValueConstruct o)
constructShortcutArguments GVariant
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Maybe GVariant -> IO (GValueConstruct o)
forall o. String -> Maybe GVariant -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyVariant String
"arguments" (GVariant -> Maybe GVariant
forall a. a -> Maybe a
P.Just GVariant
val)
clearShortcutArguments :: (MonadIO m, IsShortcut o) => o -> m ()
clearShortcutArguments :: forall (m :: * -> *) o. (MonadIO m, IsShortcut o) => o -> m ()
clearShortcutArguments o
obj = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ o -> String -> Maybe GVariant -> IO ()
forall a. GObject a => a -> String -> Maybe GVariant -> IO ()
B.Properties.setObjectPropertyVariant o
obj String
"arguments" (Maybe GVariant
forall a. Maybe a
Nothing :: Maybe GVariant)
#if defined(ENABLE_OVERLOADING)
data ShortcutArgumentsPropertyInfo
instance AttrInfo ShortcutArgumentsPropertyInfo where
type AttrAllowedOps ShortcutArgumentsPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ShortcutArgumentsPropertyInfo = IsShortcut
type AttrSetTypeConstraint ShortcutArgumentsPropertyInfo = (~) GVariant
type AttrTransferTypeConstraint ShortcutArgumentsPropertyInfo = (~) GVariant
type AttrTransferType ShortcutArgumentsPropertyInfo = GVariant
type AttrGetType ShortcutArgumentsPropertyInfo = (Maybe GVariant)
type AttrLabel ShortcutArgumentsPropertyInfo = "arguments"
type AttrOrigin ShortcutArgumentsPropertyInfo = Shortcut
attrGet = getShortcutArguments
attrSet = setShortcutArguments
attrTransfer _ v = do
return v
attrConstruct = constructShortcutArguments
attrClear = clearShortcutArguments
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.arguments"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#g:attr:arguments"
})
#endif
getShortcutTrigger :: (MonadIO m, IsShortcut o) => o -> m (Maybe Gtk.ShortcutTrigger.ShortcutTrigger)
getShortcutTrigger :: forall (m :: * -> *) o.
(MonadIO m, IsShortcut o) =>
o -> m (Maybe ShortcutTrigger)
getShortcutTrigger o
obj = IO (Maybe ShortcutTrigger) -> m (Maybe ShortcutTrigger)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (Maybe ShortcutTrigger) -> m (Maybe ShortcutTrigger))
-> IO (Maybe ShortcutTrigger) -> m (Maybe ShortcutTrigger)
forall a b. (a -> b) -> a -> b
$ o
-> String
-> (ManagedPtr ShortcutTrigger -> ShortcutTrigger)
-> IO (Maybe ShortcutTrigger)
forall a b.
(GObject a, GObject b) =>
a -> String -> (ManagedPtr b -> b) -> IO (Maybe b)
B.Properties.getObjectPropertyObject o
obj String
"trigger" ManagedPtr ShortcutTrigger -> ShortcutTrigger
Gtk.ShortcutTrigger.ShortcutTrigger
setShortcutTrigger :: (MonadIO m, IsShortcut o, Gtk.ShortcutTrigger.IsShortcutTrigger a) => o -> a -> m ()
setShortcutTrigger :: forall (m :: * -> *) o a.
(MonadIO m, IsShortcut o, IsShortcutTrigger a) =>
o -> a -> m ()
setShortcutTrigger o
obj a
val = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
o -> String -> Maybe a -> IO ()
forall a b.
(GObject a, GObject b) =>
a -> String -> Maybe b -> IO ()
B.Properties.setObjectPropertyObject o
obj String
"trigger" (a -> Maybe a
forall a. a -> Maybe a
Just a
val)
constructShortcutTrigger :: (IsShortcut o, MIO.MonadIO m, Gtk.ShortcutTrigger.IsShortcutTrigger a) => a -> m (GValueConstruct o)
constructShortcutTrigger :: forall o (m :: * -> *) a.
(IsShortcut o, MonadIO m, IsShortcutTrigger a) =>
a -> m (GValueConstruct o)
constructShortcutTrigger a
val = IO (GValueConstruct o) -> m (GValueConstruct o)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> m (GValueConstruct o))
-> IO (GValueConstruct o) -> m (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ do
IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a. IO a -> IO a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
MIO.liftIO (IO (GValueConstruct o) -> IO (GValueConstruct o))
-> IO (GValueConstruct o) -> IO (GValueConstruct o)
forall a b. (a -> b) -> a -> b
$ String -> Maybe a -> IO (GValueConstruct o)
forall a o.
GObject a =>
String -> Maybe a -> IO (GValueConstruct o)
B.Properties.constructObjectPropertyObject String
"trigger" (a -> Maybe a
forall a. a -> Maybe a
P.Just a
val)
clearShortcutTrigger :: (MonadIO m, IsShortcut o) => o -> m ()
clearShortcutTrigger :: forall (m :: * -> *) o. (MonadIO m, IsShortcut o) => o -> m ()
clearShortcutTrigger o
obj = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ o -> String -> Maybe ShortcutTrigger -> IO ()
forall a b.
(GObject a, GObject b) =>
a -> String -> Maybe b -> IO ()
B.Properties.setObjectPropertyObject o
obj String
"trigger" (Maybe ShortcutTrigger
forall a. Maybe a
Nothing :: Maybe Gtk.ShortcutTrigger.ShortcutTrigger)
#if defined(ENABLE_OVERLOADING)
data ShortcutTriggerPropertyInfo
instance AttrInfo ShortcutTriggerPropertyInfo where
type AttrAllowedOps ShortcutTriggerPropertyInfo = '[ 'AttrSet, 'AttrConstruct, 'AttrGet, 'AttrClear]
type AttrBaseTypeConstraint ShortcutTriggerPropertyInfo = IsShortcut
type AttrSetTypeConstraint ShortcutTriggerPropertyInfo = Gtk.ShortcutTrigger.IsShortcutTrigger
type AttrTransferTypeConstraint ShortcutTriggerPropertyInfo = Gtk.ShortcutTrigger.IsShortcutTrigger
type AttrTransferType ShortcutTriggerPropertyInfo = Gtk.ShortcutTrigger.ShortcutTrigger
type AttrGetType ShortcutTriggerPropertyInfo = (Maybe Gtk.ShortcutTrigger.ShortcutTrigger)
type AttrLabel ShortcutTriggerPropertyInfo = "trigger"
type AttrOrigin ShortcutTriggerPropertyInfo = Shortcut
attrGet = getShortcutTrigger
attrSet = setShortcutTrigger
attrTransfer _ v = do
unsafeCastTo Gtk.ShortcutTrigger.ShortcutTrigger v
attrConstruct = constructShortcutTrigger
attrClear = clearShortcutTrigger
dbgAttrInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.trigger"
, O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#g:attr:trigger"
})
#endif
#if defined(ENABLE_OVERLOADING)
instance O.HasAttributeList Shortcut
type instance O.AttributeList Shortcut = ShortcutAttributeList
type ShortcutAttributeList = ('[ '("action", ShortcutActionPropertyInfo), '("arguments", ShortcutArgumentsPropertyInfo), '("trigger", ShortcutTriggerPropertyInfo)] :: [(Symbol, DK.Type)])
#endif
#if defined(ENABLE_OVERLOADING)
shortcutAction :: AttrLabelProxy "action"
shortcutAction = AttrLabelProxy
shortcutArguments :: AttrLabelProxy "arguments"
shortcutArguments = AttrLabelProxy
shortcutTrigger :: AttrLabelProxy "trigger"
shortcutTrigger = AttrLabelProxy
#endif
#if defined(ENABLE_OVERLOADING)
type instance O.SignalList Shortcut = ShortcutSignalList
type ShortcutSignalList = ('[ '("notify", GObject.Object.ObjectNotifySignalInfo)] :: [(Symbol, DK.Type)])
#endif
foreign import ccall "gtk_shortcut_new" gtk_shortcut_new ::
Ptr Gtk.ShortcutTrigger.ShortcutTrigger ->
Ptr Gtk.ShortcutAction.ShortcutAction ->
IO (Ptr Shortcut)
shortcutNew ::
(B.CallStack.HasCallStack, MonadIO m, Gtk.ShortcutTrigger.IsShortcutTrigger a, Gtk.ShortcutAction.IsShortcutAction b) =>
Maybe (a)
-> Maybe (b)
-> m Shortcut
shortcutNew :: forall (m :: * -> *) a b.
(HasCallStack, MonadIO m, IsShortcutTrigger a,
IsShortcutAction b) =>
Maybe a -> Maybe b -> m Shortcut
shortcutNew Maybe a
trigger Maybe b
action = IO Shortcut -> m Shortcut
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO Shortcut -> m Shortcut) -> IO Shortcut -> m Shortcut
forall a b. (a -> b) -> a -> b
$ do
maybeTrigger <- case Maybe a
trigger of
Maybe a
Nothing -> Ptr ShortcutTrigger -> IO (Ptr ShortcutTrigger)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr ShortcutTrigger
forall a. Ptr a
FP.nullPtr
Just a
jTrigger -> do
jTrigger' <- a -> IO (Ptr ShortcutTrigger)
forall a b. (HasCallStack, GObject a) => a -> IO (Ptr b)
B.ManagedPtr.disownObject a
jTrigger
return jTrigger'
maybeAction <- case action of
Maybe b
Nothing -> Ptr ShortcutAction -> IO (Ptr ShortcutAction)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr ShortcutAction
forall a. Ptr a
FP.nullPtr
Just b
jAction -> do
jAction' <- b -> IO (Ptr ShortcutAction)
forall a b. (HasCallStack, GObject a) => a -> IO (Ptr b)
B.ManagedPtr.disownObject b
jAction
return jAction'
result <- gtk_shortcut_new maybeTrigger maybeAction
checkUnexpectedReturnNULL "shortcutNew" result
result' <- (wrapObject Shortcut) result
whenJust trigger touchManagedPtr
whenJust action touchManagedPtr
return result'
#if defined(ENABLE_OVERLOADING)
#endif
foreign import ccall "gtk_shortcut_get_action" gtk_shortcut_get_action ::
Ptr Shortcut ->
IO (Ptr Gtk.ShortcutAction.ShortcutAction)
shortcutGetAction ::
(B.CallStack.HasCallStack, MonadIO m, IsShortcut a) =>
a
-> m (Maybe Gtk.ShortcutAction.ShortcutAction)
shortcutGetAction :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsShortcut a) =>
a -> m (Maybe ShortcutAction)
shortcutGetAction a
self = IO (Maybe ShortcutAction) -> m (Maybe ShortcutAction)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO (Maybe ShortcutAction) -> m (Maybe ShortcutAction))
-> IO (Maybe ShortcutAction) -> m (Maybe ShortcutAction)
forall a b. (a -> b) -> a -> b
$ do
self' <- a -> IO (Ptr Shortcut)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
result <- gtk_shortcut_get_action self'
maybeResult <- convertIfNonNull result $ \Ptr ShortcutAction
result' -> do
result'' <- ((ManagedPtr ShortcutAction -> ShortcutAction)
-> Ptr ShortcutAction -> IO ShortcutAction
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
newObject ManagedPtr ShortcutAction -> ShortcutAction
Gtk.ShortcutAction.ShortcutAction) Ptr ShortcutAction
result'
return result''
touchManagedPtr self
return maybeResult
#if defined(ENABLE_OVERLOADING)
data ShortcutGetActionMethodInfo
instance (signature ~ (m (Maybe Gtk.ShortcutAction.ShortcutAction)), MonadIO m, IsShortcut a) => O.OverloadedMethod ShortcutGetActionMethodInfo a signature where
overloadedMethod = shortcutGetAction
instance O.OverloadedMethodInfo ShortcutGetActionMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.shortcutGetAction",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#v:shortcutGetAction"
})
#endif
foreign import ccall "gtk_shortcut_get_arguments" gtk_shortcut_get_arguments ::
Ptr Shortcut ->
IO (Ptr GVariant)
shortcutGetArguments ::
(B.CallStack.HasCallStack, MonadIO m, IsShortcut a) =>
a
-> m (Maybe GVariant)
shortcutGetArguments :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsShortcut a) =>
a -> m (Maybe GVariant)
shortcutGetArguments a
self = IO (Maybe GVariant) -> m (Maybe GVariant)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO (Maybe GVariant) -> m (Maybe GVariant))
-> IO (Maybe GVariant) -> m (Maybe GVariant)
forall a b. (a -> b) -> a -> b
$ do
self' <- a -> IO (Ptr Shortcut)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
result <- gtk_shortcut_get_arguments self'
maybeResult <- convertIfNonNull result $ \Ptr GVariant
result' -> do
result'' <- Ptr GVariant -> IO GVariant
B.GVariant.newGVariantFromPtr Ptr GVariant
result'
return result''
touchManagedPtr self
return maybeResult
#if defined(ENABLE_OVERLOADING)
data ShortcutGetArgumentsMethodInfo
instance (signature ~ (m (Maybe GVariant)), MonadIO m, IsShortcut a) => O.OverloadedMethod ShortcutGetArgumentsMethodInfo a signature where
overloadedMethod = shortcutGetArguments
instance O.OverloadedMethodInfo ShortcutGetArgumentsMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.shortcutGetArguments",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#v:shortcutGetArguments"
})
#endif
foreign import ccall "gtk_shortcut_get_trigger" gtk_shortcut_get_trigger ::
Ptr Shortcut ->
IO (Ptr Gtk.ShortcutTrigger.ShortcutTrigger)
shortcutGetTrigger ::
(B.CallStack.HasCallStack, MonadIO m, IsShortcut a) =>
a
-> m (Maybe Gtk.ShortcutTrigger.ShortcutTrigger)
shortcutGetTrigger :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsShortcut a) =>
a -> m (Maybe ShortcutTrigger)
shortcutGetTrigger a
self = IO (Maybe ShortcutTrigger) -> m (Maybe ShortcutTrigger)
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO (Maybe ShortcutTrigger) -> m (Maybe ShortcutTrigger))
-> IO (Maybe ShortcutTrigger) -> m (Maybe ShortcutTrigger)
forall a b. (a -> b) -> a -> b
$ do
self' <- a -> IO (Ptr Shortcut)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
result <- gtk_shortcut_get_trigger self'
maybeResult <- convertIfNonNull result $ \Ptr ShortcutTrigger
result' -> do
result'' <- ((ManagedPtr ShortcutTrigger -> ShortcutTrigger)
-> Ptr ShortcutTrigger -> IO ShortcutTrigger
forall a b.
(HasCallStack, GObject a, GObject b) =>
(ManagedPtr a -> a) -> Ptr b -> IO a
newObject ManagedPtr ShortcutTrigger -> ShortcutTrigger
Gtk.ShortcutTrigger.ShortcutTrigger) Ptr ShortcutTrigger
result'
return result''
touchManagedPtr self
return maybeResult
#if defined(ENABLE_OVERLOADING)
data ShortcutGetTriggerMethodInfo
instance (signature ~ (m (Maybe Gtk.ShortcutTrigger.ShortcutTrigger)), MonadIO m, IsShortcut a) => O.OverloadedMethod ShortcutGetTriggerMethodInfo a signature where
overloadedMethod = shortcutGetTrigger
instance O.OverloadedMethodInfo ShortcutGetTriggerMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.shortcutGetTrigger",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#v:shortcutGetTrigger"
})
#endif
foreign import ccall "gtk_shortcut_set_action" gtk_shortcut_set_action ::
Ptr Shortcut ->
Ptr Gtk.ShortcutAction.ShortcutAction ->
IO ()
shortcutSetAction ::
(B.CallStack.HasCallStack, MonadIO m, IsShortcut a, Gtk.ShortcutAction.IsShortcutAction b) =>
a
-> Maybe (b)
-> m ()
shortcutSetAction :: forall (m :: * -> *) a b.
(HasCallStack, MonadIO m, IsShortcut a, IsShortcutAction b) =>
a -> Maybe b -> m ()
shortcutSetAction a
self Maybe b
action = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
self' <- a -> IO (Ptr Shortcut)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
maybeAction <- case action of
Maybe b
Nothing -> Ptr ShortcutAction -> IO (Ptr ShortcutAction)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr ShortcutAction
forall a. Ptr a
FP.nullPtr
Just b
jAction -> do
jAction' <- b -> IO (Ptr ShortcutAction)
forall a b. (HasCallStack, GObject a) => a -> IO (Ptr b)
B.ManagedPtr.disownObject b
jAction
return jAction'
gtk_shortcut_set_action self' maybeAction
touchManagedPtr self
whenJust action touchManagedPtr
return ()
#if defined(ENABLE_OVERLOADING)
data ShortcutSetActionMethodInfo
instance (signature ~ (Maybe (b) -> m ()), MonadIO m, IsShortcut a, Gtk.ShortcutAction.IsShortcutAction b) => O.OverloadedMethod ShortcutSetActionMethodInfo a signature where
overloadedMethod = shortcutSetAction
instance O.OverloadedMethodInfo ShortcutSetActionMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.shortcutSetAction",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#v:shortcutSetAction"
})
#endif
foreign import ccall "gtk_shortcut_set_arguments" gtk_shortcut_set_arguments ::
Ptr Shortcut ->
Ptr GVariant ->
IO ()
shortcutSetArguments ::
(B.CallStack.HasCallStack, MonadIO m, IsShortcut a) =>
a
-> Maybe (GVariant)
-> m ()
shortcutSetArguments :: forall (m :: * -> *) a.
(HasCallStack, MonadIO m, IsShortcut a) =>
a -> Maybe GVariant -> m ()
shortcutSetArguments a
self Maybe GVariant
args = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
self' <- a -> IO (Ptr Shortcut)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
maybeArgs <- case args of
Maybe GVariant
Nothing -> Ptr GVariant -> IO (Ptr GVariant)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr GVariant
forall a. Ptr a
FP.nullPtr
Just GVariant
jArgs -> do
jArgs' <- GVariant -> IO (Ptr GVariant)
forall a. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr a)
unsafeManagedPtrGetPtr GVariant
jArgs
return jArgs'
gtk_shortcut_set_arguments self' maybeArgs
touchManagedPtr self
whenJust args touchManagedPtr
return ()
#if defined(ENABLE_OVERLOADING)
data ShortcutSetArgumentsMethodInfo
instance (signature ~ (Maybe (GVariant) -> m ()), MonadIO m, IsShortcut a) => O.OverloadedMethod ShortcutSetArgumentsMethodInfo a signature where
overloadedMethod = shortcutSetArguments
instance O.OverloadedMethodInfo ShortcutSetArgumentsMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.shortcutSetArguments",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#v:shortcutSetArguments"
})
#endif
foreign import ccall "gtk_shortcut_set_trigger" gtk_shortcut_set_trigger ::
Ptr Shortcut ->
Ptr Gtk.ShortcutTrigger.ShortcutTrigger ->
IO ()
shortcutSetTrigger ::
(B.CallStack.HasCallStack, MonadIO m, IsShortcut a, Gtk.ShortcutTrigger.IsShortcutTrigger b) =>
a
-> Maybe (b)
-> m ()
shortcutSetTrigger :: forall (m :: * -> *) a b.
(HasCallStack, MonadIO m, IsShortcut a, IsShortcutTrigger b) =>
a -> Maybe b -> m ()
shortcutSetTrigger a
self Maybe b
trigger = IO () -> m ()
forall a. IO a -> m a
forall (m :: * -> *) a. MonadIO m => IO a -> m a
liftIO (IO () -> m ()) -> IO () -> m ()
forall a b. (a -> b) -> a -> b
$ do
self' <- a -> IO (Ptr Shortcut)
forall a b. (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
unsafeManagedPtrCastPtr a
self
maybeTrigger <- case trigger of
Maybe b
Nothing -> Ptr ShortcutTrigger -> IO (Ptr ShortcutTrigger)
forall a. a -> IO a
forall (m :: * -> *) a. Monad m => a -> m a
return Ptr ShortcutTrigger
forall a. Ptr a
FP.nullPtr
Just b
jTrigger -> do
jTrigger' <- b -> IO (Ptr ShortcutTrigger)
forall a b. (HasCallStack, GObject a) => a -> IO (Ptr b)
B.ManagedPtr.disownObject b
jTrigger
return jTrigger'
gtk_shortcut_set_trigger self' maybeTrigger
touchManagedPtr self
whenJust trigger touchManagedPtr
return ()
#if defined(ENABLE_OVERLOADING)
data ShortcutSetTriggerMethodInfo
instance (signature ~ (Maybe (b) -> m ()), MonadIO m, IsShortcut a, Gtk.ShortcutTrigger.IsShortcutTrigger b) => O.OverloadedMethod ShortcutSetTriggerMethodInfo a signature where
overloadedMethod = shortcutSetTrigger
instance O.OverloadedMethodInfo ShortcutSetTriggerMethodInfo a where
overloadedMethodInfo = P.Just (O.ResolvedSymbolInfo {
O.resolvedSymbolName = "GI.Gtk.Objects.Shortcut.shortcutSetTrigger",
O.resolvedSymbolURL = "https://hackage.haskell.org/package/gi-gtk4-4.0.12/docs/GI-Gtk-Objects-Shortcut.html#v:shortcutSetTrigger"
})
#endif