gi-gtk-hs 0.3.6.2 → 0.3.6.3
raw patch · 2 files changed
+6/−4 lines, 2 filesdep ~containersPVP: major bump suggested
API removals or changes: PVP suggests a major version bump
Dependency ranges changed: containers
API changes (from Hackage documentation)
+ Data.GI.Gtk: infixr 0 :~>
- Data.GI.Gtk: GArray :: Ptr GArray a -> GArray a
+ Data.GI.Gtk: GArray :: Ptr (GArray a) -> GArray a
- Data.GI.Gtk: GHashTable :: Ptr GHashTable a b -> GHashTable a b
+ Data.GI.Gtk: GHashTable :: Ptr (GHashTable a b) -> GHashTable a b
- Data.GI.Gtk: GList :: Ptr GList a -> GList a
+ Data.GI.Gtk: GList :: Ptr (GList a) -> GList a
- Data.GI.Gtk: GPtrArray :: Ptr GPtrArray a -> GPtrArray a
+ Data.GI.Gtk: GPtrArray :: Ptr (GPtrArray a) -> GPtrArray a
- Data.GI.Gtk: GSList :: Ptr GSList a -> GSList a
+ Data.GI.Gtk: GSList :: Ptr (GSList a) -> GSList a
- Data.GI.Gtk: ManagedPtr :: ForeignPtr a -> Maybe CallStack -> IORef Maybe CallStack -> ManagedPtr a
+ Data.GI.Gtk: ManagedPtr :: ForeignPtr a -> Maybe CallStack -> IORef (Maybe CallStack) -> ManagedPtr a
- Data.GI.Gtk: [:=>] :: AttrOp obj tag
+ Data.GI.Gtk: [:=>] :: forall obj (tag :: AttrOpTag) info (attr :: Symbol) b. (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, AttrOpAllowed tag info obj, AttrSetTypeConstraint info b) => AttrLabelProxy attr -> IO b -> AttrOp obj tag
- Data.GI.Gtk: [:=] :: AttrOp obj tag
+ Data.GI.Gtk: [:=] :: forall obj (tag :: AttrOpTag) info (attr :: Symbol) b. (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, AttrOpAllowed tag info obj, AttrSetTypeConstraint info b) => AttrLabelProxy attr -> b -> AttrOp obj tag
- Data.GI.Gtk: [:~>] :: AttrOp obj tag
+ Data.GI.Gtk: [:~>] :: forall obj (tag :: AttrOpTag) info (attr :: Symbol) b a. (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, tag ~ AttrSet, AttrOpAllowed AttrSet info obj, AttrOpAllowed AttrGet info obj, AttrSetTypeConstraint info b, a ~ AttrGetType info) => AttrLabelProxy attr -> (a -> IO b) -> AttrOp obj tag
- Data.GI.Gtk: [:~] :: AttrOp obj tag
+ Data.GI.Gtk: [:~] :: forall obj (tag :: AttrOpTag) info (attr :: Symbol) b a. (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, tag ~ AttrSet, AttrOpAllowed AttrSet info obj, AttrOpAllowed AttrGet info obj, AttrSetTypeConstraint info b, a ~ AttrGetType info) => AttrLabelProxy attr -> (a -> b) -> AttrOp obj tag
- Data.GI.Gtk: [PropertyNotify] :: SignalProxy object GObjectNotifySignalInfo pl
+ Data.GI.Gtk: [PropertyNotify] :: forall object info info1 (propName :: Symbol) (pl :: Symbol). (info1 ~ ResolveAttribute propName object, AttrInfo info1, pl ~ AttrLabel info1) => AttrLabelProxy propName -> SignalProxy object (GObjectNotifySignalInfo pl)
- Data.GI.Gtk: [managedPtrIsDisowned] :: ManagedPtr a -> IORef Maybe CallStack
+ Data.GI.Gtk: [managedPtrIsDisowned] :: ManagedPtr a -> IORef (Maybe CallStack)
- Data.GI.Gtk: accelGroupFromAccelClosure :: (HasCallStack, MonadIO m) => Closure -> m Maybe AccelGroup
+ Data.GI.Gtk: accelGroupFromAccelClosure :: (HasCallStack, MonadIO m) => Closure -> m (Maybe AccelGroup)
- Data.GI.Gtk: accelGroupQuery :: (HasCallStack, MonadIO m, IsAccelGroup a) => a -> Word32 -> [ModifierType] -> m Maybe [AccelGroupEntry]
+ Data.GI.Gtk: accelGroupQuery :: (HasCallStack, MonadIO m, IsAccelGroup a) => a -> Word32 -> [ModifierType] -> m (Maybe [AccelGroupEntry])
- Data.GI.Gtk: accelLabelGetAccelWidget :: (HasCallStack, MonadIO m, IsAccelLabel a) => a -> m Maybe Widget
+ Data.GI.Gtk: accelLabelGetAccelWidget :: (HasCallStack, MonadIO m, IsAccelLabel a) => a -> m (Maybe Widget)
- Data.GI.Gtk: accessibleGetWidget :: (HasCallStack, MonadIO m, IsAccessible a) => a -> m Maybe Widget
+ Data.GI.Gtk: accessibleGetWidget :: (HasCallStack, MonadIO m, IsAccessible a) => a -> m (Maybe Widget)
- Data.GI.Gtk: actionBarGetCenterWidget :: (HasCallStack, MonadIO m, IsActionBar a) => a -> m Maybe Widget
+ Data.GI.Gtk: actionBarGetCenterWidget :: (HasCallStack, MonadIO m, IsActionBar a) => a -> m (Maybe Widget)
- Data.GI.Gtk: actionGroupGetAction :: (HasCallStack, MonadIO m, IsActionGroup a) => a -> Text -> m Maybe Action
+ Data.GI.Gtk: actionGroupGetAction :: (HasCallStack, MonadIO m, IsActionGroup a) => a -> Text -> m (Maybe Action)
- Data.GI.Gtk: actionableGetActionName :: (HasCallStack, MonadIO m, IsActionable a) => a -> m Maybe Text
+ Data.GI.Gtk: actionableGetActionName :: (HasCallStack, MonadIO m, IsActionable a) => a -> m (Maybe Text)
- Data.GI.Gtk: appChooserButtonGetHeading :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m Maybe Text
+ Data.GI.Gtk: appChooserButtonGetHeading :: (HasCallStack, MonadIO m, IsAppChooserButton a) => a -> m (Maybe Text)
- Data.GI.Gtk: appChooserDialogGetHeading :: (HasCallStack, MonadIO m, IsAppChooserDialog a) => a -> m Maybe Text
+ Data.GI.Gtk: appChooserDialogGetHeading :: (HasCallStack, MonadIO m, IsAppChooserDialog a) => a -> m (Maybe Text)
- Data.GI.Gtk: appChooserGetAppInfo :: (HasCallStack, MonadIO m, IsAppChooser a) => a -> m Maybe AppInfo
+ Data.GI.Gtk: appChooserGetAppInfo :: (HasCallStack, MonadIO m, IsAppChooser a) => a -> m (Maybe AppInfo)
- Data.GI.Gtk: applicationGetActiveWindow :: (HasCallStack, MonadIO m, IsApplication a) => a -> m Maybe Window
+ Data.GI.Gtk: applicationGetActiveWindow :: (HasCallStack, MonadIO m, IsApplication a) => a -> m (Maybe Window)
- Data.GI.Gtk: applicationGetAppMenu :: (HasCallStack, MonadIO m, IsApplication a) => a -> m Maybe MenuModel
+ Data.GI.Gtk: applicationGetAppMenu :: (HasCallStack, MonadIO m, IsApplication a) => a -> m (Maybe MenuModel)
- Data.GI.Gtk: applicationGetWindowById :: (HasCallStack, MonadIO m, IsApplication a) => a -> Word32 -> m Maybe Window
+ Data.GI.Gtk: applicationGetWindowById :: (HasCallStack, MonadIO m, IsApplication a) => a -> Word32 -> m (Maybe Window)
- Data.GI.Gtk: applicationNew :: (HasCallStack, MonadIO m) => Maybe Text -> [ApplicationFlags] -> m Maybe Application
+ Data.GI.Gtk: applicationNew :: (HasCallStack, MonadIO m) => Maybe Text -> [ApplicationFlags] -> m (Maybe Application)
- Data.GI.Gtk: applicationWindowGetHelpOverlay :: (HasCallStack, MonadIO m, IsApplicationWindow a) => a -> m Maybe ShortcutsWindow
+ Data.GI.Gtk: applicationWindowGetHelpOverlay :: (HasCallStack, MonadIO m, IsApplicationWindow a) => a -> m (Maybe ShortcutsWindow)
- Data.GI.Gtk: assistantGetNthPage :: (HasCallStack, MonadIO m, IsAssistant a) => a -> Int32 -> m Maybe Widget
+ Data.GI.Gtk: assistantGetNthPage :: (HasCallStack, MonadIO m, IsAssistant a) => a -> Int32 -> m (Maybe Widget)
- Data.GI.Gtk: binGetChild :: (HasCallStack, MonadIO m, IsBin a) => a -> m Maybe Widget
+ Data.GI.Gtk: binGetChild :: (HasCallStack, MonadIO m, IsBin a) => a -> m (Maybe Widget)
- Data.GI.Gtk: bindingSetFind :: (HasCallStack, MonadIO m) => Text -> m Maybe BindingSet
+ Data.GI.Gtk: bindingSetFind :: (HasCallStack, MonadIO m) => Text -> m (Maybe BindingSet)
- Data.GI.Gtk: boxGetCenterWidget :: (HasCallStack, MonadIO m, IsBox a) => a -> m Maybe Widget
+ Data.GI.Gtk: boxGetCenterWidget :: (HasCallStack, MonadIO m, IsBox a) => a -> m (Maybe Widget)
- Data.GI.Gtk: builderGetApplication :: (HasCallStack, MonadIO m, IsBuilder a) => a -> m Maybe Application
+ Data.GI.Gtk: builderGetApplication :: (HasCallStack, MonadIO m, IsBuilder a) => a -> m (Maybe Application)
- Data.GI.Gtk: builderGetObject :: (HasCallStack, MonadIO m, IsBuilder a) => a -> Text -> m Maybe Object
+ Data.GI.Gtk: builderGetObject :: (HasCallStack, MonadIO m, IsBuilder a) => a -> Text -> m (Maybe Object)
- Data.GI.Gtk: buttonGetImage :: (HasCallStack, MonadIO m, IsButton a) => a -> m Maybe Widget
+ Data.GI.Gtk: buttonGetImage :: (HasCallStack, MonadIO m, IsButton a) => a -> m (Maybe Widget)
- Data.GI.Gtk: castTo :: (GObject o, GObject o') => ManagedPtr o' -> o' -> o -> IO Maybe o'
+ Data.GI.Gtk: castTo :: (GObject o, GObject o') => (ManagedPtr o' -> o') -> o -> IO (Maybe o')
- Data.GI.Gtk: catchBuilderError :: () => IO a -> BuilderError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchBuilderError :: () => IO a -> (BuilderError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchCssProviderError :: () => IO a -> CssProviderError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchCssProviderError :: () => IO a -> (CssProviderError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchFileChooserError :: () => IO a -> FileChooserError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchFileChooserError :: () => IO a -> (FileChooserError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchGErrorJust :: GErrorClass err => err -> IO a -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchGErrorJust :: GErrorClass err => err -> IO a -> (GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchGErrorJustDomain :: GErrorClass err => IO a -> err -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchGErrorJustDomain :: GErrorClass err => IO a -> (err -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchIconThemeError :: () => IO a -> IconThemeError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchIconThemeError :: () => IO a -> (IconThemeError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchPrintError :: () => IO a -> PrintError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchPrintError :: () => IO a -> (PrintError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchRecentChooserError :: () => IO a -> RecentChooserError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchRecentChooserError :: () => IO a -> (RecentChooserError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: catchRecentManagerError :: () => IO a -> RecentManagerError -> GErrorMessage -> IO a -> IO a
+ Data.GI.Gtk: catchRecentManagerError :: () => IO a -> (RecentManagerError -> GErrorMessage -> IO a) -> IO a
- Data.GI.Gtk: cellAreaGetFocusFromSibling :: (HasCallStack, MonadIO m, IsCellArea a, IsCellRenderer b) => a -> b -> m Maybe CellRenderer
+ Data.GI.Gtk: cellAreaGetFocusFromSibling :: (HasCallStack, MonadIO m, IsCellArea a, IsCellRenderer b) => a -> b -> m (Maybe CellRenderer)
- Data.GI.Gtk: cellLayoutGetArea :: (HasCallStack, MonadIO m, IsCellLayout a) => a -> m Maybe CellArea
+ Data.GI.Gtk: cellLayoutGetArea :: (HasCallStack, MonadIO m, IsCellLayout a) => a -> m (Maybe CellArea)
- Data.GI.Gtk: cellRendererStartEditing :: (HasCallStack, MonadIO m, IsCellRenderer a, IsWidget b) => a -> Maybe Event -> b -> Text -> Rectangle -> Rectangle -> [CellRendererState] -> m Maybe CellEditable
+ Data.GI.Gtk: cellRendererStartEditing :: (HasCallStack, MonadIO m, IsCellRenderer a, IsWidget b) => a -> Maybe Event -> b -> Text -> Rectangle -> Rectangle -> [CellRendererState] -> m (Maybe CellEditable)
- Data.GI.Gtk: cellViewGetDisplayedRow :: (HasCallStack, MonadIO m, IsCellView a) => a -> m Maybe TreePath
+ Data.GI.Gtk: cellViewGetDisplayedRow :: (HasCallStack, MonadIO m, IsCellView a) => a -> m (Maybe TreePath)
- Data.GI.Gtk: cellViewGetModel :: (HasCallStack, MonadIO m, IsCellView a) => a -> m Maybe TreeModel
+ Data.GI.Gtk: cellViewGetModel :: (HasCallStack, MonadIO m, IsCellView a) => a -> m (Maybe TreeModel)
- Data.GI.Gtk: checkGError :: () => Ptr Ptr GError -> IO a -> GError -> IO a -> IO a
+ Data.GI.Gtk: checkGError :: () => (Ptr (Ptr GError) -> IO a) -> (GError -> IO a) -> IO a
- Data.GI.Gtk: checkVersion :: (HasCallStack, MonadIO m) => Word32 -> Word32 -> Word32 -> m Maybe Text
+ Data.GI.Gtk: checkVersion :: (HasCallStack, MonadIO m) => Word32 -> Word32 -> Word32 -> m (Maybe Text)
- Data.GI.Gtk: clipboardGetOwner :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m Maybe Object
+ Data.GI.Gtk: clipboardGetOwner :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m (Maybe Object)
- Data.GI.Gtk: clipboardWaitForContents :: (HasCallStack, MonadIO m, IsClipboard a) => a -> Atom -> m Maybe SelectionData
+ Data.GI.Gtk: clipboardWaitForContents :: (HasCallStack, MonadIO m, IsClipboard a) => a -> Atom -> m (Maybe SelectionData)
- Data.GI.Gtk: clipboardWaitForImage :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m Maybe Pixbuf
+ Data.GI.Gtk: clipboardWaitForImage :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m (Maybe Pixbuf)
- Data.GI.Gtk: clipboardWaitForText :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m Maybe Text
+ Data.GI.Gtk: clipboardWaitForText :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m (Maybe Text)
- Data.GI.Gtk: clipboardWaitForUris :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m Maybe [Text]
+ Data.GI.Gtk: clipboardWaitForUris :: (HasCallStack, MonadIO m, IsClipboard a) => a -> m (Maybe [Text])
- Data.GI.Gtk: comboBoxGetActiveId :: (HasCallStack, MonadIO m, IsComboBox a) => a -> m Maybe Text
+ Data.GI.Gtk: comboBoxGetActiveId :: (HasCallStack, MonadIO m, IsComboBox a) => a -> m (Maybe Text)
- Data.GI.Gtk: constructAboutDialogArtists :: IsAboutDialog o => [Text] -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogArtists :: IsAboutDialog o => [Text] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogAuthors :: IsAboutDialog o => [Text] -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogAuthors :: IsAboutDialog o => [Text] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogComments :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogComments :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogCopyright :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogCopyright :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogDocumenters :: IsAboutDialog o => [Text] -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogDocumenters :: IsAboutDialog o => [Text] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLicense :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogLicense :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLicenseType :: IsAboutDialog o => License -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogLicenseType :: IsAboutDialog o => License -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLogo :: (IsAboutDialog o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogLogo :: (IsAboutDialog o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogLogoIconName :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogLogoIconName :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogProgramName :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogProgramName :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogTranslatorCredits :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogTranslatorCredits :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogVersion :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogVersion :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogWebsite :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogWebsite :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogWebsiteLabel :: IsAboutDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogWebsiteLabel :: IsAboutDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAboutDialogWrapLicense :: IsAboutDialog o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAboutDialogWrapLicense :: IsAboutDialog o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAccelLabelAccelClosure :: IsAccelLabel o => Closure -> IO GValueConstruct o
+ Data.GI.Gtk: constructAccelLabelAccelClosure :: IsAccelLabel o => Closure -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAccelLabelAccelWidget :: (IsAccelLabel o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructAccelLabelAccelWidget :: (IsAccelLabel o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAccessibleWidget :: (IsAccessible o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructAccessibleWidget :: (IsAccessible o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionActionGroup :: (IsAction o, IsActionGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionActionGroup :: (IsAction o, IsActionGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionAlwaysShowImage :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionAlwaysShowImage :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionGicon :: (IsAction o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionGicon :: (IsAction o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupAccelGroup :: (IsActionGroup o, IsAccelGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionGroupAccelGroup :: (IsActionGroup o, IsAccelGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupName :: IsActionGroup o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionGroupName :: IsActionGroup o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupSensitive :: IsActionGroup o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionGroupSensitive :: IsActionGroup o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionGroupVisible :: IsActionGroup o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionGroupVisible :: IsActionGroup o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionHideIfEmpty :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionHideIfEmpty :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionIconName :: IsAction o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionIconName :: IsAction o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionIsImportant :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionIsImportant :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionLabel :: IsAction o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionLabel :: IsAction o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionName :: IsAction o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionName :: IsAction o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionSensitive :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionSensitive :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionShortLabel :: IsAction o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionShortLabel :: IsAction o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionStockId :: IsAction o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionStockId :: IsAction o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionTooltip :: IsAction o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionTooltip :: IsAction o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionVisible :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionVisible :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionVisibleHorizontal :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionVisibleHorizontal :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionVisibleOverflown :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionVisibleOverflown :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionVisibleVertical :: IsAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionVisibleVertical :: IsAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionableActionName :: IsActionable o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionableActionName :: IsActionable o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActionableActionTarget :: IsActionable o => GVariant -> IO GValueConstruct o
+ Data.GI.Gtk: constructActionableActionTarget :: IsActionable o => GVariant -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActivatableRelatedAction :: (IsActivatable o, IsAction a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructActivatableRelatedAction :: (IsActivatable o, IsAction a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructActivatableUseActionAppearance :: IsActivatable o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructActivatableUseActionAppearance :: IsActivatable o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentLower :: IsAdjustment o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructAdjustmentLower :: IsAdjustment o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentPageIncrement :: IsAdjustment o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructAdjustmentPageIncrement :: IsAdjustment o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentPageSize :: IsAdjustment o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructAdjustmentPageSize :: IsAdjustment o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentStepIncrement :: IsAdjustment o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructAdjustmentStepIncrement :: IsAdjustment o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentUpper :: IsAdjustment o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructAdjustmentUpper :: IsAdjustment o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAdjustmentValue :: IsAdjustment o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructAdjustmentValue :: IsAdjustment o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentBottomPadding :: IsAlignment o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentBottomPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentLeftPadding :: IsAlignment o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentLeftPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentRightPadding :: IsAlignment o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentRightPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentTopPadding :: IsAlignment o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentTopPadding :: IsAlignment o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentXalign :: IsAlignment o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentXalign :: IsAlignment o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentXscale :: IsAlignment o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentXscale :: IsAlignment o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentYalign :: IsAlignment o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentYalign :: IsAlignment o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAlignmentYscale :: IsAlignment o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAlignmentYscale :: IsAlignment o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserButtonHeading :: IsAppChooserButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserButtonHeading :: IsAppChooserButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserButtonShowDefaultItem :: IsAppChooserButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserButtonShowDefaultItem :: IsAppChooserButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserButtonShowDialogItem :: IsAppChooserButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserButtonShowDialogItem :: IsAppChooserButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserContentType :: IsAppChooser o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserContentType :: IsAppChooser o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserDialogGfile :: (IsAppChooserDialog o, IsFile a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserDialogGfile :: (IsAppChooserDialog o, IsFile a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserDialogHeading :: IsAppChooserDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserDialogHeading :: IsAppChooserDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetDefaultText :: IsAppChooserWidget o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserWidgetDefaultText :: IsAppChooserWidget o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowAll :: IsAppChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserWidgetShowAll :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowDefault :: IsAppChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserWidgetShowDefault :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowFallback :: IsAppChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserWidgetShowFallback :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowOther :: IsAppChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserWidgetShowOther :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAppChooserWidgetShowRecommended :: IsAppChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAppChooserWidgetShowRecommended :: IsAppChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructApplicationAppMenu :: (IsApplication o, IsMenuModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructApplicationAppMenu :: (IsApplication o, IsMenuModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructApplicationMenubar :: (IsApplication o, IsMenuModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructApplicationMenubar :: (IsApplication o, IsMenuModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructApplicationRegisterSession :: IsApplication o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructApplicationRegisterSession :: IsApplication o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructApplicationWindowShowMenubar :: IsApplicationWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructApplicationWindowShowMenubar :: IsApplicationWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructArrowArrowType :: IsArrow o => ArrowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructArrowArrowType :: IsArrow o => ArrowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructArrowShadowType :: IsArrow o => ShadowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructArrowShadowType :: IsArrow o => ShadowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameObeyChild :: IsAspectFrame o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructAspectFrameObeyChild :: IsAspectFrame o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameRatio :: IsAspectFrame o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAspectFrameRatio :: IsAspectFrame o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameXalign :: IsAspectFrame o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAspectFrameXalign :: IsAspectFrame o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAspectFrameYalign :: IsAspectFrame o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructAspectFrameYalign :: IsAspectFrame o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructAssistantUseHeaderBar :: IsAssistant o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructAssistantUseHeaderBar :: IsAssistant o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructBoxBaselinePosition :: IsBox o => BaselinePosition -> IO GValueConstruct o
+ Data.GI.Gtk: constructBoxBaselinePosition :: IsBox o => BaselinePosition -> IO (GValueConstruct o)
- Data.GI.Gtk: constructBoxHomogeneous :: IsBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructBoxHomogeneous :: IsBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructBoxSpacing :: IsBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructBoxSpacing :: IsBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructBuilderTranslationDomain :: IsBuilder o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructBuilderTranslationDomain :: IsBuilder o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonAlwaysShowImage :: IsButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonAlwaysShowImage :: IsButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonBoxLayoutStyle :: IsButtonBox o => ButtonBoxStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonBoxLayoutStyle :: IsButtonBox o => ButtonBoxStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonImage :: (IsButton o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonImage :: (IsButton o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonImagePosition :: IsButton o => PositionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonImagePosition :: IsButton o => PositionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonLabel :: IsButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonLabel :: IsButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonRelief :: IsButton o => ReliefStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonRelief :: IsButton o => ReliefStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonUseStock :: IsButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonUseStock :: IsButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonUseUnderline :: IsButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonUseUnderline :: IsButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonXalign :: IsButton o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonXalign :: IsButton o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructButtonYalign :: IsButton o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructButtonYalign :: IsButton o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarDay :: IsCalendar o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarDay :: IsCalendar o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarDetailHeightRows :: IsCalendar o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarDetailHeightRows :: IsCalendar o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarDetailWidthChars :: IsCalendar o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarDetailWidthChars :: IsCalendar o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarMonth :: IsCalendar o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarMonth :: IsCalendar o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarNoMonthChange :: IsCalendar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarNoMonthChange :: IsCalendar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowDayNames :: IsCalendar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarShowDayNames :: IsCalendar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowDetails :: IsCalendar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarShowDetails :: IsCalendar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowHeading :: IsCalendar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarShowHeading :: IsCalendar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarShowWeekNumbers :: IsCalendar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarShowWeekNumbers :: IsCalendar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCalendarYear :: IsCalendar o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCalendarYear :: IsCalendar o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellAreaBoxSpacing :: IsCellAreaBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellAreaBoxSpacing :: IsCellAreaBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellAreaContextArea :: (IsCellAreaContext o, IsCellArea a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellAreaContextArea :: (IsCellAreaContext o, IsCellArea a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellAreaFocusCell :: (IsCellArea o, IsCellRenderer a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellAreaFocusCell :: (IsCellArea o, IsCellRenderer a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellEditableEditingCanceled :: IsCellEditable o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellEditableEditingCanceled :: IsCellEditable o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelAccelKey :: IsCellRendererAccel o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererAccelAccelKey :: IsCellRendererAccel o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelAccelMode :: IsCellRendererAccel o => CellRendererAccelMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererAccelAccelMode :: IsCellRendererAccel o => CellRendererAccelMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelAccelMods :: IsCellRendererAccel o => [ModifierType] -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererAccelAccelMods :: IsCellRendererAccel o => [ModifierType] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererAccelKeycode :: IsCellRendererAccel o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererAccelKeycode :: IsCellRendererAccel o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackground :: IsCellRenderer o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererCellBackground :: IsCellRenderer o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackgroundGdk :: IsCellRenderer o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererCellBackgroundGdk :: IsCellRenderer o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackgroundRgba :: IsCellRenderer o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererCellBackgroundRgba :: IsCellRenderer o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererCellBackgroundSet :: IsCellRenderer o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererCellBackgroundSet :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererComboHasEntry :: IsCellRendererCombo o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererComboHasEntry :: IsCellRendererCombo o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererComboModel :: (IsCellRendererCombo o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererComboModel :: (IsCellRendererCombo o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererComboTextColumn :: IsCellRendererCombo o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererComboTextColumn :: IsCellRendererCombo o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererHeight :: IsCellRenderer o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererHeight :: IsCellRenderer o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererIsExpanded :: IsCellRenderer o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererIsExpanded :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererIsExpander :: IsCellRenderer o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererIsExpander :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererMode :: IsCellRenderer o => CellRendererMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererMode :: IsCellRenderer o => CellRendererMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufFollowState :: IsCellRendererPixbuf o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufFollowState :: IsCellRendererPixbuf o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufGicon :: (IsCellRendererPixbuf o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufGicon :: (IsCellRendererPixbuf o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufIconName :: IsCellRendererPixbuf o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufIconName :: IsCellRendererPixbuf o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufPixbuf :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufPixbuf :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderClosed :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderClosed :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderOpen :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufPixbufExpanderOpen :: (IsCellRendererPixbuf o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufStockDetail :: IsCellRendererPixbuf o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufStockDetail :: IsCellRendererPixbuf o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufStockId :: IsCellRendererPixbuf o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufStockId :: IsCellRendererPixbuf o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufStockSize :: IsCellRendererPixbuf o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufStockSize :: IsCellRendererPixbuf o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererPixbufSurface :: IsCellRendererPixbuf o => Surface -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererPixbufSurface :: IsCellRendererPixbuf o => Surface -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressInverted :: IsCellRendererProgress o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererProgressInverted :: IsCellRendererProgress o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressPulse :: IsCellRendererProgress o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererProgressPulse :: IsCellRendererProgress o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressText :: IsCellRendererProgress o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererProgressText :: IsCellRendererProgress o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressTextXalign :: IsCellRendererProgress o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererProgressTextXalign :: IsCellRendererProgress o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressTextYalign :: IsCellRendererProgress o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererProgressTextYalign :: IsCellRendererProgress o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererProgressValue :: IsCellRendererProgress o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererProgressValue :: IsCellRendererProgress o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSensitive :: IsCellRenderer o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSensitive :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinAdjustment :: (IsCellRendererSpin o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSpinAdjustment :: (IsCellRendererSpin o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinClimbRate :: IsCellRendererSpin o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSpinClimbRate :: IsCellRendererSpin o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinDigits :: IsCellRendererSpin o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSpinDigits :: IsCellRendererSpin o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinnerActive :: IsCellRendererSpinner o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSpinnerActive :: IsCellRendererSpinner o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinnerPulse :: IsCellRendererSpinner o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSpinnerPulse :: IsCellRendererSpinner o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererSpinnerSize :: IsCellRendererSpinner o => IconSize -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererSpinnerSize :: IsCellRendererSpinner o => IconSize -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextAlignSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextAlignSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextAlignment :: IsCellRendererText o => Alignment -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextAlignment :: IsCellRendererText o => Alignment -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextAttributes :: IsCellRendererText o => AttrList -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextAttributes :: IsCellRendererText o => AttrList -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackground :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextBackground :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackgroundGdk :: IsCellRendererText o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextBackgroundGdk :: IsCellRendererText o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackgroundRgba :: IsCellRendererText o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextBackgroundRgba :: IsCellRendererText o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextBackgroundSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextBackgroundSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEditable :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextEditable :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEditableSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextEditableSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEllipsize :: IsCellRendererText o => EllipsizeMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextEllipsize :: IsCellRendererText o => EllipsizeMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextEllipsizeSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextEllipsizeSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFamily :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextFamily :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFamilySet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextFamilySet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFont :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextFont :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextFontDesc :: IsCellRendererText o => FontDescription -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextFontDesc :: IsCellRendererText o => FontDescription -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForeground :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextForeground :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForegroundGdk :: IsCellRendererText o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextForegroundGdk :: IsCellRendererText o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForegroundRgba :: IsCellRendererText o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextForegroundRgba :: IsCellRendererText o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextForegroundSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextForegroundSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextLanguage :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextLanguage :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextLanguageSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextLanguageSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextMarkup :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextMarkup :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextMaxWidthChars :: IsCellRendererText o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextMaxWidthChars :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextPlaceholderText :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextPlaceholderText :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextRise :: IsCellRendererText o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextRise :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextRiseSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextRiseSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextScale :: IsCellRendererText o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextScale :: IsCellRendererText o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextScaleSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextScaleSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSingleParagraphMode :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextSingleParagraphMode :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSize :: IsCellRendererText o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextSize :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSizePoints :: IsCellRendererText o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextSizePoints :: IsCellRendererText o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextSizeSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextSizeSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStretch :: IsCellRendererText o => Stretch -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextStretch :: IsCellRendererText o => Stretch -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStretchSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextStretchSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStrikethrough :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextStrikethrough :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStrikethroughSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextStrikethroughSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStyle :: IsCellRendererText o => Style -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextStyle :: IsCellRendererText o => Style -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextStyleSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextStyleSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextText :: IsCellRendererText o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextText :: IsCellRendererText o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextUnderline :: IsCellRendererText o => Underline -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextUnderline :: IsCellRendererText o => Underline -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextUnderlineSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextUnderlineSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextVariant :: IsCellRendererText o => Variant -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextVariant :: IsCellRendererText o => Variant -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextVariantSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextVariantSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWeight :: IsCellRendererText o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextWeight :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWeightSet :: IsCellRendererText o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextWeightSet :: IsCellRendererText o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWidthChars :: IsCellRendererText o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextWidthChars :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWrapMode :: IsCellRendererText o => WrapMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextWrapMode :: IsCellRendererText o => WrapMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererTextWrapWidth :: IsCellRendererText o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererTextWrapWidth :: IsCellRendererText o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleActivatable :: IsCellRendererToggle o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererToggleActivatable :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleActive :: IsCellRendererToggle o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererToggleActive :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleInconsistent :: IsCellRendererToggle o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererToggleInconsistent :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleIndicatorSize :: IsCellRendererToggle o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererToggleIndicatorSize :: IsCellRendererToggle o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererToggleRadio :: IsCellRendererToggle o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererToggleRadio :: IsCellRendererToggle o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererVisible :: IsCellRenderer o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererVisible :: IsCellRenderer o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererWidth :: IsCellRenderer o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererWidth :: IsCellRenderer o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererXalign :: IsCellRenderer o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererXalign :: IsCellRenderer o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererXpad :: IsCellRenderer o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererXpad :: IsCellRenderer o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererYalign :: IsCellRenderer o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererYalign :: IsCellRenderer o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellRendererYpad :: IsCellRenderer o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellRendererYpad :: IsCellRenderer o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackground :: IsCellView o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewBackground :: IsCellView o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackgroundGdk :: IsCellView o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewBackgroundGdk :: IsCellView o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackgroundRgba :: IsCellView o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewBackgroundRgba :: IsCellView o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewBackgroundSet :: IsCellView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewBackgroundSet :: IsCellView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewCellArea :: (IsCellView o, IsCellArea a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewCellArea :: (IsCellView o, IsCellArea a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewCellAreaContext :: (IsCellView o, IsCellAreaContext a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewCellAreaContext :: (IsCellView o, IsCellAreaContext a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewDrawSensitive :: IsCellView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewDrawSensitive :: IsCellView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewFitModel :: IsCellView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewFitModel :: IsCellView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCellViewModel :: (IsCellView o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructCellViewModel :: (IsCellView o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCheckMenuItemActive :: IsCheckMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCheckMenuItemActive :: IsCheckMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCheckMenuItemDrawAsRadio :: IsCheckMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCheckMenuItemDrawAsRadio :: IsCheckMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructCheckMenuItemInconsistent :: IsCheckMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructCheckMenuItemInconsistent :: IsCheckMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonAlpha :: IsColorButton o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorButtonAlpha :: IsColorButton o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonColor :: IsColorButton o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorButtonColor :: IsColorButton o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonRgba :: IsColorButton o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorButtonRgba :: IsColorButton o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonShowEditor :: IsColorButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorButtonShowEditor :: IsColorButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonTitle :: IsColorButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorButtonTitle :: IsColorButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorButtonUseAlpha :: IsColorButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorButtonUseAlpha :: IsColorButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserDialogShowEditor :: IsColorChooserDialog o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorChooserDialogShowEditor :: IsColorChooserDialog o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserRgba :: IsColorChooser o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorChooserRgba :: IsColorChooser o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserUseAlpha :: IsColorChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorChooserUseAlpha :: IsColorChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorChooserWidgetShowEditor :: IsColorChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorChooserWidgetShowEditor :: IsColorChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionCurrentAlpha :: IsColorSelection o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorSelectionCurrentAlpha :: IsColorSelection o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionCurrentColor :: IsColorSelection o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorSelectionCurrentColor :: IsColorSelection o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionCurrentRgba :: IsColorSelection o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorSelectionCurrentRgba :: IsColorSelection o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionHasOpacityControl :: IsColorSelection o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorSelectionHasOpacityControl :: IsColorSelection o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructColorSelectionHasPalette :: IsColorSelection o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructColorSelectionHasPalette :: IsColorSelection o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxActive :: IsComboBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxActive :: IsComboBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxActiveId :: IsComboBox o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxActiveId :: IsComboBox o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxAddTearoffs :: IsComboBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxAddTearoffs :: IsComboBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxButtonSensitivity :: IsComboBox o => SensitivityType -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxButtonSensitivity :: IsComboBox o => SensitivityType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxCellArea :: (IsComboBox o, IsCellArea a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxCellArea :: (IsComboBox o, IsCellArea a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxColumnSpanColumn :: IsComboBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxColumnSpanColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxEntryTextColumn :: IsComboBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxEntryTextColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxHasEntry :: IsComboBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxHasEntry :: IsComboBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxHasFrame :: IsComboBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxHasFrame :: IsComboBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxIdColumn :: IsComboBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxIdColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxModel :: (IsComboBox o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxModel :: (IsComboBox o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxPopupFixedWidth :: IsComboBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxPopupFixedWidth :: IsComboBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxRowSpanColumn :: IsComboBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxRowSpanColumn :: IsComboBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxTearoffTitle :: IsComboBox o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxTearoffTitle :: IsComboBox o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructComboBoxWrapWidth :: IsComboBox o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructComboBoxWrapWidth :: IsComboBox o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructContainerBorderWidth :: IsContainer o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructContainerBorderWidth :: IsContainer o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructContainerChild :: (IsContainer o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructContainerChild :: (IsContainer o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructContainerResizeMode :: IsContainer o => ResizeMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructContainerResizeMode :: IsContainer o => ResizeMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructDialogUseHeaderBar :: IsDialog o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructDialogUseHeaderBar :: IsDialog o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryActivatesDefault :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryActivatesDefault :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryAttributes :: IsEntry o => AttrList -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryAttributes :: IsEntry o => AttrList -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryBuffer :: (IsEntry o, IsEntryBuffer a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryBuffer :: (IsEntry o, IsEntryBuffer a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryBufferMaxLength :: IsEntryBuffer o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryBufferMaxLength :: IsEntryBuffer o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryBufferText :: IsEntryBuffer o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryBufferText :: IsEntryBuffer o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCapsLockWarning :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCapsLockWarning :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletion :: (IsEntry o, IsEntryCompletion a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletion :: (IsEntry o, IsEntryCompletion a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionCellArea :: (IsEntryCompletion o, IsCellArea a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionCellArea :: (IsEntryCompletion o, IsCellArea a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionInlineCompletion :: IsEntryCompletion o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionInlineCompletion :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionInlineSelection :: IsEntryCompletion o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionInlineSelection :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionMinimumKeyLength :: IsEntryCompletion o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionMinimumKeyLength :: IsEntryCompletion o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionModel :: (IsEntryCompletion o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionModel :: (IsEntryCompletion o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionPopupCompletion :: IsEntryCompletion o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionPopupCompletion :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionPopupSetWidth :: IsEntryCompletion o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionPopupSetWidth :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionPopupSingleMatch :: IsEntryCompletion o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionPopupSingleMatch :: IsEntryCompletion o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryCompletionTextColumn :: IsEntryCompletion o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryCompletionTextColumn :: IsEntryCompletion o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryEditable :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryEditable :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryHasFrame :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryHasFrame :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryImModule :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryImModule :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryInnerBorder :: IsEntry o => Border -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryInnerBorder :: IsEntry o => Border -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryInputHints :: IsEntry o => [InputHints] -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryInputHints :: IsEntry o => [InputHints] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryInputPurpose :: IsEntry o => InputPurpose -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryInputPurpose :: IsEntry o => InputPurpose -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryInvisibleChar :: IsEntry o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryInvisibleChar :: IsEntry o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryInvisibleCharSet :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryInvisibleCharSet :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryMaxLength :: IsEntry o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryMaxLength :: IsEntry o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryMaxWidthChars :: IsEntry o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryMaxWidthChars :: IsEntry o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryOverwriteMode :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryOverwriteMode :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPlaceholderText :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPlaceholderText :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPopulateAll :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPopulateAll :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconActivatable :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconActivatable :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconGicon :: (IsEntry o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconGicon :: (IsEntry o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconName :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconName :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconPixbuf :: (IsEntry o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconPixbuf :: (IsEntry o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconSensitive :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconSensitive :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconStock :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconStock :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconTooltipMarkup :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconTooltipMarkup :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryPrimaryIconTooltipText :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryPrimaryIconTooltipText :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryProgressFraction :: IsEntry o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryProgressFraction :: IsEntry o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryProgressPulseStep :: IsEntry o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryProgressPulseStep :: IsEntry o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconActivatable :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconActivatable :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconGicon :: (IsEntry o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconGicon :: (IsEntry o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconName :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconName :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconPixbuf :: (IsEntry o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconPixbuf :: (IsEntry o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconSensitive :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconSensitive :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconStock :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconStock :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconTooltipMarkup :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconTooltipMarkup :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntrySecondaryIconTooltipText :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntrySecondaryIconTooltipText :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryShadowType :: IsEntry o => ShadowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryShadowType :: IsEntry o => ShadowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryShowEmojiIcon :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryShowEmojiIcon :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryTabs :: IsEntry o => TabArray -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryTabs :: IsEntry o => TabArray -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryText :: IsEntry o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryText :: IsEntry o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryTruncateMultiline :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryTruncateMultiline :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryVisibility :: IsEntry o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryVisibility :: IsEntry o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryWidthChars :: IsEntry o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryWidthChars :: IsEntry o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEntryXalign :: IsEntry o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructEntryXalign :: IsEntry o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEventBoxAboveChild :: IsEventBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEventBoxAboveChild :: IsEventBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEventBoxVisibleWindow :: IsEventBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructEventBoxVisibleWindow :: IsEventBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEventControllerPropagationPhase :: IsEventController o => PropagationPhase -> IO GValueConstruct o
+ Data.GI.Gtk: constructEventControllerPropagationPhase :: IsEventController o => PropagationPhase -> IO (GValueConstruct o)
- Data.GI.Gtk: constructEventControllerWidget :: (IsEventController o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructEventControllerWidget :: (IsEventController o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderExpanded :: IsExpander o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderExpanded :: IsExpander o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderLabel :: IsExpander o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderLabel :: IsExpander o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderLabelFill :: IsExpander o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderLabelFill :: IsExpander o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderLabelWidget :: (IsExpander o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderLabelWidget :: (IsExpander o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderResizeToplevel :: IsExpander o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderResizeToplevel :: IsExpander o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderSpacing :: IsExpander o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderSpacing :: IsExpander o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderUseMarkup :: IsExpander o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderUseMarkup :: IsExpander o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructExpanderUseUnderline :: IsExpander o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructExpanderUseUnderline :: IsExpander o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserAction :: IsFileChooser o => FileChooserAction -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserAction :: IsFileChooser o => FileChooserAction -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserButtonDialog :: (IsFileChooserButton o, IsFileChooser a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserButtonDialog :: (IsFileChooserButton o, IsFileChooser a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserButtonTitle :: IsFileChooserButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserButtonTitle :: IsFileChooserButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserButtonWidthChars :: IsFileChooserButton o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserButtonWidthChars :: IsFileChooserButton o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserCreateFolders :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserCreateFolders :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserDoOverwriteConfirmation :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserDoOverwriteConfirmation :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserExtraWidget :: (IsFileChooser o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserExtraWidget :: (IsFileChooser o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserFilter :: (IsFileChooser o, IsFileFilter a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserFilter :: (IsFileChooser o, IsFileFilter a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserLocalOnly :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserLocalOnly :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserNativeAcceptLabel :: IsFileChooserNative o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserNativeAcceptLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserNativeCancelLabel :: IsFileChooserNative o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserNativeCancelLabel :: IsFileChooserNative o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserPreviewWidget :: (IsFileChooser o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserPreviewWidget :: (IsFileChooser o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserPreviewWidgetActive :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserPreviewWidgetActive :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserSelectMultiple :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserSelectMultiple :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserShowHidden :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserShowHidden :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserUsePreviewLabel :: IsFileChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserUsePreviewLabel :: IsFileChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFileChooserWidgetSearchMode :: IsFileChooserWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFileChooserWidgetSearchMode :: IsFileChooserWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxActivateOnSingleClick :: IsFlowBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxActivateOnSingleClick :: IsFlowBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxColumnSpacing :: IsFlowBox o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxColumnSpacing :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxHomogeneous :: IsFlowBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxHomogeneous :: IsFlowBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxMaxChildrenPerLine :: IsFlowBox o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxMaxChildrenPerLine :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxMinChildrenPerLine :: IsFlowBox o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxMinChildrenPerLine :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxRowSpacing :: IsFlowBox o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxRowSpacing :: IsFlowBox o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFlowBoxSelectionMode :: IsFlowBox o => SelectionMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructFlowBoxSelectionMode :: IsFlowBox o => SelectionMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonFontName :: IsFontButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontButtonFontName :: IsFontButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonShowSize :: IsFontButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontButtonShowSize :: IsFontButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonShowStyle :: IsFontButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontButtonShowStyle :: IsFontButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonTitle :: IsFontButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontButtonTitle :: IsFontButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonUseFont :: IsFontButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontButtonUseFont :: IsFontButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontButtonUseSize :: IsFontButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontButtonUseSize :: IsFontButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserFont :: IsFontChooser o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontChooserFont :: IsFontChooser o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserFontDesc :: IsFontChooser o => FontDescription -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontChooserFontDesc :: IsFontChooser o => FontDescription -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserPreviewText :: IsFontChooser o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontChooserPreviewText :: IsFontChooser o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontChooserShowPreviewEntry :: IsFontChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontChooserShowPreviewEntry :: IsFontChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontSelectionFontName :: IsFontSelection o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontSelectionFontName :: IsFontSelection o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFontSelectionPreviewText :: IsFontSelection o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFontSelectionPreviewText :: IsFontSelection o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabel :: IsFrame o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructFrameLabel :: IsFrame o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabelWidget :: (IsFrame o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructFrameLabelWidget :: (IsFrame o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabelXalign :: IsFrame o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructFrameLabelXalign :: IsFrame o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFrameLabelYalign :: IsFrame o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructFrameLabelYalign :: IsFrame o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructFrameShadowType :: IsFrame o => ShadowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructFrameShadowType :: IsFrame o => ShadowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaAutoRender :: IsGLArea o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGLAreaAutoRender :: IsGLArea o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaHasAlpha :: IsGLArea o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGLAreaHasAlpha :: IsGLArea o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaHasDepthBuffer :: IsGLArea o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGLAreaHasDepthBuffer :: IsGLArea o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaHasStencilBuffer :: IsGLArea o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGLAreaHasStencilBuffer :: IsGLArea o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGLAreaUseEs :: IsGLArea o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGLAreaUseEs :: IsGLArea o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGestureLongPressDelayFactor :: IsGestureLongPress o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructGestureLongPressDelayFactor :: IsGestureLongPress o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGestureNPoints :: IsGesture o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructGestureNPoints :: IsGesture o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGesturePanOrientation :: IsGesturePan o => Orientation -> IO GValueConstruct o
+ Data.GI.Gtk: constructGesturePanOrientation :: IsGesturePan o => Orientation -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGestureSingleButton :: IsGestureSingle o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructGestureSingleButton :: IsGestureSingle o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGestureSingleExclusive :: IsGestureSingle o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGestureSingleExclusive :: IsGestureSingle o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGestureSingleTouchOnly :: IsGestureSingle o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGestureSingleTouchOnly :: IsGestureSingle o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGestureWindow :: (IsGesture o, IsWindow a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructGestureWindow :: (IsGesture o, IsWindow a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGridBaselineRow :: IsGrid o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructGridBaselineRow :: IsGrid o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGridColumnHomogeneous :: IsGrid o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGridColumnHomogeneous :: IsGrid o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGridColumnSpacing :: IsGrid o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructGridColumnSpacing :: IsGrid o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGridRowHomogeneous :: IsGrid o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructGridRowHomogeneous :: IsGrid o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructGridRowSpacing :: IsGrid o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructGridRowSpacing :: IsGrid o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxHandlePosition :: IsHandleBox o => PositionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructHandleBoxHandlePosition :: IsHandleBox o => PositionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxShadowType :: IsHandleBox o => ShadowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructHandleBoxShadowType :: IsHandleBox o => ShadowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxSnapEdge :: IsHandleBox o => PositionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructHandleBoxSnapEdge :: IsHandleBox o => PositionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHandleBoxSnapEdgeSet :: IsHandleBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructHandleBoxSnapEdgeSet :: IsHandleBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarCustomTitle :: (IsHeaderBar o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarCustomTitle :: (IsHeaderBar o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarDecorationLayout :: IsHeaderBar o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarDecorationLayout :: IsHeaderBar o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarDecorationLayoutSet :: IsHeaderBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarDecorationLayoutSet :: IsHeaderBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarHasSubtitle :: IsHeaderBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarHasSubtitle :: IsHeaderBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarShowCloseButton :: IsHeaderBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarShowCloseButton :: IsHeaderBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarSpacing :: IsHeaderBar o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarSpacing :: IsHeaderBar o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarSubtitle :: IsHeaderBar o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarSubtitle :: IsHeaderBar o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructHeaderBarTitle :: IsHeaderBar o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructHeaderBarTitle :: IsHeaderBar o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIMContextInputHints :: IsIMContext o => [InputHints] -> IO GValueConstruct o
+ Data.GI.Gtk: constructIMContextInputHints :: IsIMContext o => [InputHints] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIMContextInputPurpose :: IsIMContext o => InputPurpose -> IO GValueConstruct o
+ Data.GI.Gtk: constructIMContextInputPurpose :: IsIMContext o => InputPurpose -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewActivateOnSingleClick :: IsIconView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewActivateOnSingleClick :: IsIconView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewCellArea :: (IsIconView o, IsCellArea a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewCellArea :: (IsIconView o, IsCellArea a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewColumnSpacing :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewColumnSpacing :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewColumns :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewColumns :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewItemOrientation :: IsIconView o => Orientation -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewItemOrientation :: IsIconView o => Orientation -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewItemPadding :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewItemPadding :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewItemWidth :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewItemWidth :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewMargin :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewMargin :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewMarkupColumn :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewMarkupColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewModel :: (IsIconView o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewModel :: (IsIconView o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewPixbufColumn :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewPixbufColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewReorderable :: IsIconView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewReorderable :: IsIconView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewRowSpacing :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewRowSpacing :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewSelectionMode :: IsIconView o => SelectionMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewSelectionMode :: IsIconView o => SelectionMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewSpacing :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewSpacing :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewTextColumn :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewTextColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructIconViewTooltipColumn :: IsIconView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructIconViewTooltipColumn :: IsIconView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageFile :: IsImage o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageFile :: IsImage o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageGicon :: (IsImage o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageGicon :: (IsImage o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageIconName :: IsImage o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageIconName :: IsImage o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageIconSet :: IsImage o => IconSet -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageIconSet :: IsImage o => IconSet -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageIconSize :: IsImage o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageIconSize :: IsImage o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemAccelGroup :: (IsImageMenuItem o, IsAccelGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageMenuItemAccelGroup :: (IsImageMenuItem o, IsAccelGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemAlwaysShowImage :: IsImageMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageMenuItemAlwaysShowImage :: IsImageMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemImage :: (IsImageMenuItem o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageMenuItemImage :: (IsImageMenuItem o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageMenuItemUseStock :: IsImageMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageMenuItemUseStock :: IsImageMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImagePixbuf :: (IsImage o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructImagePixbuf :: (IsImage o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImagePixbufAnimation :: (IsImage o, IsPixbufAnimation a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructImagePixbufAnimation :: (IsImage o, IsPixbufAnimation a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImagePixelSize :: IsImage o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructImagePixelSize :: IsImage o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageResource :: IsImage o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageResource :: IsImage o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageStock :: IsImage o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageStock :: IsImage o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageSurface :: IsImage o => Surface -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageSurface :: IsImage o => Surface -> IO (GValueConstruct o)
- Data.GI.Gtk: constructImageUseFallback :: IsImage o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructImageUseFallback :: IsImage o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructInfoBarMessageType :: IsInfoBar o => MessageType -> IO GValueConstruct o
+ Data.GI.Gtk: constructInfoBarMessageType :: IsInfoBar o => MessageType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructInfoBarRevealed :: IsInfoBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructInfoBarRevealed :: IsInfoBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructInfoBarShowCloseButton :: IsInfoBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructInfoBarShowCloseButton :: IsInfoBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructInvisibleScreen :: (IsInvisible o, IsScreen a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructInvisibleScreen :: (IsInvisible o, IsScreen a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelAngle :: IsLabel o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelAngle :: IsLabel o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelAttributes :: IsLabel o => AttrList -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelAttributes :: IsLabel o => AttrList -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelEllipsize :: IsLabel o => EllipsizeMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelEllipsize :: IsLabel o => EllipsizeMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelJustify :: IsLabel o => Justification -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelJustify :: IsLabel o => Justification -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelLabel :: IsLabel o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelLabel :: IsLabel o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelLines :: IsLabel o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelLines :: IsLabel o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelMaxWidthChars :: IsLabel o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelMaxWidthChars :: IsLabel o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelMnemonicWidget :: (IsLabel o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelMnemonicWidget :: (IsLabel o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelPattern :: IsLabel o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelPattern :: IsLabel o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelSelectable :: IsLabel o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelSelectable :: IsLabel o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelSingleLineMode :: IsLabel o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelSingleLineMode :: IsLabel o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelTrackVisitedLinks :: IsLabel o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelTrackVisitedLinks :: IsLabel o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelUseMarkup :: IsLabel o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelUseMarkup :: IsLabel o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelUseUnderline :: IsLabel o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelUseUnderline :: IsLabel o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelWidthChars :: IsLabel o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelWidthChars :: IsLabel o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelWrap :: IsLabel o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelWrap :: IsLabel o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelWrapMode :: IsLabel o => WrapMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelWrapMode :: IsLabel o => WrapMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelXalign :: IsLabel o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelXalign :: IsLabel o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLabelYalign :: IsLabel o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructLabelYalign :: IsLabel o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLayoutHeight :: IsLayout o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructLayoutHeight :: IsLayout o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLayoutWidth :: IsLayout o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructLayoutWidth :: IsLayout o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarInverted :: IsLevelBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLevelBarInverted :: IsLevelBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarMaxValue :: IsLevelBar o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructLevelBarMaxValue :: IsLevelBar o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarMinValue :: IsLevelBar o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructLevelBarMinValue :: IsLevelBar o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarMode :: IsLevelBar o => LevelBarMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructLevelBarMode :: IsLevelBar o => LevelBarMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLevelBarValue :: IsLevelBar o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructLevelBarValue :: IsLevelBar o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLinkButtonUri :: IsLinkButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLinkButtonUri :: IsLinkButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLinkButtonVisited :: IsLinkButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructLinkButtonVisited :: IsLinkButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructListBoxActivateOnSingleClick :: IsListBox o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructListBoxActivateOnSingleClick :: IsListBox o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructListBoxRowActivatable :: IsListBoxRow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructListBoxRowActivatable :: IsListBoxRow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructListBoxRowSelectable :: IsListBoxRow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructListBoxRowSelectable :: IsListBoxRow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructListBoxSelectionMode :: IsListBox o => SelectionMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructListBoxSelectionMode :: IsListBox o => SelectionMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonPermission :: (IsLockButton o, IsPermission a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructLockButtonPermission :: (IsLockButton o, IsPermission a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTextLock :: IsLockButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLockButtonTextLock :: IsLockButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTextUnlock :: IsLockButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLockButtonTextUnlock :: IsLockButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTooltipLock :: IsLockButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLockButtonTooltipLock :: IsLockButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTooltipNotAuthorized :: IsLockButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLockButtonTooltipNotAuthorized :: IsLockButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructLockButtonTooltipUnlock :: IsLockButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructLockButtonTooltipUnlock :: IsLockButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuAccelGroup :: (IsMenu o, IsAccelGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuAccelGroup :: (IsMenu o, IsAccelGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuAccelPath :: IsMenu o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuAccelPath :: IsMenu o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuActive :: IsMenu o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuActive :: IsMenu o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuAnchorHints :: IsMenu o => [AnchorHints] -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuAnchorHints :: IsMenu o => [AnchorHints] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuAttachWidget :: (IsMenu o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuAttachWidget :: (IsMenu o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuBarChildPackDirection :: IsMenuBar o => PackDirection -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuBarChildPackDirection :: IsMenuBar o => PackDirection -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuBarPackDirection :: IsMenuBar o => PackDirection -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuBarPackDirection :: IsMenuBar o => PackDirection -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonAlignWidget :: (IsMenuButton o, IsContainer a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuButtonAlignWidget :: (IsMenuButton o, IsContainer a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonDirection :: IsMenuButton o => ArrowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuButtonDirection :: IsMenuButton o => ArrowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonMenuModel :: (IsMenuButton o, IsMenuModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuButtonMenuModel :: (IsMenuButton o, IsMenuModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonPopover :: (IsMenuButton o, IsPopover a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuButtonPopover :: (IsMenuButton o, IsPopover a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonPopup :: (IsMenuButton o, IsMenu a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuButtonPopup :: (IsMenuButton o, IsMenu a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuButtonUsePopover :: IsMenuButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuButtonUsePopover :: IsMenuButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemAccelPath :: IsMenuItem o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuItemAccelPath :: IsMenuItem o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemLabel :: IsMenuItem o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuItemLabel :: IsMenuItem o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemRightJustified :: IsMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuItemRightJustified :: IsMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemSubmenu :: (IsMenuItem o, IsMenu a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuItemSubmenu :: (IsMenuItem o, IsMenu a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuItemUseUnderline :: IsMenuItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuItemUseUnderline :: IsMenuItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuMenuTypeHint :: IsMenu o => WindowTypeHint -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuMenuTypeHint :: IsMenu o => WindowTypeHint -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuMonitor :: IsMenu o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuMonitor :: IsMenu o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuRectAnchorDx :: IsMenu o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuRectAnchorDx :: IsMenu o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuRectAnchorDy :: IsMenu o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuRectAnchorDy :: IsMenu o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuReserveToggleSize :: IsMenu o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuReserveToggleSize :: IsMenu o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuShellTakeFocus :: IsMenuShell o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuShellTakeFocus :: IsMenuShell o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuTearoffState :: IsMenu o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuTearoffState :: IsMenu o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuTearoffTitle :: IsMenu o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuTearoffTitle :: IsMenu o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMenuToolButtonMenu :: (IsMenuToolButton o, IsMenu a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMenuToolButtonMenu :: (IsMenuToolButton o, IsMenu a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogButtons :: IsMessageDialog o => ButtonsType -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogButtons :: IsMessageDialog o => ButtonsType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogImage :: (IsMessageDialog o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogImage :: (IsMessageDialog o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogMessageType :: IsMessageDialog o => MessageType -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogMessageType :: IsMessageDialog o => MessageType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogSecondaryText :: IsMessageDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogSecondaryText :: IsMessageDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogSecondaryUseMarkup :: IsMessageDialog o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogSecondaryUseMarkup :: IsMessageDialog o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogText :: IsMessageDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogText :: IsMessageDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMessageDialogUseMarkup :: IsMessageDialog o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructMessageDialogUseMarkup :: IsMessageDialog o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMiscXalign :: IsMisc o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructMiscXalign :: IsMisc o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMiscXpad :: IsMisc o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructMiscXpad :: IsMisc o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMiscYalign :: IsMisc o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructMiscYalign :: IsMisc o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMiscYpad :: IsMisc o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructMiscYpad :: IsMisc o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonActive :: IsModelButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonActive :: IsModelButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonCentered :: IsModelButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonCentered :: IsModelButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonIcon :: (IsModelButton o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonIcon :: (IsModelButton o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonIconic :: IsModelButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonIconic :: IsModelButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonInverted :: IsModelButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonInverted :: IsModelButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonMenuName :: IsModelButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonMenuName :: IsModelButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonRole :: IsModelButton o => ButtonRole -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonRole :: IsModelButton o => ButtonRole -> IO (GValueConstruct o)
- Data.GI.Gtk: constructModelButtonText :: IsModelButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructModelButtonText :: IsModelButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMountOperationParent :: (IsMountOperation o, IsWindow a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMountOperationParent :: (IsMountOperation o, IsWindow a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructMountOperationScreen :: (IsMountOperation o, IsScreen a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructMountOperationScreen :: (IsMountOperation o, IsScreen a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogModal :: IsNativeDialog o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructNativeDialogModal :: IsNativeDialog o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogTitle :: IsNativeDialog o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructNativeDialogTitle :: IsNativeDialog o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogTransientFor :: (IsNativeDialog o, IsWindow a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructNativeDialogTransientFor :: (IsNativeDialog o, IsWindow a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNativeDialogVisible :: IsNativeDialog o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructNativeDialogVisible :: IsNativeDialog o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookEnablePopup :: IsNotebook o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookEnablePopup :: IsNotebook o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookGroupName :: IsNotebook o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookGroupName :: IsNotebook o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookPage :: IsNotebook o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookPage :: IsNotebook o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookScrollable :: IsNotebook o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookScrollable :: IsNotebook o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookShowBorder :: IsNotebook o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookShowBorder :: IsNotebook o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookShowTabs :: IsNotebook o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookShowTabs :: IsNotebook o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNotebookTabPos :: IsNotebook o => PositionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructNotebookTabPos :: IsNotebook o => PositionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconBackgroundIcon :: (IsNumerableIcon o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructNumerableIconBackgroundIcon :: (IsNumerableIcon o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconBackgroundIconName :: IsNumerableIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructNumerableIconBackgroundIconName :: IsNumerableIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconCount :: IsNumerableIcon o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructNumerableIconCount :: IsNumerableIcon o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconLabel :: IsNumerableIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructNumerableIconLabel :: IsNumerableIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructNumerableIconStyleContext :: (IsNumerableIcon o, IsStyleContext a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructNumerableIconStyleContext :: (IsNumerableIcon o, IsStyleContext a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructOrientableOrientation :: IsOrientable o => Orientation -> IO GValueConstruct o
+ Data.GI.Gtk: constructOrientableOrientation :: IsOrientable o => Orientation -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPadControllerActionGroup :: (IsPadController o, IsActionGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructPadControllerActionGroup :: (IsPadController o, IsActionGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPadControllerPad :: (IsPadController o, IsDevice a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructPadControllerPad :: (IsPadController o, IsDevice a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPanedPosition :: IsPaned o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructPanedPosition :: IsPaned o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPanedPositionSet :: IsPaned o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPanedPositionSet :: IsPaned o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPanedWideHandle :: IsPaned o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPanedWideHandle :: IsPaned o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarLocalOnly :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarLocalOnly :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarLocation :: (IsPlacesSidebar o, IsFile a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarLocation :: (IsPlacesSidebar o, IsFile a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarOpenFlags :: IsPlacesSidebar o => [PlacesOpenFlags] -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarOpenFlags :: IsPlacesSidebar o => [PlacesOpenFlags] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarPopulateAll :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarPopulateAll :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowConnectToServer :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowConnectToServer :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowDesktop :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowDesktop :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowEnterLocation :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowEnterLocation :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowOtherLocations :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowOtherLocations :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowRecent :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowRecent :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowStarredLocation :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowStarredLocation :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPlacesSidebarShowTrash :: IsPlacesSidebar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPlacesSidebarShowTrash :: IsPlacesSidebar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverConstrainTo :: IsPopover o => PopoverConstraint -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverConstrainTo :: IsPopover o => PopoverConstraint -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverMenuVisibleSubmenu :: IsPopoverMenu o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverMenuVisibleSubmenu :: IsPopoverMenu o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverModal :: IsPopover o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverModal :: IsPopover o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverPointingTo :: IsPopover o => Rectangle -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverPointingTo :: IsPopover o => Rectangle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverPosition :: IsPopover o => PositionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverPosition :: IsPopover o => PositionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverRelativeTo :: (IsPopover o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverRelativeTo :: (IsPopover o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPopoverTransitionsEnabled :: IsPopover o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPopoverTransitionsEnabled :: IsPopover o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationAllowAsync :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationAllowAsync :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationCurrentPage :: IsPrintOperation o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationCurrentPage :: IsPrintOperation o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationCustomTabLabel :: IsPrintOperation o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationCustomTabLabel :: IsPrintOperation o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationDefaultPageSetup :: (IsPrintOperation o, IsPageSetup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationDefaultPageSetup :: (IsPrintOperation o, IsPageSetup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationEmbedPageSetup :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationEmbedPageSetup :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationExportFilename :: IsPrintOperation o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationExportFilename :: IsPrintOperation o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationHasSelection :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationHasSelection :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationJobName :: IsPrintOperation o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationJobName :: IsPrintOperation o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationNPages :: IsPrintOperation o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationNPages :: IsPrintOperation o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationPrintSettings :: (IsPrintOperation o, IsPrintSettings a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationPrintSettings :: (IsPrintOperation o, IsPrintSettings a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationShowProgress :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationShowProgress :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationSupportSelection :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationSupportSelection :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationTrackPrintStatus :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationTrackPrintStatus :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationUnit :: IsPrintOperation o => Unit -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationUnit :: IsPrintOperation o => Unit -> IO (GValueConstruct o)
- Data.GI.Gtk: constructPrintOperationUseFullPage :: IsPrintOperation o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructPrintOperationUseFullPage :: IsPrintOperation o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarEllipsize :: IsProgressBar o => EllipsizeMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructProgressBarEllipsize :: IsProgressBar o => EllipsizeMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarFraction :: IsProgressBar o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructProgressBarFraction :: IsProgressBar o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarInverted :: IsProgressBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructProgressBarInverted :: IsProgressBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarPulseStep :: IsProgressBar o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructProgressBarPulseStep :: IsProgressBar o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarShowText :: IsProgressBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructProgressBarShowText :: IsProgressBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructProgressBarText :: IsProgressBar o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructProgressBarText :: IsProgressBar o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRadioActionCurrentValue :: IsRadioAction o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructRadioActionCurrentValue :: IsRadioAction o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRadioActionGroup :: (IsRadioAction o, IsRadioAction a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRadioActionGroup :: (IsRadioAction o, IsRadioAction a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRadioActionValue :: IsRadioAction o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructRadioActionValue :: IsRadioAction o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRadioButtonGroup :: (IsRadioButton o, IsRadioButton a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRadioButtonGroup :: (IsRadioButton o, IsRadioButton a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRadioMenuItemGroup :: (IsRadioMenuItem o, IsRadioMenuItem a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRadioMenuItemGroup :: (IsRadioMenuItem o, IsRadioMenuItem a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRadioToolButtonGroup :: (IsRadioToolButton o, IsRadioToolButton a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRadioToolButtonGroup :: (IsRadioToolButton o, IsRadioToolButton a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeAdjustment :: (IsRange o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeAdjustment :: (IsRange o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeFillLevel :: IsRange o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeFillLevel :: IsRange o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeInverted :: IsRange o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeInverted :: IsRange o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeLowerStepperSensitivity :: IsRange o => SensitivityType -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeLowerStepperSensitivity :: IsRange o => SensitivityType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeRestrictToFillLevel :: IsRange o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeRestrictToFillLevel :: IsRange o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeRoundDigits :: IsRange o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeRoundDigits :: IsRange o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeShowFillLevel :: IsRange o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeShowFillLevel :: IsRange o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRangeUpperStepperSensitivity :: IsRange o => SensitivityType -> IO GValueConstruct o
+ Data.GI.Gtk: constructRangeUpperStepperSensitivity :: IsRange o => SensitivityType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentActionShowNumbers :: IsRecentAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentActionShowNumbers :: IsRecentAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserFilter :: (IsRecentChooser o, IsRecentFilter a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserFilter :: (IsRecentChooser o, IsRecentFilter a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserLimit :: IsRecentChooser o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserLimit :: IsRecentChooser o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserLocalOnly :: IsRecentChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserLocalOnly :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserMenuShowNumbers :: IsRecentChooserMenu o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserMenuShowNumbers :: IsRecentChooserMenu o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserRecentManager :: (IsRecentChooser o, IsRecentManager a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserRecentManager :: (IsRecentChooser o, IsRecentManager a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserSelectMultiple :: IsRecentChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserSelectMultiple :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowIcons :: IsRecentChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserShowIcons :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowNotFound :: IsRecentChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserShowNotFound :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowPrivate :: IsRecentChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserShowPrivate :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserShowTips :: IsRecentChooser o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserShowTips :: IsRecentChooser o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentChooserSortType :: IsRecentChooser o => RecentSortType -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentChooserSortType :: IsRecentChooser o => RecentSortType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRecentManagerFilename :: IsRecentManager o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructRecentManagerFilename :: IsRecentManager o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRendererCellAccessibleRenderer :: (IsRendererCellAccessible o, IsCellRenderer a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructRendererCellAccessibleRenderer :: (IsRendererCellAccessible o, IsCellRenderer a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRevealerRevealChild :: IsRevealer o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructRevealerRevealChild :: IsRevealer o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRevealerTransitionDuration :: IsRevealer o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructRevealerTransitionDuration :: IsRevealer o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructRevealerTransitionType :: IsRevealer o => RevealerTransitionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructRevealerTransitionType :: IsRevealer o => RevealerTransitionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonAdjustment :: (IsScaleButton o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleButtonAdjustment :: (IsScaleButton o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonIcons :: IsScaleButton o => [Text] -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleButtonIcons :: IsScaleButton o => [Text] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonSize :: IsScaleButton o => IconSize -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleButtonSize :: IsScaleButton o => IconSize -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleButtonValue :: IsScaleButton o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleButtonValue :: IsScaleButton o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleDigits :: IsScale o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleDigits :: IsScale o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleDrawValue :: IsScale o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleDrawValue :: IsScale o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleHasOrigin :: IsScale o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleHasOrigin :: IsScale o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScaleValuePos :: IsScale o => PositionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructScaleValuePos :: IsScale o => PositionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrollableHadjustment :: (IsScrollable o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrollableHadjustment :: (IsScrollable o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrollableHscrollPolicy :: IsScrollable o => ScrollablePolicy -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrollableHscrollPolicy :: IsScrollable o => ScrollablePolicy -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrollableVadjustment :: (IsScrollable o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrollableVadjustment :: (IsScrollable o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrollableVscrollPolicy :: IsScrollable o => ScrollablePolicy -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrollableVscrollPolicy :: IsScrollable o => ScrollablePolicy -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowHadjustment :: (IsScrolledWindow o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowHadjustment :: (IsScrolledWindow o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowHscrollbarPolicy :: IsScrolledWindow o => PolicyType -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowHscrollbarPolicy :: IsScrolledWindow o => PolicyType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowKineticScrolling :: IsScrolledWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowKineticScrolling :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMaxContentHeight :: IsScrolledWindow o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowMaxContentHeight :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMaxContentWidth :: IsScrolledWindow o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowMaxContentWidth :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMinContentHeight :: IsScrolledWindow o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowMinContentHeight :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowMinContentWidth :: IsScrolledWindow o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowMinContentWidth :: IsScrolledWindow o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowOverlayScrolling :: IsScrolledWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowOverlayScrolling :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowPropagateNaturalHeight :: IsScrolledWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowPropagateNaturalHeight :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowPropagateNaturalWidth :: IsScrolledWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowPropagateNaturalWidth :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowShadowType :: IsScrolledWindow o => ShadowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowShadowType :: IsScrolledWindow o => ShadowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowVadjustment :: (IsScrolledWindow o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowVadjustment :: (IsScrolledWindow o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowVscrollbarPolicy :: IsScrolledWindow o => PolicyType -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowVscrollbarPolicy :: IsScrolledWindow o => PolicyType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowWindowPlacement :: IsScrolledWindow o => CornerType -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowWindowPlacement :: IsScrolledWindow o => CornerType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructScrolledWindowWindowPlacementSet :: IsScrolledWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructScrolledWindowWindowPlacementSet :: IsScrolledWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSearchBarSearchModeEnabled :: IsSearchBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSearchBarSearchModeEnabled :: IsSearchBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSearchBarShowCloseButton :: IsSearchBar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSearchBarShowCloseButton :: IsSearchBar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSeparatorToolItemDraw :: IsSeparatorToolItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSeparatorToolItemDraw :: IsSeparatorToolItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkAlternativeButtonOrder :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkAlternativeButtonOrder :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkAlternativeSortArrows :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkAlternativeSortArrows :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkApplicationPreferDarkTheme :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkApplicationPreferDarkTheme :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkAutoMnemonics :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkAutoMnemonics :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkButtonImages :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkButtonImages :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCanChangeAccels :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkCanChangeAccels :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkColorPalette :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkColorPalette :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkColorScheme :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkColorScheme :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorBlink :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkCursorBlink :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorBlinkTime :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkCursorBlinkTime :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorBlinkTimeout :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkCursorBlinkTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorThemeName :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkCursorThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkCursorThemeSize :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkCursorThemeSize :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDecorationLayout :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkDecorationLayout :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDialogsUseHeader :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkDialogsUseHeader :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDndDragThreshold :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkDndDragThreshold :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDoubleClickDistance :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkDoubleClickDistance :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkDoubleClickTime :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkDoubleClickTime :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableAccels :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnableAccels :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableAnimations :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnableAnimations :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableEventSounds :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnableEventSounds :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableInputFeedbackSounds :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnableInputFeedbackSounds :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableMnemonics :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnableMnemonics :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnablePrimaryPaste :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnablePrimaryPaste :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEnableTooltips :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEnableTooltips :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEntryPasswordHintTimeout :: IsSettings o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEntryPasswordHintTimeout :: IsSettings o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkEntrySelectOnFocus :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkEntrySelectOnFocus :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkErrorBell :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkErrorBell :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFallbackIconTheme :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkFallbackIconTheme :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFileChooserBackend :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkFileChooserBackend :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFontName :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkFontName :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkFontconfigTimestamp :: IsSettings o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkFontconfigTimestamp :: IsSettings o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkIconSizes :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkIconSizes :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkIconThemeName :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkIconThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkImModule :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkImModule :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkImPreeditStyle :: IsSettings o => IMPreeditStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkImPreeditStyle :: IsSettings o => IMPreeditStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkImStatusStyle :: IsSettings o => IMStatusStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkImStatusStyle :: IsSettings o => IMStatusStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeyThemeName :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkKeyThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeynavCursorOnly :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkKeynavCursorOnly :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeynavUseCaret :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkKeynavUseCaret :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkKeynavWrapAround :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkKeynavWrapAround :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkLabelSelectOnFocus :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkLabelSelectOnFocus :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkLongPressTime :: IsSettings o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkLongPressTime :: IsSettings o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuBarAccel :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkMenuBarAccel :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuBarPopupDelay :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkMenuBarPopupDelay :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuImages :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkMenuImages :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuPopdownDelay :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkMenuPopdownDelay :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkMenuPopupDelay :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkMenuPopupDelay :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkModules :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkModules :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkPrimaryButtonWarpsSlider :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkPrimaryButtonWarpsSlider :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkPrintBackends :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkPrintBackends :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkPrintPreviewCommand :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkPrintPreviewCommand :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkRecentFilesEnabled :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkRecentFilesEnabled :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkRecentFilesLimit :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkRecentFilesLimit :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkRecentFilesMaxAge :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkRecentFilesMaxAge :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkScrolledWindowPlacement :: IsSettings o => CornerType -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkScrolledWindowPlacement :: IsSettings o => CornerType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShellShowsAppMenu :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkShellShowsAppMenu :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShellShowsDesktop :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkShellShowsDesktop :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShellShowsMenubar :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkShellShowsMenubar :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShowInputMethodMenu :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkShowInputMethodMenu :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkShowUnicodeMenu :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkShowUnicodeMenu :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkSoundThemeName :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkSoundThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkSplitCursor :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkSplitCursor :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkThemeName :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkThemeName :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTimeoutExpand :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTimeoutExpand :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTimeoutInitial :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTimeoutInitial :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTimeoutRepeat :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTimeoutRepeat :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTitlebarDoubleClick :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTitlebarDoubleClick :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTitlebarMiddleClick :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTitlebarMiddleClick :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTitlebarRightClick :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTitlebarRightClick :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkToolbarIconSize :: IsSettings o => IconSize -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkToolbarIconSize :: IsSettings o => IconSize -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkToolbarStyle :: IsSettings o => ToolbarStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkToolbarStyle :: IsSettings o => ToolbarStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTooltipBrowseModeTimeout :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTooltipBrowseModeTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTooltipBrowseTimeout :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTooltipBrowseTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTooltipTimeout :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTooltipTimeout :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkTouchscreenMode :: IsSettings o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkTouchscreenMode :: IsSettings o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkVisibleFocus :: IsSettings o => PolicyType -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkVisibleFocus :: IsSettings o => PolicyType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftAntialias :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkXftAntialias :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftDpi :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkXftDpi :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftHinting :: IsSettings o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkXftHinting :: IsSettings o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftHintstyle :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkXftHintstyle :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSettingsGtkXftRgba :: IsSettings o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructSettingsGtkXftRgba :: IsSettings o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutLabelAccelerator :: IsShortcutLabel o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutLabelAccelerator :: IsShortcutLabel o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutLabelDisabledText :: IsShortcutLabel o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutLabelDisabledText :: IsShortcutLabel o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupAccelSizeGroup :: (IsShortcutsGroup o, IsSizeGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsGroupAccelSizeGroup :: (IsShortcutsGroup o, IsSizeGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupTitle :: IsShortcutsGroup o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsGroupTitle :: IsShortcutsGroup o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupTitleSizeGroup :: (IsShortcutsGroup o, IsSizeGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsGroupTitleSizeGroup :: (IsShortcutsGroup o, IsSizeGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsGroupView :: IsShortcutsGroup o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsGroupView :: IsShortcutsGroup o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionMaxHeight :: IsShortcutsSection o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsSectionMaxHeight :: IsShortcutsSection o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionSectionName :: IsShortcutsSection o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsSectionSectionName :: IsShortcutsSection o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionTitle :: IsShortcutsSection o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsSectionTitle :: IsShortcutsSection o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsSectionViewName :: IsShortcutsSection o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsSectionViewName :: IsShortcutsSection o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutAccelSizeGroup :: (IsShortcutsShortcut o, IsSizeGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutAccelSizeGroup :: (IsShortcutsShortcut o, IsSizeGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutAccelerator :: IsShortcutsShortcut o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutAccelerator :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutActionName :: IsShortcutsShortcut o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutActionName :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutDirection :: IsShortcutsShortcut o => TextDirection -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutDirection :: IsShortcutsShortcut o => TextDirection -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutIcon :: (IsShortcutsShortcut o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutIcon :: (IsShortcutsShortcut o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutIconSet :: IsShortcutsShortcut o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutIconSet :: IsShortcutsShortcut o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutShortcutType :: IsShortcutsShortcut o => ShortcutType -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutShortcutType :: IsShortcutsShortcut o => ShortcutType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutSubtitle :: IsShortcutsShortcut o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutSubtitle :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutSubtitleSet :: IsShortcutsShortcut o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutSubtitleSet :: IsShortcutsShortcut o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutTitle :: IsShortcutsShortcut o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutTitle :: IsShortcutsShortcut o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsShortcutTitleSizeGroup :: (IsShortcutsShortcut o, IsSizeGroup a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsShortcutTitleSizeGroup :: (IsShortcutsShortcut o, IsSizeGroup a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsWindowSectionName :: IsShortcutsWindow o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsWindowSectionName :: IsShortcutsWindow o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructShortcutsWindowViewName :: IsShortcutsWindow o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructShortcutsWindowViewName :: IsShortcutsWindow o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSizeGroupIgnoreHidden :: IsSizeGroup o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSizeGroupIgnoreHidden :: IsSizeGroup o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSizeGroupMode :: IsSizeGroup o => SizeGroupMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructSizeGroupMode :: IsSizeGroup o => SizeGroupMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonAdjustment :: (IsSpinButton o, IsAdjustment a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonAdjustment :: (IsSpinButton o, IsAdjustment a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonClimbRate :: IsSpinButton o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonClimbRate :: IsSpinButton o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonDigits :: IsSpinButton o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonDigits :: IsSpinButton o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonNumeric :: IsSpinButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonNumeric :: IsSpinButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonSnapToTicks :: IsSpinButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonSnapToTicks :: IsSpinButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonUpdatePolicy :: IsSpinButton o => SpinButtonUpdatePolicy -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonUpdatePolicy :: IsSpinButton o => SpinButtonUpdatePolicy -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonValue :: IsSpinButton o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonValue :: IsSpinButton o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinButtonWrap :: IsSpinButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinButtonWrap :: IsSpinButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSpinnerActive :: IsSpinner o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSpinnerActive :: IsSpinner o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackHhomogeneous :: IsStack o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackHhomogeneous :: IsStack o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackHomogeneous :: IsStack o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackHomogeneous :: IsStack o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackInterpolateSize :: IsStack o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackInterpolateSize :: IsStack o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackSidebarStack :: (IsStackSidebar o, IsStack a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackSidebarStack :: (IsStackSidebar o, IsStack a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackSwitcherIconSize :: IsStackSwitcher o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackSwitcherIconSize :: IsStackSwitcher o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackSwitcherStack :: (IsStackSwitcher o, IsStack a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackSwitcherStack :: (IsStackSwitcher o, IsStack a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackTransitionDuration :: IsStack o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackTransitionDuration :: IsStack o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackTransitionType :: IsStack o => StackTransitionType -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackTransitionType :: IsStack o => StackTransitionType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackVhomogeneous :: IsStack o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackVhomogeneous :: IsStack o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackVisibleChild :: (IsStack o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackVisibleChild :: (IsStack o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStackVisibleChildName :: IsStack o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStackVisibleChildName :: IsStack o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconFile :: IsStatusIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconFile :: IsStatusIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconGicon :: (IsStatusIcon o, IsIcon a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconGicon :: (IsStatusIcon o, IsIcon a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconHasTooltip :: IsStatusIcon o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconHasTooltip :: IsStatusIcon o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconIconName :: IsStatusIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconIconName :: IsStatusIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconPixbuf :: (IsStatusIcon o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconPixbuf :: (IsStatusIcon o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconScreen :: (IsStatusIcon o, IsScreen a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconScreen :: (IsStatusIcon o, IsScreen a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconStock :: IsStatusIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconStock :: IsStatusIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconTitle :: IsStatusIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconTitle :: IsStatusIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconTooltipMarkup :: IsStatusIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconTooltipMarkup :: IsStatusIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconTooltipText :: IsStatusIcon o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconTooltipText :: IsStatusIcon o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStatusIconVisible :: IsStatusIcon o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructStatusIconVisible :: IsStatusIcon o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStyleContext :: (IsStyle o, IsStyleContext a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStyleContext :: (IsStyle o, IsStyleContext a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextDirection :: IsStyleContext o => TextDirection -> IO GValueConstruct o
+ Data.GI.Gtk: constructStyleContextDirection :: IsStyleContext o => TextDirection -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextPaintClock :: (IsStyleContext o, IsFrameClock a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStyleContextPaintClock :: (IsStyleContext o, IsFrameClock a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextParent :: (IsStyleContext o, IsStyleContext a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStyleContextParent :: (IsStyleContext o, IsStyleContext a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructStyleContextScreen :: (IsStyleContext o, IsScreen a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructStyleContextScreen :: (IsStyleContext o, IsScreen a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSwitchActive :: IsSwitch o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSwitchActive :: IsSwitch o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructSwitchState :: IsSwitch o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructSwitchState :: IsSwitch o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTableColumnSpacing :: IsTable o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTableColumnSpacing :: IsTable o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTableHomogeneous :: IsTable o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTableHomogeneous :: IsTable o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTableNColumns :: IsTable o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTableNColumns :: IsTable o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTableNRows :: IsTable o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTableNRows :: IsTable o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTableRowSpacing :: IsTable o => Word32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTableRowSpacing :: IsTable o => Word32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextBufferTagTable :: (IsTextBuffer o, IsTextTagTable a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextBufferTagTable :: (IsTextBuffer o, IsTextTagTable a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextBufferText :: IsTextBuffer o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextBufferText :: IsTextBuffer o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextMarkLeftGravity :: IsTextMark o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextMarkLeftGravity :: IsTextMark o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextMarkName :: IsTextMark o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextMarkName :: IsTextMark o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagAccumulativeMargin :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagAccumulativeMargin :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackground :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagBackground :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundFullHeight :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagBackgroundFullHeight :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundFullHeightSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagBackgroundFullHeightSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundGdk :: IsTextTag o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundRgba :: IsTextTag o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagBackgroundSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagBackgroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagDirection :: IsTextTag o => TextDirection -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagDirection :: IsTextTag o => TextDirection -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagEditable :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagEditable :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagEditableSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagEditableSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFallback :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFallback :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFallbackSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFallbackSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFamily :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFamily :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFamilySet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFamilySet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFont :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFont :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFontDesc :: IsTextTag o => FontDescription -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFontDesc :: IsTextTag o => FontDescription -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFontFeatures :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFontFeatures :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagFontFeaturesSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagFontFeaturesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForeground :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagForeground :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForegroundGdk :: IsTextTag o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagForegroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForegroundRgba :: IsTextTag o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagForegroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagForegroundSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagForegroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagIndent :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagIndent :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagIndentSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagIndentSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagInvisible :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagInvisible :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagInvisibleSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagInvisibleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagJustification :: IsTextTag o => Justification -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagJustification :: IsTextTag o => Justification -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagJustificationSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagJustificationSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLanguage :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagLanguage :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLanguageSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagLanguageSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLeftMargin :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagLeftMargin :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLeftMarginSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagLeftMarginSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLetterSpacing :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagLetterSpacing :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagLetterSpacingSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagLetterSpacingSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagName :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagName :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackground :: IsTextTag o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagParagraphBackground :: IsTextTag o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackgroundGdk :: IsTextTag o => Color -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagParagraphBackgroundGdk :: IsTextTag o => Color -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackgroundRgba :: IsTextTag o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagParagraphBackgroundRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagParagraphBackgroundSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagParagraphBackgroundSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsAboveLines :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagPixelsAboveLines :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsAboveLinesSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagPixelsAboveLinesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsBelowLines :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagPixelsBelowLines :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsBelowLinesSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagPixelsBelowLinesSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsInsideWrap :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagPixelsInsideWrap :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagPixelsInsideWrapSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagPixelsInsideWrapSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRightMargin :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagRightMargin :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRightMarginSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagRightMarginSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRise :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagRise :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagRiseSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagRiseSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagScale :: IsTextTag o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagScale :: IsTextTag o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagScaleSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagScaleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagSize :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagSize :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagSizePoints :: IsTextTag o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagSizePoints :: IsTextTag o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagSizeSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagSizeSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStretch :: IsTextTag o => Stretch -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStretch :: IsTextTag o => Stretch -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStretchSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStretchSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethrough :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStrikethrough :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethroughRgba :: IsTextTag o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStrikethroughRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethroughRgbaSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStrikethroughRgbaSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStrikethroughSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStrikethroughSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStyle :: IsTextTag o => Style -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStyle :: IsTextTag o => Style -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagStyleSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagStyleSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagTabs :: IsTextTag o => TabArray -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagTabs :: IsTextTag o => TabArray -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagTabsSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagTabsSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderline :: IsTextTag o => Underline -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagUnderline :: IsTextTag o => Underline -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderlineRgba :: IsTextTag o => RGBA -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagUnderlineRgba :: IsTextTag o => RGBA -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderlineRgbaSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagUnderlineRgbaSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagUnderlineSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagUnderlineSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagVariant :: IsTextTag o => Variant -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagVariant :: IsTextTag o => Variant -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagVariantSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagVariantSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWeight :: IsTextTag o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagWeight :: IsTextTag o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWeightSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagWeightSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWrapMode :: IsTextTag o => WrapMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagWrapMode :: IsTextTag o => WrapMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextTagWrapModeSet :: IsTextTag o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextTagWrapModeSet :: IsTextTag o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewAcceptsTab :: IsTextView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewAcceptsTab :: IsTextView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewBottomMargin :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewBottomMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewBuffer :: (IsTextView o, IsTextBuffer a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewBuffer :: (IsTextView o, IsTextBuffer a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewCursorVisible :: IsTextView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewCursorVisible :: IsTextView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewEditable :: IsTextView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewEditable :: IsTextView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewImModule :: IsTextView o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewImModule :: IsTextView o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewIndent :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewIndent :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewInputHints :: IsTextView o => [InputHints] -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewInputHints :: IsTextView o => [InputHints] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewInputPurpose :: IsTextView o => InputPurpose -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewInputPurpose :: IsTextView o => InputPurpose -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewJustification :: IsTextView o => Justification -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewJustification :: IsTextView o => Justification -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewLeftMargin :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewLeftMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewMonospace :: IsTextView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewMonospace :: IsTextView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewOverwrite :: IsTextView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewOverwrite :: IsTextView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPixelsAboveLines :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewPixelsAboveLines :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPixelsBelowLines :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewPixelsBelowLines :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPixelsInsideWrap :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewPixelsInsideWrap :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewPopulateAll :: IsTextView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewPopulateAll :: IsTextView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewRightMargin :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewRightMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewTabs :: IsTextView o => TabArray -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewTabs :: IsTextView o => TabArray -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewTopMargin :: IsTextView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewTopMargin :: IsTextView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTextViewWrapMode :: IsTextView o => WrapMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructTextViewWrapMode :: IsTextView o => WrapMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructThemingEngineName :: IsThemingEngine o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructThemingEngineName :: IsThemingEngine o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToggleActionActive :: IsToggleAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToggleActionActive :: IsToggleAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToggleActionDrawAsRadio :: IsToggleAction o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToggleActionDrawAsRadio :: IsToggleAction o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToggleButtonActive :: IsToggleButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToggleButtonActive :: IsToggleButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToggleButtonDrawIndicator :: IsToggleButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToggleButtonDrawIndicator :: IsToggleButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToggleButtonInconsistent :: IsToggleButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToggleButtonInconsistent :: IsToggleButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToggleToolButtonActive :: IsToggleToolButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToggleToolButtonActive :: IsToggleToolButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonIconName :: IsToolButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolButtonIconName :: IsToolButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonIconWidget :: (IsToolButton o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolButtonIconWidget :: (IsToolButton o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonLabel :: IsToolButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolButtonLabel :: IsToolButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonLabelWidget :: (IsToolButton o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolButtonLabelWidget :: (IsToolButton o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonStockId :: IsToolButton o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolButtonStockId :: IsToolButton o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolButtonUseUnderline :: IsToolButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolButtonUseUnderline :: IsToolButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupCollapsed :: IsToolItemGroup o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemGroupCollapsed :: IsToolItemGroup o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupEllipsize :: IsToolItemGroup o => EllipsizeMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemGroupEllipsize :: IsToolItemGroup o => EllipsizeMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupHeaderRelief :: IsToolItemGroup o => ReliefStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemGroupHeaderRelief :: IsToolItemGroup o => ReliefStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupLabel :: IsToolItemGroup o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemGroupLabel :: IsToolItemGroup o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemGroupLabelWidget :: (IsToolItemGroup o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemGroupLabelWidget :: (IsToolItemGroup o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemIsImportant :: IsToolItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemIsImportant :: IsToolItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemVisibleHorizontal :: IsToolItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemVisibleHorizontal :: IsToolItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolItemVisibleVertical :: IsToolItem o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolItemVisibleVertical :: IsToolItem o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolPaletteIconSize :: IsToolPalette o => IconSize -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolPaletteIconSize :: IsToolPalette o => IconSize -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolPaletteIconSizeSet :: IsToolPalette o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolPaletteIconSizeSet :: IsToolPalette o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolPaletteToolbarStyle :: IsToolPalette o => ToolbarStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolPaletteToolbarStyle :: IsToolPalette o => ToolbarStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolbarIconSize :: IsToolbar o => IconSize -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolbarIconSize :: IsToolbar o => IconSize -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolbarIconSizeSet :: IsToolbar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolbarIconSizeSet :: IsToolbar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolbarShowArrow :: IsToolbar o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolbarShowArrow :: IsToolbar o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructToolbarToolbarStyle :: IsToolbar o => ToolbarStyle -> IO GValueConstruct o
+ Data.GI.Gtk: constructToolbarToolbarStyle :: IsToolbar o => ToolbarStyle -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeModelFilterChildModel :: (IsTreeModelFilter o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeModelFilterChildModel :: (IsTreeModelFilter o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeModelFilterVirtualRoot :: IsTreeModelFilter o => TreePath -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeModelFilterVirtualRoot :: IsTreeModelFilter o => TreePath -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeModelSortModel :: (IsTreeModelSort o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeModelSortModel :: (IsTreeModelSort o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeSelectionMode :: IsTreeSelection o => SelectionMode -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeSelectionMode :: IsTreeSelection o => SelectionMode -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewActivateOnSingleClick :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewActivateOnSingleClick :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnAlignment :: IsTreeViewColumn o => Float -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnAlignment :: IsTreeViewColumn o => Float -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnCellArea :: (IsTreeViewColumn o, IsCellArea a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnCellArea :: (IsTreeViewColumn o, IsCellArea a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnClickable :: IsTreeViewColumn o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnClickable :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnExpand :: IsTreeViewColumn o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnExpand :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnFixedWidth :: IsTreeViewColumn o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnFixedWidth :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnMaxWidth :: IsTreeViewColumn o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnMaxWidth :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnMinWidth :: IsTreeViewColumn o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnMinWidth :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnReorderable :: IsTreeViewColumn o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnReorderable :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnResizable :: IsTreeViewColumn o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnResizable :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSizing :: IsTreeViewColumn o => TreeViewColumnSizing -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnSizing :: IsTreeViewColumn o => TreeViewColumnSizing -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSortColumnId :: IsTreeViewColumn o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnSortColumnId :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSortIndicator :: IsTreeViewColumn o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnSortIndicator :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSortOrder :: IsTreeViewColumn o => SortType -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnSortOrder :: IsTreeViewColumn o => SortType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnSpacing :: IsTreeViewColumn o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnSpacing :: IsTreeViewColumn o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnTitle :: IsTreeViewColumn o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnTitle :: IsTreeViewColumn o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnVisible :: IsTreeViewColumn o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnVisible :: IsTreeViewColumn o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewColumnWidget :: (IsTreeViewColumn o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewColumnWidget :: (IsTreeViewColumn o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewEnableGridLines :: IsTreeView o => TreeViewGridLines -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewEnableGridLines :: IsTreeView o => TreeViewGridLines -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewEnableSearch :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewEnableSearch :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewEnableTreeLines :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewEnableTreeLines :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewExpanderColumn :: (IsTreeView o, IsTreeViewColumn a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewExpanderColumn :: (IsTreeView o, IsTreeViewColumn a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewFixedHeightMode :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewFixedHeightMode :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHeadersClickable :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewHeadersClickable :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHeadersVisible :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewHeadersVisible :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHoverExpand :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewHoverExpand :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewHoverSelection :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewHoverSelection :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewLevelIndentation :: IsTreeView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewLevelIndentation :: IsTreeView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewModel :: (IsTreeView o, IsTreeModel a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewModel :: (IsTreeView o, IsTreeModel a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewReorderable :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewReorderable :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewRubberBanding :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewRubberBanding :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewRulesHint :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewRulesHint :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewSearchColumn :: IsTreeView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewSearchColumn :: IsTreeView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewShowExpanders :: IsTreeView o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewShowExpanders :: IsTreeView o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructTreeViewTooltipColumn :: IsTreeView o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructTreeViewTooltipColumn :: IsTreeView o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructUIManagerAddTearoffs :: IsUIManager o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructUIManagerAddTearoffs :: IsUIManager o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructViewportShadowType :: IsViewport o => ShadowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructViewportShadowType :: IsViewport o => ShadowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructVolumeButtonUseSymbolic :: IsVolumeButton o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructVolumeButtonUseSymbolic :: IsVolumeButton o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetAppPaintable :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetAppPaintable :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetCanDefault :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetCanDefault :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetCanFocus :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetCanFocus :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetDoubleBuffered :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetDoubleBuffered :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetEvents :: IsWidget o => [EventMask] -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetEvents :: IsWidget o => [EventMask] -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetExpand :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetExpand :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetFocusOnClick :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetFocusOnClick :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHalign :: IsWidget o => Align -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHalign :: IsWidget o => Align -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHasDefault :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHasDefault :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHasFocus :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHasFocus :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHasTooltip :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHasTooltip :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHeightRequest :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHeightRequest :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHexpand :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHexpand :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetHexpandSet :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetHexpandSet :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetIsFocus :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetIsFocus :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMargin :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMargin :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginBottom :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMarginBottom :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginEnd :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMarginEnd :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginLeft :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMarginLeft :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginRight :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMarginRight :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginStart :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMarginStart :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetMarginTop :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetMarginTop :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetName :: IsWidget o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetName :: IsWidget o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetNoShowAll :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetNoShowAll :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetOpacity :: IsWidget o => Double -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetOpacity :: IsWidget o => Double -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetParent :: (IsWidget o, IsContainer a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetParent :: (IsWidget o, IsContainer a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetReceivesDefault :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetReceivesDefault :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetSensitive :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetSensitive :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetStyle :: (IsWidget o, IsStyle a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetStyle :: (IsWidget o, IsStyle a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetTooltipMarkup :: IsWidget o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetTooltipMarkup :: IsWidget o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetTooltipText :: IsWidget o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetTooltipText :: IsWidget o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetValign :: IsWidget o => Align -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetValign :: IsWidget o => Align -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetVexpand :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetVexpand :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetVexpandSet :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetVexpandSet :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetVisible :: IsWidget o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetVisible :: IsWidget o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWidgetWidthRequest :: IsWidget o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWidgetWidthRequest :: IsWidget o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowAcceptFocus :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowAcceptFocus :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowApplication :: (IsWindow o, IsApplication a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowApplication :: (IsWindow o, IsApplication a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowAttachedTo :: (IsWindow o, IsWidget a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowAttachedTo :: (IsWindow o, IsWidget a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowDecorated :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowDecorated :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowDefaultHeight :: IsWindow o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowDefaultHeight :: IsWindow o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowDefaultWidth :: IsWindow o => Int32 -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowDefaultWidth :: IsWindow o => Int32 -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowDeletable :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowDeletable :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowDestroyWithParent :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowDestroyWithParent :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowFocusOnMap :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowFocusOnMap :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowFocusVisible :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowFocusVisible :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowGravity :: IsWindow o => Gravity -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowGravity :: IsWindow o => Gravity -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowHasResizeGrip :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowHasResizeGrip :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowHideTitlebarWhenMaximized :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowHideTitlebarWhenMaximized :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowIcon :: (IsWindow o, IsPixbuf a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowIcon :: (IsWindow o, IsPixbuf a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowIconName :: IsWindow o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowIconName :: IsWindow o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowMnemonicsVisible :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowMnemonicsVisible :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowModal :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowModal :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowResizable :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowResizable :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowRole :: IsWindow o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowRole :: IsWindow o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowScreen :: (IsWindow o, IsScreen a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowScreen :: (IsWindow o, IsScreen a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowSkipPagerHint :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowSkipPagerHint :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowSkipTaskbarHint :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowSkipTaskbarHint :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowStartupId :: IsWindow o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowStartupId :: IsWindow o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowTitle :: IsWindow o => Text -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowTitle :: IsWindow o => Text -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowTransientFor :: (IsWindow o, IsWindow a) => a -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowTransientFor :: (IsWindow o, IsWindow a) => a -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowType :: IsWindow o => WindowType -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowType :: IsWindow o => WindowType -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowTypeHint :: IsWindow o => WindowTypeHint -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowTypeHint :: IsWindow o => WindowTypeHint -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowUrgencyHint :: IsWindow o => Bool -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowUrgencyHint :: IsWindow o => Bool -> IO (GValueConstruct o)
- Data.GI.Gtk: constructWindowWindowPosition :: IsWindow o => WindowPosition -> IO GValueConstruct o
+ Data.GI.Gtk: constructWindowWindowPosition :: IsWindow o => WindowPosition -> IO (GValueConstruct o)
- Data.GI.Gtk: containerGetFocusChild :: (HasCallStack, MonadIO m, IsContainer a) => a -> m Maybe Widget
+ Data.GI.Gtk: containerGetFocusChild :: (HasCallStack, MonadIO m, IsContainer a) => a -> m (Maybe Widget)
- Data.GI.Gtk: containerGetFocusHadjustment :: (HasCallStack, MonadIO m, IsContainer a) => a -> m Maybe Adjustment
+ Data.GI.Gtk: containerGetFocusHadjustment :: (HasCallStack, MonadIO m, IsContainer a) => a -> m (Maybe Adjustment)
- Data.GI.Gtk: containerGetFocusVadjustment :: (HasCallStack, MonadIO m, IsContainer a) => a -> m Maybe Adjustment
+ Data.GI.Gtk: containerGetFocusVadjustment :: (HasCallStack, MonadIO m, IsContainer a) => a -> m (Maybe Adjustment)
- Data.GI.Gtk: copyBoxed :: (HasCallStack, BoxedObject a) => a -> IO Ptr a
+ Data.GI.Gtk: copyBoxed :: (HasCallStack, BoxedObject a) => a -> IO (Ptr a)
- Data.GI.Gtk: copyBoxedPtr :: BoxedObject a => Ptr a -> IO Ptr a
+ Data.GI.Gtk: copyBoxedPtr :: BoxedObject a => Ptr a -> IO (Ptr a)
- Data.GI.Gtk: copyBytes :: WrappedPtr a => Int -> Ptr a -> IO Ptr a
+ Data.GI.Gtk: copyBytes :: WrappedPtr a => Int -> Ptr a -> IO (Ptr a)
- Data.GI.Gtk: cssSectionGetParent :: (HasCallStack, MonadIO m) => CssSection -> m Maybe CssSection
+ Data.GI.Gtk: cssSectionGetParent :: (HasCallStack, MonadIO m) => CssSection -> m (Maybe CssSection)
- Data.GI.Gtk: dialogGetWidgetForResponse :: (HasCallStack, MonadIO m, IsDialog a) => a -> Int32 -> m Maybe Widget
+ Data.GI.Gtk: dialogGetWidgetForResponse :: (HasCallStack, MonadIO m, IsDialog a) => a -> Int32 -> m (Maybe Widget)
- Data.GI.Gtk: disownBoxed :: (HasCallStack, BoxedObject a) => a -> IO Ptr a
+ Data.GI.Gtk: disownBoxed :: (HasCallStack, BoxedObject a) => a -> IO (Ptr a)
- Data.GI.Gtk: disownGVariant :: GVariant -> IO Ptr GVariant
+ Data.GI.Gtk: disownGVariant :: GVariant -> IO (Ptr GVariant)
- Data.GI.Gtk: disownManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO Ptr a
+ Data.GI.Gtk: disownManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr a)
- Data.GI.Gtk: disownObject :: (HasCallStack, GObject a) => a -> IO Ptr b
+ Data.GI.Gtk: disownObject :: (HasCallStack, GObject a) => a -> IO (Ptr b)
- Data.GI.Gtk: dragGetSourceWidget :: (HasCallStack, MonadIO m, IsDragContext a) => a -> m Maybe Widget
+ Data.GI.Gtk: dragGetSourceWidget :: (HasCallStack, MonadIO m, IsDragContext a) => a -> m (Maybe Widget)
- Data.GI.Gtk: dynamic_CalendarDetailFunc :: (HasCallStack, MonadIO m, IsCalendar a) => FunPtr C_CalendarDetailFunc -> a -> Word32 -> Word32 -> Word32 -> Ptr () -> m Maybe Text
+ Data.GI.Gtk: dynamic_CalendarDetailFunc :: (HasCallStack, MonadIO m, IsCalendar a) => FunPtr C_CalendarDetailFunc -> a -> Word32 -> Word32 -> Word32 -> Ptr () -> m (Maybe Text)
- Data.GI.Gtk: entryCompletionComputePrefix :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Text -> m Maybe Text
+ Data.GI.Gtk: entryCompletionComputePrefix :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> Text -> m (Maybe Text)
- Data.GI.Gtk: entryCompletionGetModel :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m Maybe TreeModel
+ Data.GI.Gtk: entryCompletionGetModel :: (HasCallStack, MonadIO m, IsEntryCompletion a) => a -> m (Maybe TreeModel)
- Data.GI.Gtk: entryGetAttributes :: (HasCallStack, MonadIO m, IsEntry a) => a -> m Maybe AttrList
+ Data.GI.Gtk: entryGetAttributes :: (HasCallStack, MonadIO m, IsEntry a) => a -> m (Maybe AttrList)
- Data.GI.Gtk: entryGetCursorHadjustment :: (HasCallStack, MonadIO m, IsEntry a) => a -> m Maybe Adjustment
+ Data.GI.Gtk: entryGetCursorHadjustment :: (HasCallStack, MonadIO m, IsEntry a) => a -> m (Maybe Adjustment)
- Data.GI.Gtk: entryGetIconGicon :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m Maybe Icon
+ Data.GI.Gtk: entryGetIconGicon :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m (Maybe Icon)
- Data.GI.Gtk: entryGetIconName :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m Maybe Text
+ Data.GI.Gtk: entryGetIconName :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m (Maybe Text)
- Data.GI.Gtk: entryGetIconPixbuf :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m Maybe Pixbuf
+ Data.GI.Gtk: entryGetIconPixbuf :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m (Maybe Pixbuf)
- Data.GI.Gtk: entryGetIconTooltipMarkup :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m Maybe Text
+ Data.GI.Gtk: entryGetIconTooltipMarkup :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m (Maybe Text)
- Data.GI.Gtk: entryGetIconTooltipText :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m Maybe Text
+ Data.GI.Gtk: entryGetIconTooltipText :: (HasCallStack, MonadIO m, IsEntry a) => a -> EntryIconPosition -> m (Maybe Text)
- Data.GI.Gtk: entryGetInnerBorder :: (HasCallStack, MonadIO m, IsEntry a) => a -> m Maybe Border
+ Data.GI.Gtk: entryGetInnerBorder :: (HasCallStack, MonadIO m, IsEntry a) => a -> m (Maybe Border)
- Data.GI.Gtk: entryGetTabs :: (HasCallStack, MonadIO m, IsEntry a) => a -> m Maybe TabArray
+ Data.GI.Gtk: entryGetTabs :: (HasCallStack, MonadIO m, IsEntry a) => a -> m (Maybe TabArray)
- Data.GI.Gtk: expanderGetLabel :: (HasCallStack, MonadIO m, IsExpander a) => a -> m Maybe Text
+ Data.GI.Gtk: expanderGetLabel :: (HasCallStack, MonadIO m, IsExpander a) => a -> m (Maybe Text)
- Data.GI.Gtk: expanderGetLabelWidget :: (HasCallStack, MonadIO m, IsExpander a) => a -> m Maybe Widget
+ Data.GI.Gtk: expanderGetLabelWidget :: (HasCallStack, MonadIO m, IsExpander a) => a -> m (Maybe Widget)
- Data.GI.Gtk: fileChooserGetCurrentFolder :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe [Char]
+ Data.GI.Gtk: fileChooserGetCurrentFolder :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe [Char])
- Data.GI.Gtk: fileChooserGetCurrentFolderUri :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe Text
+ Data.GI.Gtk: fileChooserGetCurrentFolderUri :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe Text)
- Data.GI.Gtk: fileChooserGetExtraWidget :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe Widget
+ Data.GI.Gtk: fileChooserGetExtraWidget :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe Widget)
- Data.GI.Gtk: fileChooserGetFilename :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe [Char]
+ Data.GI.Gtk: fileChooserGetFilename :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe [Char])
- Data.GI.Gtk: fileChooserGetFilter :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe FileFilter
+ Data.GI.Gtk: fileChooserGetFilter :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe FileFilter)
- Data.GI.Gtk: fileChooserGetPreviewFile :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe File
+ Data.GI.Gtk: fileChooserGetPreviewFile :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe File)
- Data.GI.Gtk: fileChooserGetPreviewFilename :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe [Char]
+ Data.GI.Gtk: fileChooserGetPreviewFilename :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe [Char])
- Data.GI.Gtk: fileChooserGetPreviewUri :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe Text
+ Data.GI.Gtk: fileChooserGetPreviewUri :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe Text)
- Data.GI.Gtk: fileChooserGetPreviewWidget :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe Widget
+ Data.GI.Gtk: fileChooserGetPreviewWidget :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe Widget)
- Data.GI.Gtk: fileChooserGetUri :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m Maybe Text
+ Data.GI.Gtk: fileChooserGetUri :: (HasCallStack, MonadIO m, IsFileChooser a) => a -> m (Maybe Text)
- Data.GI.Gtk: fileChooserNativeGetAcceptLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> m Maybe Text
+ Data.GI.Gtk: fileChooserNativeGetAcceptLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text)
- Data.GI.Gtk: fileChooserNativeGetCancelLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> m Maybe Text
+ Data.GI.Gtk: fileChooserNativeGetCancelLabel :: (HasCallStack, MonadIO m, IsFileChooserNative a) => a -> m (Maybe Text)
- Data.GI.Gtk: fileFilterGetName :: (HasCallStack, MonadIO m, IsFileFilter a) => a -> m Maybe Text
+ Data.GI.Gtk: fileFilterGetName :: (HasCallStack, MonadIO m, IsFileFilter a) => a -> m (Maybe Text)
- Data.GI.Gtk: flowBoxGetChildAtIndex :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> Int32 -> m Maybe FlowBoxChild
+ Data.GI.Gtk: flowBoxGetChildAtIndex :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> Int32 -> m (Maybe FlowBoxChild)
- Data.GI.Gtk: flowBoxGetChildAtPos :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> Int32 -> Int32 -> m Maybe FlowBoxChild
+ Data.GI.Gtk: flowBoxGetChildAtPos :: (HasCallStack, MonadIO m, IsFlowBox a) => a -> Int32 -> Int32 -> m (Maybe FlowBoxChild)
- Data.GI.Gtk: fontChooserGetFont :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Maybe Text
+ Data.GI.Gtk: fontChooserGetFont :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m (Maybe Text)
- Data.GI.Gtk: fontChooserGetFontDesc :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Maybe FontDescription
+ Data.GI.Gtk: fontChooserGetFontDesc :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m (Maybe FontDescription)
- Data.GI.Gtk: fontChooserGetFontFace :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Maybe FontFace
+ Data.GI.Gtk: fontChooserGetFontFace :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m (Maybe FontFace)
- Data.GI.Gtk: fontChooserGetFontFamily :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Maybe FontFamily
+ Data.GI.Gtk: fontChooserGetFontFamily :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m (Maybe FontFamily)
- Data.GI.Gtk: fontChooserGetFontMap :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m Maybe FontMap
+ Data.GI.Gtk: fontChooserGetFontMap :: (HasCallStack, MonadIO m, IsFontChooser a) => a -> m (Maybe FontMap)
- Data.GI.Gtk: frameGetLabel :: (HasCallStack, MonadIO m, IsFrame a) => a -> m Maybe Text
+ Data.GI.Gtk: frameGetLabel :: (HasCallStack, MonadIO m, IsFrame a) => a -> m (Maybe Text)
- Data.GI.Gtk: frameGetLabelWidget :: (HasCallStack, MonadIO m, IsFrame a) => a -> m Maybe Widget
+ Data.GI.Gtk: frameGetLabelWidget :: (HasCallStack, MonadIO m, IsFrame a) => a -> m (Maybe Widget)
- Data.GI.Gtk: fromGVariant :: IsGVariant a => GVariant -> IO Maybe a
+ Data.GI.Gtk: fromGVariant :: IsGVariant a => GVariant -> IO (Maybe a)
- Data.GI.Gtk: gDirectEqual :: () => GEqualFunc Ptr a
+ Data.GI.Gtk: gDirectEqual :: () => GEqualFunc (Ptr a)
- Data.GI.Gtk: gDirectHash :: () => GHashFunc Ptr a
+ Data.GI.Gtk: gDirectHash :: () => GHashFunc (Ptr a)
- Data.GI.Gtk: gLAreaGetError :: (HasCallStack, MonadIO m, IsGLArea a) => a -> m Maybe GError
+ Data.GI.Gtk: gLAreaGetError :: (HasCallStack, MonadIO m, IsGLArea a) => a -> m (Maybe GError)
- Data.GI.Gtk: g_list_free :: () => Ptr GList a -> IO ()
+ Data.GI.Gtk: g_list_free :: () => Ptr (GList a) -> IO ()
- Data.GI.Gtk: g_slist_free :: () => Ptr GSList a -> IO ()
+ Data.GI.Gtk: g_slist_free :: () => Ptr (GSList a) -> IO ()
- Data.GI.Gtk: gestureGetDevice :: (HasCallStack, MonadIO m, IsGesture a) => a -> m Maybe Device
+ Data.GI.Gtk: gestureGetDevice :: (HasCallStack, MonadIO m, IsGesture a) => a -> m (Maybe Device)
- Data.GI.Gtk: gestureGetLastEvent :: (HasCallStack, MonadIO m, IsGesture a) => a -> EventSequence -> m Maybe Event
+ Data.GI.Gtk: gestureGetLastEvent :: (HasCallStack, MonadIO m, IsGesture a) => a -> EventSequence -> m (Maybe Event)
- Data.GI.Gtk: gestureGetLastUpdatedSequence :: (HasCallStack, MonadIO m, IsGesture a) => a -> m Maybe EventSequence
+ Data.GI.Gtk: gestureGetLastUpdatedSequence :: (HasCallStack, MonadIO m, IsGesture a) => a -> m (Maybe EventSequence)
- Data.GI.Gtk: gestureGetWindow :: (HasCallStack, MonadIO m, IsGesture a) => a -> m Maybe Window
+ Data.GI.Gtk: gestureGetWindow :: (HasCallStack, MonadIO m, IsGesture a) => a -> m (Maybe Window)
- Data.GI.Gtk: gestureSingleGetCurrentSequence :: (HasCallStack, MonadIO m, IsGestureSingle a) => a -> m Maybe EventSequence
+ Data.GI.Gtk: gestureSingleGetCurrentSequence :: (HasCallStack, MonadIO m, IsGestureSingle a) => a -> m (Maybe EventSequence)
- Data.GI.Gtk: getAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> m Maybe Closure
+ Data.GI.Gtk: getAccelGroupEntryClosure :: MonadIO m => AccelGroupEntry -> m (Maybe Closure)
- Data.GI.Gtk: getAccelLabelAccelClosure :: (MonadIO m, IsAccelLabel o) => o -> m Maybe Closure
+ Data.GI.Gtk: getAccelLabelAccelClosure :: (MonadIO m, IsAccelLabel o) => o -> m (Maybe Closure)
- Data.GI.Gtk: getAccelLabelAccelWidget :: (MonadIO m, IsAccelLabel o) => o -> m Maybe Widget
+ Data.GI.Gtk: getAccelLabelAccelWidget :: (MonadIO m, IsAccelLabel o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getAccessibleWidget :: (MonadIO m, IsAccessible o) => o -> m Maybe Widget
+ Data.GI.Gtk: getAccessibleWidget :: (MonadIO m, IsAccessible o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getActionActionGroup :: (MonadIO m, IsAction o) => o -> m Maybe ActionGroup
+ Data.GI.Gtk: getActionActionGroup :: (MonadIO m, IsAction o) => o -> m (Maybe ActionGroup)
- Data.GI.Gtk: getActionEntryAccelerator :: MonadIO m => ActionEntry -> m Maybe Text
+ Data.GI.Gtk: getActionEntryAccelerator :: MonadIO m => ActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getActionEntryCallback :: MonadIO m => ActionEntry -> m Maybe Callback
+ Data.GI.Gtk: getActionEntryCallback :: MonadIO m => ActionEntry -> m (Maybe Callback)
- Data.GI.Gtk: getActionEntryLabel :: MonadIO m => ActionEntry -> m Maybe Text
+ Data.GI.Gtk: getActionEntryLabel :: MonadIO m => ActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getActionEntryName :: MonadIO m => ActionEntry -> m Maybe Text
+ Data.GI.Gtk: getActionEntryName :: MonadIO m => ActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getActionEntryStockId :: MonadIO m => ActionEntry -> m Maybe Text
+ Data.GI.Gtk: getActionEntryStockId :: MonadIO m => ActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getActionEntryTooltip :: MonadIO m => ActionEntry -> m Maybe Text
+ Data.GI.Gtk: getActionEntryTooltip :: MonadIO m => ActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getActionableActionName :: (MonadIO m, IsActionable o) => o -> m Maybe Text
+ Data.GI.Gtk: getActionableActionName :: (MonadIO m, IsActionable o) => o -> m (Maybe Text)
- Data.GI.Gtk: getActionableActionTarget :: (MonadIO m, IsActionable o) => o -> m Maybe GVariant
+ Data.GI.Gtk: getActionableActionTarget :: (MonadIO m, IsActionable o) => o -> m (Maybe GVariant)
- Data.GI.Gtk: getAppChooserButtonHeading :: (MonadIO m, IsAppChooserButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getAppChooserButtonHeading :: (MonadIO m, IsAppChooserButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getAppChooserContentType :: (MonadIO m, IsAppChooser o) => o -> m Maybe Text
+ Data.GI.Gtk: getAppChooserContentType :: (MonadIO m, IsAppChooser o) => o -> m (Maybe Text)
- Data.GI.Gtk: getAppChooserDialogGfile :: (MonadIO m, IsAppChooserDialog o) => o -> m Maybe File
+ Data.GI.Gtk: getAppChooserDialogGfile :: (MonadIO m, IsAppChooserDialog o) => o -> m (Maybe File)
- Data.GI.Gtk: getAppChooserDialogHeading :: (MonadIO m, IsAppChooserDialog o) => o -> m Maybe Text
+ Data.GI.Gtk: getAppChooserDialogHeading :: (MonadIO m, IsAppChooserDialog o) => o -> m (Maybe Text)
- Data.GI.Gtk: getApplicationActiveWindow :: (MonadIO m, IsApplication o) => o -> m Maybe Window
+ Data.GI.Gtk: getApplicationActiveWindow :: (MonadIO m, IsApplication o) => o -> m (Maybe Window)
- Data.GI.Gtk: getApplicationAppMenu :: (MonadIO m, IsApplication o) => o -> m Maybe MenuModel
+ Data.GI.Gtk: getApplicationAppMenu :: (MonadIO m, IsApplication o) => o -> m (Maybe MenuModel)
- Data.GI.Gtk: getBindingEntryBindingSet :: MonadIO m => BindingEntry -> m Maybe BindingSet
+ Data.GI.Gtk: getBindingEntryBindingSet :: MonadIO m => BindingEntry -> m (Maybe BindingSet)
- Data.GI.Gtk: getBindingEntryHashNext :: MonadIO m => BindingEntry -> m Maybe BindingEntry
+ Data.GI.Gtk: getBindingEntryHashNext :: MonadIO m => BindingEntry -> m (Maybe BindingEntry)
- Data.GI.Gtk: getBindingEntrySetNext :: MonadIO m => BindingEntry -> m Maybe BindingEntry
+ Data.GI.Gtk: getBindingEntrySetNext :: MonadIO m => BindingEntry -> m (Maybe BindingEntry)
- Data.GI.Gtk: getBindingEntrySignals :: MonadIO m => BindingEntry -> m Maybe BindingSignal
+ Data.GI.Gtk: getBindingEntrySignals :: MonadIO m => BindingEntry -> m (Maybe BindingSignal)
- Data.GI.Gtk: getBindingSetCurrent :: MonadIO m => BindingSet -> m Maybe BindingEntry
+ Data.GI.Gtk: getBindingSetCurrent :: MonadIO m => BindingSet -> m (Maybe BindingEntry)
- Data.GI.Gtk: getBindingSetEntries :: MonadIO m => BindingSet -> m Maybe BindingEntry
+ Data.GI.Gtk: getBindingSetEntries :: MonadIO m => BindingSet -> m (Maybe BindingEntry)
- Data.GI.Gtk: getBindingSetSetName :: MonadIO m => BindingSet -> m Maybe Text
+ Data.GI.Gtk: getBindingSetSetName :: MonadIO m => BindingSet -> m (Maybe Text)
- Data.GI.Gtk: getBindingSignalNext :: MonadIO m => BindingSignal -> m Maybe BindingSignal
+ Data.GI.Gtk: getBindingSignalNext :: MonadIO m => BindingSignal -> m (Maybe BindingSignal)
- Data.GI.Gtk: getBindingSignalSignalName :: MonadIO m => BindingSignal -> m Maybe Text
+ Data.GI.Gtk: getBindingSignalSignalName :: MonadIO m => BindingSignal -> m (Maybe Text)
- Data.GI.Gtk: getButtonImage :: (MonadIO m, IsButton o) => o -> m Maybe Widget
+ Data.GI.Gtk: getButtonImage :: (MonadIO m, IsButton o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getCellRendererCellBackgroundGdk :: (MonadIO m, IsCellRenderer o) => o -> m Maybe Color
+ Data.GI.Gtk: getCellRendererCellBackgroundGdk :: (MonadIO m, IsCellRenderer o) => o -> m (Maybe Color)
- Data.GI.Gtk: getCellRendererCellBackgroundRgba :: (MonadIO m, IsCellRenderer o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getCellRendererCellBackgroundRgba :: (MonadIO m, IsCellRenderer o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getCellRendererComboModel :: (MonadIO m, IsCellRendererCombo o) => o -> m Maybe TreeModel
+ Data.GI.Gtk: getCellRendererComboModel :: (MonadIO m, IsCellRendererCombo o) => o -> m (Maybe TreeModel)
- Data.GI.Gtk: getCellRendererPixbufGicon :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Icon
+ Data.GI.Gtk: getCellRendererPixbufGicon :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getCellRendererPixbufIconName :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererPixbufIconName :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererPixbufPixbuf :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getCellRendererPixbufPixbuf :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getCellRendererPixbufPixbufExpanderClosed :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getCellRendererPixbufPixbufExpanderClosed :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getCellRendererPixbufPixbufExpanderOpen :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getCellRendererPixbufPixbufExpanderOpen :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getCellRendererPixbufStockDetail :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererPixbufStockDetail :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererPixbufStockId :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererPixbufStockId :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererPixbufSurface :: (MonadIO m, IsCellRendererPixbuf o) => o -> m Maybe Surface
+ Data.GI.Gtk: getCellRendererPixbufSurface :: (MonadIO m, IsCellRendererPixbuf o) => o -> m (Maybe Surface)
- Data.GI.Gtk: getCellRendererProgressText :: (MonadIO m, IsCellRendererProgress o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererProgressText :: (MonadIO m, IsCellRendererProgress o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererSpinAdjustment :: (MonadIO m, IsCellRendererSpin o) => o -> m Maybe Adjustment
+ Data.GI.Gtk: getCellRendererSpinAdjustment :: (MonadIO m, IsCellRendererSpin o) => o -> m (Maybe Adjustment)
- Data.GI.Gtk: getCellRendererTextAttributes :: (MonadIO m, IsCellRendererText o) => o -> m Maybe AttrList
+ Data.GI.Gtk: getCellRendererTextAttributes :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe AttrList)
- Data.GI.Gtk: getCellRendererTextBackgroundGdk :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Color
+ Data.GI.Gtk: getCellRendererTextBackgroundGdk :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Color)
- Data.GI.Gtk: getCellRendererTextBackgroundRgba :: (MonadIO m, IsCellRendererText o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getCellRendererTextBackgroundRgba :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getCellRendererTextFamily :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererTextFamily :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererTextFont :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererTextFont :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererTextFontDesc :: (MonadIO m, IsCellRendererText o) => o -> m Maybe FontDescription
+ Data.GI.Gtk: getCellRendererTextFontDesc :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe FontDescription)
- Data.GI.Gtk: getCellRendererTextForegroundGdk :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Color
+ Data.GI.Gtk: getCellRendererTextForegroundGdk :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Color)
- Data.GI.Gtk: getCellRendererTextForegroundRgba :: (MonadIO m, IsCellRendererText o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getCellRendererTextForegroundRgba :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getCellRendererTextLanguage :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererTextLanguage :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererTextPlaceholderText :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererTextPlaceholderText :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellRendererTextText :: (MonadIO m, IsCellRendererText o) => o -> m Maybe Text
+ Data.GI.Gtk: getCellRendererTextText :: (MonadIO m, IsCellRendererText o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> m Maybe Color
+ Data.GI.Gtk: getCellViewBackgroundGdk :: (MonadIO m, IsCellView o) => o -> m (Maybe Color)
- Data.GI.Gtk: getCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getCellViewBackgroundRgba :: (MonadIO m, IsCellView o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getCellViewCellArea :: (MonadIO m, IsCellView o) => o -> m Maybe CellArea
+ Data.GI.Gtk: getCellViewCellArea :: (MonadIO m, IsCellView o) => o -> m (Maybe CellArea)
- Data.GI.Gtk: getCellViewCellAreaContext :: (MonadIO m, IsCellView o) => o -> m Maybe CellAreaContext
+ Data.GI.Gtk: getCellViewCellAreaContext :: (MonadIO m, IsCellView o) => o -> m (Maybe CellAreaContext)
- Data.GI.Gtk: getCellViewModel :: (MonadIO m, IsCellView o) => o -> m Maybe TreeModel
+ Data.GI.Gtk: getCellViewModel :: (MonadIO m, IsCellView o) => o -> m (Maybe TreeModel)
- Data.GI.Gtk: getColorButtonColor :: (MonadIO m, IsColorButton o) => o -> m Maybe Color
+ Data.GI.Gtk: getColorButtonColor :: (MonadIO m, IsColorButton o) => o -> m (Maybe Color)
- Data.GI.Gtk: getColorButtonRgba :: (MonadIO m, IsColorButton o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getColorButtonRgba :: (MonadIO m, IsColorButton o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getColorChooserRgba :: (MonadIO m, IsColorChooser o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getColorChooserRgba :: (MonadIO m, IsColorChooser o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getColorSelectionCurrentColor :: (MonadIO m, IsColorSelection o) => o -> m Maybe Color
+ Data.GI.Gtk: getColorSelectionCurrentColor :: (MonadIO m, IsColorSelection o) => o -> m (Maybe Color)
- Data.GI.Gtk: getColorSelectionCurrentRgba :: (MonadIO m, IsColorSelection o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getColorSelectionCurrentRgba :: (MonadIO m, IsColorSelection o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m Maybe Widget
+ Data.GI.Gtk: getColorSelectionDialogCancelButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m Maybe Widget
+ Data.GI.Gtk: getColorSelectionDialogHelpButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m Maybe Widget
+ Data.GI.Gtk: getColorSelectionDialogOkButton :: (MonadIO m, IsColorSelectionDialog o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getComboBoxActiveId :: (MonadIO m, IsComboBox o) => o -> m Maybe Text
+ Data.GI.Gtk: getComboBoxActiveId :: (MonadIO m, IsComboBox o) => o -> m (Maybe Text)
- Data.GI.Gtk: getComboBoxCellArea :: (MonadIO m, IsComboBox o) => o -> m Maybe CellArea
+ Data.GI.Gtk: getComboBoxCellArea :: (MonadIO m, IsComboBox o) => o -> m (Maybe CellArea)
- Data.GI.Gtk: getComboBoxTearoffTitle :: (MonadIO m, IsComboBox o) => o -> m Maybe Text
+ Data.GI.Gtk: getComboBoxTearoffTitle :: (MonadIO m, IsComboBox o) => o -> m (Maybe Text)
- Data.GI.Gtk: getCurrentEvent :: (HasCallStack, MonadIO m) => m Maybe Event
+ Data.GI.Gtk: getCurrentEvent :: (HasCallStack, MonadIO m) => m (Maybe Event)
- Data.GI.Gtk: getCurrentEventDevice :: (HasCallStack, MonadIO m) => m Maybe Device
+ Data.GI.Gtk: getCurrentEventDevice :: (HasCallStack, MonadIO m) => m (Maybe Device)
- Data.GI.Gtk: getEntryAttributes :: (MonadIO m, IsEntry o) => o -> m Maybe AttrList
+ Data.GI.Gtk: getEntryAttributes :: (MonadIO m, IsEntry o) => o -> m (Maybe AttrList)
- Data.GI.Gtk: getEntryCompletionCellArea :: (MonadIO m, IsEntryCompletion o) => o -> m Maybe CellArea
+ Data.GI.Gtk: getEntryCompletionCellArea :: (MonadIO m, IsEntryCompletion o) => o -> m (Maybe CellArea)
- Data.GI.Gtk: getEntryCompletionModel :: (MonadIO m, IsEntryCompletion o) => o -> m Maybe TreeModel
+ Data.GI.Gtk: getEntryCompletionModel :: (MonadIO m, IsEntryCompletion o) => o -> m (Maybe TreeModel)
- Data.GI.Gtk: getEntryImModule :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntryImModule :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntryInnerBorder :: (MonadIO m, IsEntry o) => o -> m Maybe Border
+ Data.GI.Gtk: getEntryInnerBorder :: (MonadIO m, IsEntry o) => o -> m (Maybe Border)
- Data.GI.Gtk: getEntryPrimaryIconGicon :: (MonadIO m, IsEntry o) => o -> m Maybe Icon
+ Data.GI.Gtk: getEntryPrimaryIconGicon :: (MonadIO m, IsEntry o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getEntryPrimaryIconName :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntryPrimaryIconName :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntryPrimaryIconPixbuf :: (MonadIO m, IsEntry o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getEntryPrimaryIconPixbuf :: (MonadIO m, IsEntry o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getEntryPrimaryIconStock :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntryPrimaryIconStock :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntryPrimaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntryPrimaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntryPrimaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntryPrimaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntrySecondaryIconGicon :: (MonadIO m, IsEntry o) => o -> m Maybe Icon
+ Data.GI.Gtk: getEntrySecondaryIconGicon :: (MonadIO m, IsEntry o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getEntrySecondaryIconName :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntrySecondaryIconName :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntrySecondaryIconPixbuf :: (MonadIO m, IsEntry o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getEntrySecondaryIconPixbuf :: (MonadIO m, IsEntry o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getEntrySecondaryIconStock :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntrySecondaryIconStock :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntrySecondaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntrySecondaryIconTooltipMarkup :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntrySecondaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> m Maybe Text
+ Data.GI.Gtk: getEntrySecondaryIconTooltipText :: (MonadIO m, IsEntry o) => o -> m (Maybe Text)
- Data.GI.Gtk: getEntryTabs :: (MonadIO m, IsEntry o) => o -> m Maybe TabArray
+ Data.GI.Gtk: getEntryTabs :: (MonadIO m, IsEntry o) => o -> m (Maybe TabArray)
- Data.GI.Gtk: getEventWidget :: (HasCallStack, MonadIO m) => Event -> m Maybe Widget
+ Data.GI.Gtk: getEventWidget :: (HasCallStack, MonadIO m) => Event -> m (Maybe Widget)
- Data.GI.Gtk: getExpanderLabel :: (MonadIO m, IsExpander o) => o -> m Maybe Text
+ Data.GI.Gtk: getExpanderLabel :: (MonadIO m, IsExpander o) => o -> m (Maybe Text)
- Data.GI.Gtk: getExpanderLabelWidget :: (MonadIO m, IsExpander o) => o -> m Maybe Widget
+ Data.GI.Gtk: getExpanderLabelWidget :: (MonadIO m, IsExpander o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getFileChooserExtraWidget :: (MonadIO m, IsFileChooser o) => o -> m Maybe Widget
+ Data.GI.Gtk: getFileChooserExtraWidget :: (MonadIO m, IsFileChooser o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getFileChooserFilter :: (MonadIO m, IsFileChooser o) => o -> m Maybe FileFilter
+ Data.GI.Gtk: getFileChooserFilter :: (MonadIO m, IsFileChooser o) => o -> m (Maybe FileFilter)
- Data.GI.Gtk: getFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m Maybe Text
+ Data.GI.Gtk: getFileChooserNativeAcceptLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m Maybe Text
+ Data.GI.Gtk: getFileChooserNativeCancelLabel :: (MonadIO m, IsFileChooserNative o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFileChooserPreviewWidget :: (MonadIO m, IsFileChooser o) => o -> m Maybe Widget
+ Data.GI.Gtk: getFileChooserPreviewWidget :: (MonadIO m, IsFileChooser o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getFileChooserWidgetSubtitle :: (MonadIO m, IsFileChooserWidget o) => o -> m Maybe Text
+ Data.GI.Gtk: getFileChooserWidgetSubtitle :: (MonadIO m, IsFileChooserWidget o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFileFilterInfoDisplayName :: MonadIO m => FileFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getFileFilterInfoDisplayName :: MonadIO m => FileFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getFileFilterInfoFilename :: MonadIO m => FileFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getFileFilterInfoFilename :: MonadIO m => FileFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getFileFilterInfoMimeType :: MonadIO m => FileFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getFileFilterInfoMimeType :: MonadIO m => FileFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getFileFilterInfoUri :: MonadIO m => FileFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getFileFilterInfoUri :: MonadIO m => FileFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getFixedChildWidget :: MonadIO m => FixedChild -> m Maybe Widget
+ Data.GI.Gtk: getFixedChildWidget :: MonadIO m => FixedChild -> m (Maybe Widget)
- Data.GI.Gtk: getFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> m Maybe Text
+ Data.GI.Gtk: getFontChooserFont :: (MonadIO m, IsFontChooser o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> m Maybe FontDescription
+ Data.GI.Gtk: getFontChooserFontDesc :: (MonadIO m, IsFontChooser o) => o -> m (Maybe FontDescription)
- Data.GI.Gtk: getFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> m Maybe Text
+ Data.GI.Gtk: getFontChooserPreviewText :: (MonadIO m, IsFontChooser o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFontSelectionFontName :: (MonadIO m, IsFontSelection o) => o -> m Maybe Text
+ Data.GI.Gtk: getFontSelectionFontName :: (MonadIO m, IsFontSelection o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFrameLabel :: (MonadIO m, IsFrame o) => o -> m Maybe Text
+ Data.GI.Gtk: getFrameLabel :: (MonadIO m, IsFrame o) => o -> m (Maybe Text)
- Data.GI.Gtk: getFrameLabelWidget :: (MonadIO m, IsFrame o) => o -> m Maybe Widget
+ Data.GI.Gtk: getFrameLabelWidget :: (MonadIO m, IsFrame o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getGestureWindow :: (MonadIO m, IsGesture o) => o -> m Maybe Window
+ Data.GI.Gtk: getGestureWindow :: (MonadIO m, IsGesture o) => o -> m (Maybe Window)
- Data.GI.Gtk: getHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o) => o -> m Maybe Widget
+ Data.GI.Gtk: getHeaderBarCustomTitle :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getHeaderBarSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m Maybe Text
+ Data.GI.Gtk: getHeaderBarSubtitle :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Text)
- Data.GI.Gtk: getHeaderBarTitle :: (MonadIO m, IsHeaderBar o) => o -> m Maybe Text
+ Data.GI.Gtk: getHeaderBarTitle :: (MonadIO m, IsHeaderBar o) => o -> m (Maybe Text)
- Data.GI.Gtk: getIMContextInfoContextId :: MonadIO m => IMContextInfo -> m Maybe Text
+ Data.GI.Gtk: getIMContextInfoContextId :: MonadIO m => IMContextInfo -> m (Maybe Text)
- Data.GI.Gtk: getIMContextInfoContextName :: MonadIO m => IMContextInfo -> m Maybe Text
+ Data.GI.Gtk: getIMContextInfoContextName :: MonadIO m => IMContextInfo -> m (Maybe Text)
- Data.GI.Gtk: getIMContextInfoDefaultLocales :: MonadIO m => IMContextInfo -> m Maybe Text
+ Data.GI.Gtk: getIMContextInfoDefaultLocales :: MonadIO m => IMContextInfo -> m (Maybe Text)
- Data.GI.Gtk: getIMContextInfoDomain :: MonadIO m => IMContextInfo -> m Maybe Text
+ Data.GI.Gtk: getIMContextInfoDomain :: MonadIO m => IMContextInfo -> m (Maybe Text)
- Data.GI.Gtk: getIMContextInfoDomainDirname :: MonadIO m => IMContextInfo -> m Maybe Text
+ Data.GI.Gtk: getIMContextInfoDomainDirname :: MonadIO m => IMContextInfo -> m (Maybe Text)
- Data.GI.Gtk: getIconViewCellArea :: (MonadIO m, IsIconView o) => o -> m Maybe CellArea
+ Data.GI.Gtk: getIconViewCellArea :: (MonadIO m, IsIconView o) => o -> m (Maybe CellArea)
- Data.GI.Gtk: getIconViewModel :: (MonadIO m, IsIconView o) => o -> m Maybe TreeModel
+ Data.GI.Gtk: getIconViewModel :: (MonadIO m, IsIconView o) => o -> m (Maybe TreeModel)
- Data.GI.Gtk: getImageFile :: (MonadIO m, IsImage o) => o -> m Maybe Text
+ Data.GI.Gtk: getImageFile :: (MonadIO m, IsImage o) => o -> m (Maybe Text)
- Data.GI.Gtk: getImageGicon :: (MonadIO m, IsImage o) => o -> m Maybe Icon
+ Data.GI.Gtk: getImageGicon :: (MonadIO m, IsImage o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getImageIconName :: (MonadIO m, IsImage o) => o -> m Maybe Text
+ Data.GI.Gtk: getImageIconName :: (MonadIO m, IsImage o) => o -> m (Maybe Text)
- Data.GI.Gtk: getImageIconSet :: (MonadIO m, IsImage o) => o -> m Maybe IconSet
+ Data.GI.Gtk: getImageIconSet :: (MonadIO m, IsImage o) => o -> m (Maybe IconSet)
- Data.GI.Gtk: getImagePixbuf :: (MonadIO m, IsImage o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getImagePixbuf :: (MonadIO m, IsImage o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getImagePixbufAnimation :: (MonadIO m, IsImage o) => o -> m Maybe PixbufAnimation
+ Data.GI.Gtk: getImagePixbufAnimation :: (MonadIO m, IsImage o) => o -> m (Maybe PixbufAnimation)
- Data.GI.Gtk: getImageResource :: (MonadIO m, IsImage o) => o -> m Maybe Text
+ Data.GI.Gtk: getImageResource :: (MonadIO m, IsImage o) => o -> m (Maybe Text)
- Data.GI.Gtk: getImageStock :: (MonadIO m, IsImage o) => o -> m Maybe Text
+ Data.GI.Gtk: getImageStock :: (MonadIO m, IsImage o) => o -> m (Maybe Text)
- Data.GI.Gtk: getImageSurface :: (MonadIO m, IsImage o) => o -> m Maybe Surface
+ Data.GI.Gtk: getImageSurface :: (MonadIO m, IsImage o) => o -> m (Maybe Surface)
- Data.GI.Gtk: getLabelAttributes :: (MonadIO m, IsLabel o) => o -> m Maybe AttrList
+ Data.GI.Gtk: getLabelAttributes :: (MonadIO m, IsLabel o) => o -> m (Maybe AttrList)
- Data.GI.Gtk: getLabelMnemonicWidget :: (MonadIO m, IsLabel o) => o -> m Maybe Widget
+ Data.GI.Gtk: getLabelMnemonicWidget :: (MonadIO m, IsLabel o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getLockButtonTextLock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getLockButtonTextUnlock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getLockButtonTooltipLock :: (MonadIO m, IsLockButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getLockButtonTooltipLock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getLockButtonTooltipNotAuthorized :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getLockButtonTooltipUnlock :: (MonadIO m, IsLockButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getMenuButtonAlignWidget :: (MonadIO m, IsMenuButton o) => o -> m Maybe Container
+ Data.GI.Gtk: getMenuButtonAlignWidget :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Container)
- Data.GI.Gtk: getMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m Maybe MenuModel
+ Data.GI.Gtk: getMenuButtonMenuModel :: (MonadIO m, IsMenuButton o) => o -> m (Maybe MenuModel)
- Data.GI.Gtk: getMenuButtonPopover :: (MonadIO m, IsMenuButton o) => o -> m Maybe Popover
+ Data.GI.Gtk: getMenuButtonPopover :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Popover)
- Data.GI.Gtk: getMenuButtonPopup :: (MonadIO m, IsMenuButton o) => o -> m Maybe Menu
+ Data.GI.Gtk: getMenuButtonPopup :: (MonadIO m, IsMenuButton o) => o -> m (Maybe Menu)
- Data.GI.Gtk: getMenuItemAccelPath :: (MonadIO m, IsMenuItem o) => o -> m Maybe Text
+ Data.GI.Gtk: getMenuItemAccelPath :: (MonadIO m, IsMenuItem o) => o -> m (Maybe Text)
- Data.GI.Gtk: getMenuItemSubmenu :: (MonadIO m, IsMenuItem o) => o -> m Maybe Menu
+ Data.GI.Gtk: getMenuItemSubmenu :: (MonadIO m, IsMenuItem o) => o -> m (Maybe Menu)
- Data.GI.Gtk: getMenuTearoffTitle :: (MonadIO m, IsMenu o) => o -> m Maybe Text
+ Data.GI.Gtk: getMenuTearoffTitle :: (MonadIO m, IsMenu o) => o -> m (Maybe Text)
- Data.GI.Gtk: getMenuToolButtonMenu :: (MonadIO m, IsMenuToolButton o) => o -> m Maybe Menu
+ Data.GI.Gtk: getMenuToolButtonMenu :: (MonadIO m, IsMenuToolButton o) => o -> m (Maybe Menu)
- Data.GI.Gtk: getMessageDialogSecondaryText :: (MonadIO m, IsMessageDialog o) => o -> m Maybe Text
+ Data.GI.Gtk: getMessageDialogSecondaryText :: (MonadIO m, IsMessageDialog o) => o -> m (Maybe Text)
- Data.GI.Gtk: getMessageDialogText :: (MonadIO m, IsMessageDialog o) => o -> m Maybe Text
+ Data.GI.Gtk: getMessageDialogText :: (MonadIO m, IsMessageDialog o) => o -> m (Maybe Text)
- Data.GI.Gtk: getModelButtonIcon :: (MonadIO m, IsModelButton o) => o -> m Maybe Icon
+ Data.GI.Gtk: getModelButtonIcon :: (MonadIO m, IsModelButton o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getModelButtonMenuName :: (MonadIO m, IsModelButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getModelButtonMenuName :: (MonadIO m, IsModelButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getModelButtonText :: (MonadIO m, IsModelButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getModelButtonText :: (MonadIO m, IsModelButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> m Maybe Text
+ Data.GI.Gtk: getNativeDialogTitle :: (MonadIO m, IsNativeDialog o) => o -> m (Maybe Text)
- Data.GI.Gtk: getNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o) => o -> m Maybe Window
+ Data.GI.Gtk: getNativeDialogTransientFor :: (MonadIO m, IsNativeDialog o) => o -> m (Maybe Window)
- Data.GI.Gtk: getNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m Maybe Text
+ Data.GI.Gtk: getNotebookGroupName :: (MonadIO m, IsNotebook o) => o -> m (Maybe Text)
- Data.GI.Gtk: getNumerableIconBackgroundIcon :: (MonadIO m, IsNumerableIcon o) => o -> m Maybe Icon
+ Data.GI.Gtk: getNumerableIconBackgroundIcon :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getNumerableIconBackgroundIconName :: (MonadIO m, IsNumerableIcon o) => o -> m Maybe Text
+ Data.GI.Gtk: getNumerableIconBackgroundIconName :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe Text)
- Data.GI.Gtk: getNumerableIconLabel :: (MonadIO m, IsNumerableIcon o) => o -> m Maybe Text
+ Data.GI.Gtk: getNumerableIconLabel :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe Text)
- Data.GI.Gtk: getNumerableIconStyleContext :: (MonadIO m, IsNumerableIcon o) => o -> m Maybe StyleContext
+ Data.GI.Gtk: getNumerableIconStyleContext :: (MonadIO m, IsNumerableIcon o) => o -> m (Maybe StyleContext)
- Data.GI.Gtk: getPadActionEntryActionName :: MonadIO m => PadActionEntry -> m Maybe Text
+ Data.GI.Gtk: getPadActionEntryActionName :: MonadIO m => PadActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getPadActionEntryLabel :: MonadIO m => PadActionEntry -> m Maybe Text
+ Data.GI.Gtk: getPadActionEntryLabel :: MonadIO m => PadActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getPadControllerActionGroup :: (MonadIO m, IsPadController o) => o -> m Maybe ActionGroup
+ Data.GI.Gtk: getPadControllerActionGroup :: (MonadIO m, IsPadController o) => o -> m (Maybe ActionGroup)
- Data.GI.Gtk: getPadControllerPad :: (MonadIO m, IsPadController o) => o -> m Maybe Device
+ Data.GI.Gtk: getPadControllerPad :: (MonadIO m, IsPadController o) => o -> m (Maybe Device)
- Data.GI.Gtk: getPlacesSidebarLocation :: (MonadIO m, IsPlacesSidebar o) => o -> m Maybe File
+ Data.GI.Gtk: getPlacesSidebarLocation :: (MonadIO m, IsPlacesSidebar o) => o -> m (Maybe File)
- Data.GI.Gtk: getPlugSocketWindow :: (MonadIO m, IsPlug o) => o -> m Maybe Window
+ Data.GI.Gtk: getPlugSocketWindow :: (MonadIO m, IsPlug o) => o -> m (Maybe Window)
- Data.GI.Gtk: getPopoverMenuVisibleSubmenu :: (MonadIO m, IsPopoverMenu o) => o -> m Maybe Text
+ Data.GI.Gtk: getPopoverMenuVisibleSubmenu :: (MonadIO m, IsPopoverMenu o) => o -> m (Maybe Text)
- Data.GI.Gtk: getPopoverPointingTo :: (MonadIO m, IsPopover o) => o -> m Maybe Rectangle
+ Data.GI.Gtk: getPopoverPointingTo :: (MonadIO m, IsPopover o) => o -> m (Maybe Rectangle)
- Data.GI.Gtk: getPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> m Maybe Text
+ Data.GI.Gtk: getPrintOperationCustomTabLabel :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)
- Data.GI.Gtk: getPrintOperationExportFilename :: (MonadIO m, IsPrintOperation o) => o -> m Maybe Text
+ Data.GI.Gtk: getPrintOperationExportFilename :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)
- Data.GI.Gtk: getPrintOperationJobName :: (MonadIO m, IsPrintOperation o) => o -> m Maybe Text
+ Data.GI.Gtk: getPrintOperationJobName :: (MonadIO m, IsPrintOperation o) => o -> m (Maybe Text)
- Data.GI.Gtk: getProgressBarText :: (MonadIO m, IsProgressBar o) => o -> m Maybe Text
+ Data.GI.Gtk: getProgressBarText :: (MonadIO m, IsProgressBar o) => o -> m (Maybe Text)
- Data.GI.Gtk: getRadioActionEntryAccelerator :: MonadIO m => RadioActionEntry -> m Maybe Text
+ Data.GI.Gtk: getRadioActionEntryAccelerator :: MonadIO m => RadioActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getRadioActionEntryLabel :: MonadIO m => RadioActionEntry -> m Maybe Text
+ Data.GI.Gtk: getRadioActionEntryLabel :: MonadIO m => RadioActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getRadioActionEntryName :: MonadIO m => RadioActionEntry -> m Maybe Text
+ Data.GI.Gtk: getRadioActionEntryName :: MonadIO m => RadioActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getRadioActionEntryStockId :: MonadIO m => RadioActionEntry -> m Maybe Text
+ Data.GI.Gtk: getRadioActionEntryStockId :: MonadIO m => RadioActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getRadioActionEntryTooltip :: MonadIO m => RadioActionEntry -> m Maybe Text
+ Data.GI.Gtk: getRadioActionEntryTooltip :: MonadIO m => RadioActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getRcPropertyOrigin :: MonadIO m => RcProperty -> m Maybe Text
+ Data.GI.Gtk: getRcPropertyOrigin :: MonadIO m => RcProperty -> m (Maybe Text)
- Data.GI.Gtk: getRecentDataAppExec :: MonadIO m => RecentData -> m Maybe Text
+ Data.GI.Gtk: getRecentDataAppExec :: MonadIO m => RecentData -> m (Maybe Text)
- Data.GI.Gtk: getRecentDataAppName :: MonadIO m => RecentData -> m Maybe Text
+ Data.GI.Gtk: getRecentDataAppName :: MonadIO m => RecentData -> m (Maybe Text)
- Data.GI.Gtk: getRecentDataDescription :: MonadIO m => RecentData -> m Maybe Text
+ Data.GI.Gtk: getRecentDataDescription :: MonadIO m => RecentData -> m (Maybe Text)
- Data.GI.Gtk: getRecentDataDisplayName :: MonadIO m => RecentData -> m Maybe Text
+ Data.GI.Gtk: getRecentDataDisplayName :: MonadIO m => RecentData -> m (Maybe Text)
- Data.GI.Gtk: getRecentDataGroups :: MonadIO m => RecentData -> m Maybe [Text]
+ Data.GI.Gtk: getRecentDataGroups :: MonadIO m => RecentData -> m (Maybe [Text])
- Data.GI.Gtk: getRecentDataMimeType :: MonadIO m => RecentData -> m Maybe Text
+ Data.GI.Gtk: getRecentDataMimeType :: MonadIO m => RecentData -> m (Maybe Text)
- Data.GI.Gtk: getRecentFilterInfoApplications :: MonadIO m => RecentFilterInfo -> m Maybe [Text]
+ Data.GI.Gtk: getRecentFilterInfoApplications :: MonadIO m => RecentFilterInfo -> m (Maybe [Text])
- Data.GI.Gtk: getRecentFilterInfoDisplayName :: MonadIO m => RecentFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getRecentFilterInfoDisplayName :: MonadIO m => RecentFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getRecentFilterInfoGroups :: MonadIO m => RecentFilterInfo -> m Maybe [Text]
+ Data.GI.Gtk: getRecentFilterInfoGroups :: MonadIO m => RecentFilterInfo -> m (Maybe [Text])
- Data.GI.Gtk: getRecentFilterInfoMimeType :: MonadIO m => RecentFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getRecentFilterInfoMimeType :: MonadIO m => RecentFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getRecentFilterInfoUri :: MonadIO m => RecentFilterInfo -> m Maybe Text
+ Data.GI.Gtk: getRecentFilterInfoUri :: MonadIO m => RecentFilterInfo -> m (Maybe Text)
- Data.GI.Gtk: getRecentManagerFilename :: (MonadIO m, IsRecentManager o) => o -> m Maybe Text
+ Data.GI.Gtk: getRecentManagerFilename :: (MonadIO m, IsRecentManager o) => o -> m (Maybe Text)
- Data.GI.Gtk: getRendererCellAccessibleRenderer :: (MonadIO m, IsRendererCellAccessible o) => o -> m Maybe CellRenderer
+ Data.GI.Gtk: getRendererCellAccessibleRenderer :: (MonadIO m, IsRendererCellAccessible o) => o -> m (Maybe CellRenderer)
- Data.GI.Gtk: getRequestedSizeData :: MonadIO m => RequestedSize -> m Ptr ()
+ Data.GI.Gtk: getRequestedSizeData :: MonadIO m => RequestedSize -> m (Ptr ())
- Data.GI.Gtk: getScaleButtonIcons :: (MonadIO m, IsScaleButton o) => o -> m Maybe [Text]
+ Data.GI.Gtk: getScaleButtonIcons :: (MonadIO m, IsScaleButton o) => o -> m (Maybe [Text])
- Data.GI.Gtk: getSettingsGtkColorPalette :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkColorPalette :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkColorScheme :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkColorScheme :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkCursorThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkDecorationLayout :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkDecorationLayout :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkFallbackIconTheme :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkFallbackIconTheme :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkFileChooserBackend :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkFileChooserBackend :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkFontName :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkFontName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkIconSizes :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkIconSizes :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkIconThemeName :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkIconThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkImModule :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkImModule :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkKeyThemeName :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkKeyThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkMenuBarAccel :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkMenuBarAccel :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkModules :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkModules :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkPrintBackends :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkPrintPreviewCommand :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkSoundThemeName :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkSoundThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkThemeName :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkThemeName :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkTitlebarDoubleClick :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkTitlebarDoubleClick :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkTitlebarMiddleClick :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkTitlebarMiddleClick :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkTitlebarRightClick :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkTitlebarRightClick :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkXftHintstyle :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkXftHintstyle :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsGtkXftRgba :: (MonadIO m, IsSettings o) => o -> m Maybe Text
+ Data.GI.Gtk: getSettingsGtkXftRgba :: (MonadIO m, IsSettings o) => o -> m (Maybe Text)
- Data.GI.Gtk: getSettingsValueOrigin :: MonadIO m => SettingsValue -> m Maybe Text
+ Data.GI.Gtk: getSettingsValueOrigin :: MonadIO m => SettingsValue -> m (Maybe Text)
- Data.GI.Gtk: getShortcutLabelAccelerator :: (MonadIO m, IsShortcutLabel o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutLabelAccelerator :: (MonadIO m, IsShortcutLabel o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutLabelDisabledText :: (MonadIO m, IsShortcutLabel o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutLabelDisabledText :: (MonadIO m, IsShortcutLabel o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsGroupTitle :: (MonadIO m, IsShortcutsGroup o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsGroupTitle :: (MonadIO m, IsShortcutsGroup o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsGroupView :: (MonadIO m, IsShortcutsGroup o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsGroupView :: (MonadIO m, IsShortcutsGroup o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsSectionSectionName :: (MonadIO m, IsShortcutsSection o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsSectionSectionName :: (MonadIO m, IsShortcutsSection o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsSectionTitle :: (MonadIO m, IsShortcutsSection o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsSectionTitle :: (MonadIO m, IsShortcutsSection o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsSectionViewName :: (MonadIO m, IsShortcutsSection o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsSectionViewName :: (MonadIO m, IsShortcutsSection o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsShortcutAccelerator :: (MonadIO m, IsShortcutsShortcut o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsShortcutAccelerator :: (MonadIO m, IsShortcutsShortcut o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsShortcutActionName :: (MonadIO m, IsShortcutsShortcut o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsShortcutActionName :: (MonadIO m, IsShortcutsShortcut o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsShortcutIcon :: (MonadIO m, IsShortcutsShortcut o) => o -> m Maybe Icon
+ Data.GI.Gtk: getShortcutsShortcutIcon :: (MonadIO m, IsShortcutsShortcut o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getShortcutsShortcutSubtitle :: (MonadIO m, IsShortcutsShortcut o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsShortcutSubtitle :: (MonadIO m, IsShortcutsShortcut o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsShortcutTitle :: (MonadIO m, IsShortcutsShortcut o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsShortcutTitle :: (MonadIO m, IsShortcutsShortcut o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsWindowSectionName :: (MonadIO m, IsShortcutsWindow o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsWindowSectionName :: (MonadIO m, IsShortcutsWindow o) => o -> m (Maybe Text)
- Data.GI.Gtk: getShortcutsWindowViewName :: (MonadIO m, IsShortcutsWindow o) => o -> m Maybe Text
+ Data.GI.Gtk: getShortcutsWindowViewName :: (MonadIO m, IsShortcutsWindow o) => o -> m (Maybe Text)
- Data.GI.Gtk: getStackSidebarStack :: (MonadIO m, IsStackSidebar o) => o -> m Maybe Stack
+ Data.GI.Gtk: getStackSidebarStack :: (MonadIO m, IsStackSidebar o) => o -> m (Maybe Stack)
- Data.GI.Gtk: getStackSwitcherStack :: (MonadIO m, IsStackSwitcher o) => o -> m Maybe Stack
+ Data.GI.Gtk: getStackSwitcherStack :: (MonadIO m, IsStackSwitcher o) => o -> m (Maybe Stack)
- Data.GI.Gtk: getStackVisibleChild :: (MonadIO m, IsStack o) => o -> m Maybe Widget
+ Data.GI.Gtk: getStackVisibleChild :: (MonadIO m, IsStack o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getStackVisibleChildName :: (MonadIO m, IsStack o) => o -> m Maybe Text
+ Data.GI.Gtk: getStackVisibleChildName :: (MonadIO m, IsStack o) => o -> m (Maybe Text)
- Data.GI.Gtk: getStatusIconGicon :: (MonadIO m, IsStatusIcon o) => o -> m Maybe Icon
+ Data.GI.Gtk: getStatusIconGicon :: (MonadIO m, IsStatusIcon o) => o -> m (Maybe Icon)
- Data.GI.Gtk: getStatusIconIconName :: (MonadIO m, IsStatusIcon o) => o -> m Maybe Text
+ Data.GI.Gtk: getStatusIconIconName :: (MonadIO m, IsStatusIcon o) => o -> m (Maybe Text)
- Data.GI.Gtk: getStatusIconPixbuf :: (MonadIO m, IsStatusIcon o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getStatusIconPixbuf :: (MonadIO m, IsStatusIcon o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getStatusIconStock :: (MonadIO m, IsStatusIcon o) => o -> m Maybe Text
+ Data.GI.Gtk: getStatusIconStock :: (MonadIO m, IsStatusIcon o) => o -> m (Maybe Text)
- Data.GI.Gtk: getStatusIconTooltipMarkup :: (MonadIO m, IsStatusIcon o) => o -> m Maybe Text
+ Data.GI.Gtk: getStatusIconTooltipMarkup :: (MonadIO m, IsStatusIcon o) => o -> m (Maybe Text)
- Data.GI.Gtk: getStatusIconTooltipText :: (MonadIO m, IsStatusIcon o) => o -> m Maybe Text
+ Data.GI.Gtk: getStatusIconTooltipText :: (MonadIO m, IsStatusIcon o) => o -> m (Maybe Text)
- Data.GI.Gtk: getStockItemLabel :: MonadIO m => StockItem -> m Maybe Text
+ Data.GI.Gtk: getStockItemLabel :: MonadIO m => StockItem -> m (Maybe Text)
- Data.GI.Gtk: getStockItemStockId :: MonadIO m => StockItem -> m Maybe Text
+ Data.GI.Gtk: getStockItemStockId :: MonadIO m => StockItem -> m (Maybe Text)
- Data.GI.Gtk: getStockItemTranslationDomain :: MonadIO m => StockItem -> m Maybe Text
+ Data.GI.Gtk: getStockItemTranslationDomain :: MonadIO m => StockItem -> m (Maybe Text)
- Data.GI.Gtk: getStyleContext :: (MonadIO m, IsStyle o) => o -> m Maybe StyleContext
+ Data.GI.Gtk: getStyleContext :: (MonadIO m, IsStyle o) => o -> m (Maybe StyleContext)
- Data.GI.Gtk: getStyleContextPaintClock :: (MonadIO m, IsStyleContext o) => o -> m Maybe FrameClock
+ Data.GI.Gtk: getStyleContextPaintClock :: (MonadIO m, IsStyleContext o) => o -> m (Maybe FrameClock)
- Data.GI.Gtk: getStyleContextParent :: (MonadIO m, IsStyleContext o) => o -> m Maybe StyleContext
+ Data.GI.Gtk: getStyleContextParent :: (MonadIO m, IsStyleContext o) => o -> m (Maybe StyleContext)
- Data.GI.Gtk: getTableChildWidget :: MonadIO m => TableChild -> m Maybe Widget
+ Data.GI.Gtk: getTableChildWidget :: MonadIO m => TableChild -> m (Maybe Widget)
- Data.GI.Gtk: getTargetEntryTarget :: MonadIO m => TargetEntry -> m Maybe Text
+ Data.GI.Gtk: getTargetEntryTarget :: MonadIO m => TargetEntry -> m (Maybe Text)
- Data.GI.Gtk: getTextAttributesFont :: MonadIO m => TextAttributes -> m Maybe FontDescription
+ Data.GI.Gtk: getTextAttributesFont :: MonadIO m => TextAttributes -> m (Maybe FontDescription)
- Data.GI.Gtk: getTextAttributesLanguage :: MonadIO m => TextAttributes -> m Maybe Language
+ Data.GI.Gtk: getTextAttributesLanguage :: MonadIO m => TextAttributes -> m (Maybe Language)
- Data.GI.Gtk: getTextAttributesTabs :: MonadIO m => TextAttributes -> m Maybe TabArray
+ Data.GI.Gtk: getTextAttributesTabs :: MonadIO m => TextAttributes -> m (Maybe TabArray)
- Data.GI.Gtk: getTextBufferText :: (MonadIO m, IsTextBuffer o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextBufferText :: (MonadIO m, IsTextBuffer o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextMarkName :: (MonadIO m, IsTextMark o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextMarkName :: (MonadIO m, IsTextMark o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m Maybe Color
+ Data.GI.Gtk: getTextTagBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m (Maybe Color)
- Data.GI.Gtk: getTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getTextTagBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getTextTagFamily :: (MonadIO m, IsTextTag o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextTagFamily :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextTagFont :: (MonadIO m, IsTextTag o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextTagFont :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> m Maybe FontDescription
+ Data.GI.Gtk: getTextTagFontDesc :: (MonadIO m, IsTextTag o) => o -> m (Maybe FontDescription)
- Data.GI.Gtk: getTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextTagFontFeatures :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> m Maybe Color
+ Data.GI.Gtk: getTextTagForegroundGdk :: (MonadIO m, IsTextTag o) => o -> m (Maybe Color)
- Data.GI.Gtk: getTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getTextTagForegroundRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextTagLanguage :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextTagName :: (MonadIO m, IsTextTag o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextTagName :: (MonadIO m, IsTextTag o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m Maybe Color
+ Data.GI.Gtk: getTextTagParagraphBackgroundGdk :: (MonadIO m, IsTextTag o) => o -> m (Maybe Color)
- Data.GI.Gtk: getTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getTextTagParagraphBackgroundRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getTextTagStrikethroughRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getTextTagTabs :: (MonadIO m, IsTextTag o) => o -> m Maybe TabArray
+ Data.GI.Gtk: getTextTagTabs :: (MonadIO m, IsTextTag o) => o -> m (Maybe TabArray)
- Data.GI.Gtk: getTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> m Maybe RGBA
+ Data.GI.Gtk: getTextTagUnderlineRgba :: (MonadIO m, IsTextTag o) => o -> m (Maybe RGBA)
- Data.GI.Gtk: getTextViewImModule :: (MonadIO m, IsTextView o) => o -> m Maybe Text
+ Data.GI.Gtk: getTextViewImModule :: (MonadIO m, IsTextView o) => o -> m (Maybe Text)
- Data.GI.Gtk: getTextViewTabs :: (MonadIO m, IsTextView o) => o -> m Maybe TabArray
+ Data.GI.Gtk: getTextViewTabs :: (MonadIO m, IsTextView o) => o -> m (Maybe TabArray)
- Data.GI.Gtk: getThemingEngineName :: (MonadIO m, IsThemingEngine o) => o -> m Maybe Text
+ Data.GI.Gtk: getThemingEngineName :: (MonadIO m, IsThemingEngine o) => o -> m (Maybe Text)
- Data.GI.Gtk: getToggleActionEntryAccelerator :: MonadIO m => ToggleActionEntry -> m Maybe Text
+ Data.GI.Gtk: getToggleActionEntryAccelerator :: MonadIO m => ToggleActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getToggleActionEntryCallback :: MonadIO m => ToggleActionEntry -> m Maybe Callback
+ Data.GI.Gtk: getToggleActionEntryCallback :: MonadIO m => ToggleActionEntry -> m (Maybe Callback)
- Data.GI.Gtk: getToggleActionEntryLabel :: MonadIO m => ToggleActionEntry -> m Maybe Text
+ Data.GI.Gtk: getToggleActionEntryLabel :: MonadIO m => ToggleActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getToggleActionEntryName :: MonadIO m => ToggleActionEntry -> m Maybe Text
+ Data.GI.Gtk: getToggleActionEntryName :: MonadIO m => ToggleActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getToggleActionEntryStockId :: MonadIO m => ToggleActionEntry -> m Maybe Text
+ Data.GI.Gtk: getToggleActionEntryStockId :: MonadIO m => ToggleActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getToggleActionEntryTooltip :: MonadIO m => ToggleActionEntry -> m Maybe Text
+ Data.GI.Gtk: getToggleActionEntryTooltip :: MonadIO m => ToggleActionEntry -> m (Maybe Text)
- Data.GI.Gtk: getToolButtonIconName :: (MonadIO m, IsToolButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getToolButtonIconName :: (MonadIO m, IsToolButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getToolButtonIconWidget :: (MonadIO m, IsToolButton o) => o -> m Maybe Widget
+ Data.GI.Gtk: getToolButtonIconWidget :: (MonadIO m, IsToolButton o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getToolButtonLabel :: (MonadIO m, IsToolButton o) => o -> m Maybe Text
+ Data.GI.Gtk: getToolButtonLabel :: (MonadIO m, IsToolButton o) => o -> m (Maybe Text)
- Data.GI.Gtk: getToolButtonLabelWidget :: (MonadIO m, IsToolButton o) => o -> m Maybe Widget
+ Data.GI.Gtk: getToolButtonLabelWidget :: (MonadIO m, IsToolButton o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getTreeIterUserData :: MonadIO m => TreeIter -> m Ptr ()
+ Data.GI.Gtk: getTreeIterUserData :: MonadIO m => TreeIter -> m (Ptr ())
- Data.GI.Gtk: getTreeIterUserData2 :: MonadIO m => TreeIter -> m Ptr ()
+ Data.GI.Gtk: getTreeIterUserData2 :: MonadIO m => TreeIter -> m (Ptr ())
- Data.GI.Gtk: getTreeIterUserData3 :: MonadIO m => TreeIter -> m Ptr ()
+ Data.GI.Gtk: getTreeIterUserData3 :: MonadIO m => TreeIter -> m (Ptr ())
- Data.GI.Gtk: getTreeModelFilterChildModel :: (MonadIO m, IsTreeModelFilter o) => o -> m Maybe TreeModel
+ Data.GI.Gtk: getTreeModelFilterChildModel :: (MonadIO m, IsTreeModelFilter o) => o -> m (Maybe TreeModel)
- Data.GI.Gtk: getTreeModelFilterVirtualRoot :: (MonadIO m, IsTreeModelFilter o) => o -> m Maybe TreePath
+ Data.GI.Gtk: getTreeModelFilterVirtualRoot :: (MonadIO m, IsTreeModelFilter o) => o -> m (Maybe TreePath)
- Data.GI.Gtk: getTreeViewColumnCellArea :: (MonadIO m, IsTreeViewColumn o) => o -> m Maybe CellArea
+ Data.GI.Gtk: getTreeViewColumnCellArea :: (MonadIO m, IsTreeViewColumn o) => o -> m (Maybe CellArea)
- Data.GI.Gtk: getTreeViewColumnWidget :: (MonadIO m, IsTreeViewColumn o) => o -> m Maybe Widget
+ Data.GI.Gtk: getTreeViewColumnWidget :: (MonadIO m, IsTreeViewColumn o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getTreeViewModel :: (MonadIO m, IsTreeView o) => o -> m Maybe TreeModel
+ Data.GI.Gtk: getTreeViewModel :: (MonadIO m, IsTreeView o) => o -> m (Maybe TreeModel)
- Data.GI.Gtk: getUIManagerUi :: (MonadIO m, IsUIManager o) => o -> m Maybe Text
+ Data.GI.Gtk: getUIManagerUi :: (MonadIO m, IsUIManager o) => o -> m (Maybe Text)
- Data.GI.Gtk: getWidgetParent :: (MonadIO m, IsWidget o) => o -> m Maybe Container
+ Data.GI.Gtk: getWidgetParent :: (MonadIO m, IsWidget o) => o -> m (Maybe Container)
- Data.GI.Gtk: getWidgetTooltipMarkup :: (MonadIO m, IsWidget o) => o -> m Maybe Text
+ Data.GI.Gtk: getWidgetTooltipMarkup :: (MonadIO m, IsWidget o) => o -> m (Maybe Text)
- Data.GI.Gtk: getWidgetTooltipText :: (MonadIO m, IsWidget o) => o -> m Maybe Text
+ Data.GI.Gtk: getWidgetTooltipText :: (MonadIO m, IsWidget o) => o -> m (Maybe Text)
- Data.GI.Gtk: getWidgetWindow :: (MonadIO m, IsWidget o) => o -> m Maybe Window
+ Data.GI.Gtk: getWidgetWindow :: (MonadIO m, IsWidget o) => o -> m (Maybe Window)
- Data.GI.Gtk: getWindowApplication :: (MonadIO m, IsWindow o) => o -> m Maybe Application
+ Data.GI.Gtk: getWindowApplication :: (MonadIO m, IsWindow o) => o -> m (Maybe Application)
- Data.GI.Gtk: getWindowAttachedTo :: (MonadIO m, IsWindow o) => o -> m Maybe Widget
+ Data.GI.Gtk: getWindowAttachedTo :: (MonadIO m, IsWindow o) => o -> m (Maybe Widget)
- Data.GI.Gtk: getWindowIcon :: (MonadIO m, IsWindow o) => o -> m Maybe Pixbuf
+ Data.GI.Gtk: getWindowIcon :: (MonadIO m, IsWindow o) => o -> m (Maybe Pixbuf)
- Data.GI.Gtk: getWindowIconName :: (MonadIO m, IsWindow o) => o -> m Maybe Text
+ Data.GI.Gtk: getWindowIconName :: (MonadIO m, IsWindow o) => o -> m (Maybe Text)
- Data.GI.Gtk: getWindowRole :: (MonadIO m, IsWindow o) => o -> m Maybe Text
+ Data.GI.Gtk: getWindowRole :: (MonadIO m, IsWindow o) => o -> m (Maybe Text)
- Data.GI.Gtk: getWindowTitle :: (MonadIO m, IsWindow o) => o -> m Maybe Text
+ Data.GI.Gtk: getWindowTitle :: (MonadIO m, IsWindow o) => o -> m (Maybe Text)
- Data.GI.Gtk: getWindowTransientFor :: (MonadIO m, IsWindow o) => o -> m Maybe Window
+ Data.GI.Gtk: getWindowTransientFor :: (MonadIO m, IsWindow o) => o -> m (Maybe Window)
- Data.GI.Gtk: grabGetCurrent :: (HasCallStack, MonadIO m) => m Maybe Widget
+ Data.GI.Gtk: grabGetCurrent :: (HasCallStack, MonadIO m) => m (Maybe Widget)
- Data.GI.Gtk: gridGetChildAt :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> Int32 -> m Maybe Widget
+ Data.GI.Gtk: gridGetChildAt :: (HasCallStack, MonadIO m, IsGrid a) => a -> Int32 -> Int32 -> m (Maybe Widget)
- Data.GI.Gtk: gvariantToBool :: GVariant -> IO Maybe Bool
+ Data.GI.Gtk: gvariantToBool :: GVariant -> IO (Maybe Bool)
- Data.GI.Gtk: gvariantToBytestring :: GVariant -> IO Maybe ByteString
+ Data.GI.Gtk: gvariantToBytestring :: GVariant -> IO (Maybe ByteString)
- Data.GI.Gtk: gvariantToDictEntry :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO Maybe (key, value)
+ Data.GI.Gtk: gvariantToDictEntry :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO (Maybe (key, value))
- Data.GI.Gtk: gvariantToDouble :: GVariant -> IO Maybe Double
+ Data.GI.Gtk: gvariantToDouble :: GVariant -> IO (Maybe Double)
- Data.GI.Gtk: gvariantToGVariant :: GVariant -> IO Maybe GVariant
+ Data.GI.Gtk: gvariantToGVariant :: GVariant -> IO (Maybe GVariant)
- Data.GI.Gtk: gvariantToHandle :: GVariant -> IO Maybe Int32
+ Data.GI.Gtk: gvariantToHandle :: GVariant -> IO (Maybe Int32)
- Data.GI.Gtk: gvariantToInt16 :: GVariant -> IO Maybe Int16
+ Data.GI.Gtk: gvariantToInt16 :: GVariant -> IO (Maybe Int16)
- Data.GI.Gtk: gvariantToInt32 :: GVariant -> IO Maybe Int32
+ Data.GI.Gtk: gvariantToInt32 :: GVariant -> IO (Maybe Int32)
- Data.GI.Gtk: gvariantToInt64 :: GVariant -> IO Maybe Int64
+ Data.GI.Gtk: gvariantToInt64 :: GVariant -> IO (Maybe Int64)
- Data.GI.Gtk: gvariantToList :: IsGVariant a => GVariant -> IO Maybe [a]
+ Data.GI.Gtk: gvariantToList :: IsGVariant a => GVariant -> IO (Maybe [a])
- Data.GI.Gtk: gvariantToMap :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO Maybe Map key value
+ Data.GI.Gtk: gvariantToMap :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO (Maybe (Map key value))
- Data.GI.Gtk: gvariantToMaybe :: IsGVariant a => GVariant -> IO Maybe Maybe a
+ Data.GI.Gtk: gvariantToMaybe :: IsGVariant a => GVariant -> IO (Maybe (Maybe a))
- Data.GI.Gtk: gvariantToObjectPath :: GVariant -> IO Maybe Text
+ Data.GI.Gtk: gvariantToObjectPath :: GVariant -> IO (Maybe Text)
- Data.GI.Gtk: gvariantToSignature :: GVariant -> IO Maybe Text
+ Data.GI.Gtk: gvariantToSignature :: GVariant -> IO (Maybe Text)
- Data.GI.Gtk: gvariantToText :: GVariant -> IO Maybe Text
+ Data.GI.Gtk: gvariantToText :: GVariant -> IO (Maybe Text)
- Data.GI.Gtk: gvariantToTuple :: GVariant -> IO Maybe [GVariant]
+ Data.GI.Gtk: gvariantToTuple :: GVariant -> IO (Maybe [GVariant])
- Data.GI.Gtk: gvariantToWord16 :: GVariant -> IO Maybe Word16
+ Data.GI.Gtk: gvariantToWord16 :: GVariant -> IO (Maybe Word16)
- Data.GI.Gtk: gvariantToWord32 :: GVariant -> IO Maybe Word32
+ Data.GI.Gtk: gvariantToWord32 :: GVariant -> IO (Maybe Word32)
- Data.GI.Gtk: gvariantToWord64 :: GVariant -> IO Maybe Word64
+ Data.GI.Gtk: gvariantToWord64 :: GVariant -> IO (Maybe Word64)
- Data.GI.Gtk: gvariantToWord8 :: GVariant -> IO Maybe Word8
+ Data.GI.Gtk: gvariantToWord8 :: GVariant -> IO (Maybe Word8)
- Data.GI.Gtk: handleBuilderError :: () => BuilderError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleBuilderError :: () => (BuilderError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleCssProviderError :: () => CssProviderError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleCssProviderError :: () => (CssProviderError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleFileChooserError :: () => FileChooserError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleFileChooserError :: () => (FileChooserError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleGErrorJust :: GErrorClass err => err -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleGErrorJust :: GErrorClass err => err -> (GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleGErrorJustDomain :: GErrorClass err => err -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleGErrorJustDomain :: GErrorClass err => (err -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleIconThemeError :: () => IconThemeError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleIconThemeError :: () => (IconThemeError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handlePrintError :: () => PrintError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handlePrintError :: () => (PrintError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleRecentChooserError :: () => RecentChooserError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleRecentChooserError :: () => (RecentChooserError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: handleRecentManagerError :: () => RecentManagerError -> GErrorMessage -> IO a -> IO a -> IO a
+ Data.GI.Gtk: handleRecentManagerError :: () => (RecentManagerError -> GErrorMessage -> IO a) -> IO a -> IO a
- Data.GI.Gtk: headerBarGetCustomTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Maybe Widget
+ Data.GI.Gtk: headerBarGetCustomTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m (Maybe Widget)
- Data.GI.Gtk: headerBarGetSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Maybe Text
+ Data.GI.Gtk: headerBarGetSubtitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m (Maybe Text)
- Data.GI.Gtk: headerBarGetTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m Maybe Text
+ Data.GI.Gtk: headerBarGetTitle :: (HasCallStack, MonadIO m, IsHeaderBar a) => a -> m (Maybe Text)
- Data.GI.Gtk: iconInfoGetBuiltinPixbuf :: (HasCallStack, MonadIO m, IsIconInfo a) => a -> m Maybe Pixbuf
+ Data.GI.Gtk: iconInfoGetBuiltinPixbuf :: (HasCallStack, MonadIO m, IsIconInfo a) => a -> m (Maybe Pixbuf)
- Data.GI.Gtk: iconInfoGetFilename :: (HasCallStack, MonadIO m, IsIconInfo a) => a -> m Maybe [Char]
+ Data.GI.Gtk: iconInfoGetFilename :: (HasCallStack, MonadIO m, IsIconInfo a) => a -> m (Maybe [Char])
- Data.GI.Gtk: iconThemeChooseIcon :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> [Text] -> Int32 -> [IconLookupFlags] -> m Maybe IconInfo
+ Data.GI.Gtk: iconThemeChooseIcon :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> [Text] -> Int32 -> [IconLookupFlags] -> m (Maybe IconInfo)
- Data.GI.Gtk: iconThemeChooseIconForScale :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> [Text] -> Int32 -> Int32 -> [IconLookupFlags] -> m Maybe IconInfo
+ Data.GI.Gtk: iconThemeChooseIconForScale :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> [Text] -> Int32 -> Int32 -> [IconLookupFlags] -> m (Maybe IconInfo)
- Data.GI.Gtk: iconThemeGetExampleIconName :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> m Maybe Text
+ Data.GI.Gtk: iconThemeGetExampleIconName :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> m (Maybe Text)
- Data.GI.Gtk: iconThemeLoadIcon :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> [IconLookupFlags] -> m Maybe Pixbuf
+ Data.GI.Gtk: iconThemeLoadIcon :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> [IconLookupFlags] -> m (Maybe Pixbuf)
- Data.GI.Gtk: iconThemeLoadIconForScale :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> Int32 -> [IconLookupFlags] -> m Maybe Pixbuf
+ Data.GI.Gtk: iconThemeLoadIconForScale :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> Int32 -> [IconLookupFlags] -> m (Maybe Pixbuf)
- Data.GI.Gtk: iconThemeLoadSurface :: (HasCallStack, MonadIO m, IsIconTheme a, IsWindow b) => a -> Text -> Int32 -> Int32 -> Maybe b -> [IconLookupFlags] -> m Maybe Surface
+ Data.GI.Gtk: iconThemeLoadSurface :: (HasCallStack, MonadIO m, IsIconTheme a, IsWindow b) => a -> Text -> Int32 -> Int32 -> Maybe b -> [IconLookupFlags] -> m (Maybe Surface)
- Data.GI.Gtk: iconThemeLookupByGicon :: (HasCallStack, MonadIO m, IsIconTheme a, IsIcon b) => a -> b -> Int32 -> [IconLookupFlags] -> m Maybe IconInfo
+ Data.GI.Gtk: iconThemeLookupByGicon :: (HasCallStack, MonadIO m, IsIconTheme a, IsIcon b) => a -> b -> Int32 -> [IconLookupFlags] -> m (Maybe IconInfo)
- Data.GI.Gtk: iconThemeLookupByGiconForScale :: (HasCallStack, MonadIO m, IsIconTheme a, IsIcon b) => a -> b -> Int32 -> Int32 -> [IconLookupFlags] -> m Maybe IconInfo
+ Data.GI.Gtk: iconThemeLookupByGiconForScale :: (HasCallStack, MonadIO m, IsIconTheme a, IsIcon b) => a -> b -> Int32 -> Int32 -> [IconLookupFlags] -> m (Maybe IconInfo)
- Data.GI.Gtk: iconThemeLookupIcon :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> [IconLookupFlags] -> m Maybe IconInfo
+ Data.GI.Gtk: iconThemeLookupIcon :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> [IconLookupFlags] -> m (Maybe IconInfo)
- Data.GI.Gtk: iconThemeLookupIconForScale :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> Int32 -> [IconLookupFlags] -> m Maybe IconInfo
+ Data.GI.Gtk: iconThemeLookupIconForScale :: (HasCallStack, MonadIO m, IsIconTheme a) => a -> Text -> Int32 -> Int32 -> [IconLookupFlags] -> m (Maybe IconInfo)
- Data.GI.Gtk: iconViewGetModel :: (HasCallStack, MonadIO m, IsIconView a) => a -> m Maybe TreeModel
+ Data.GI.Gtk: iconViewGetModel :: (HasCallStack, MonadIO m, IsIconView a) => a -> m (Maybe TreeModel)
- Data.GI.Gtk: iconViewGetPathAtPos :: (HasCallStack, MonadIO m, IsIconView a) => a -> Int32 -> Int32 -> m Maybe TreePath
+ Data.GI.Gtk: iconViewGetPathAtPos :: (HasCallStack, MonadIO m, IsIconView a) => a -> Int32 -> Int32 -> m (Maybe TreePath)
- Data.GI.Gtk: imageGetAnimation :: (HasCallStack, MonadIO m, IsImage a) => a -> m Maybe PixbufAnimation
+ Data.GI.Gtk: imageGetAnimation :: (HasCallStack, MonadIO m, IsImage a) => a -> m (Maybe PixbufAnimation)
- Data.GI.Gtk: imageGetPixbuf :: (HasCallStack, MonadIO m, IsImage a) => a -> m Maybe Pixbuf
+ Data.GI.Gtk: imageGetPixbuf :: (HasCallStack, MonadIO m, IsImage a) => a -> m (Maybe Pixbuf)
- Data.GI.Gtk: init :: (HasCallStack, MonadIO m) => Maybe [Text] -> m Maybe [Text]
+ Data.GI.Gtk: init :: (HasCallStack, MonadIO m) => Maybe [Text] -> m (Maybe [Text])
- Data.GI.Gtk: initWithArgs :: (HasCallStack, MonadIO m) => Maybe [Text] -> Maybe Text -> [OptionEntry] -> Maybe Text -> m Maybe [Text]
+ Data.GI.Gtk: initWithArgs :: (HasCallStack, MonadIO m) => Maybe [Text] -> Maybe Text -> [OptionEntry] -> Maybe Text -> m (Maybe [Text])
- Data.GI.Gtk: labelGetAttributes :: (HasCallStack, MonadIO m, IsLabel a) => a -> m Maybe AttrList
+ Data.GI.Gtk: labelGetAttributes :: (HasCallStack, MonadIO m, IsLabel a) => a -> m (Maybe AttrList)
- Data.GI.Gtk: labelGetMnemonicWidget :: (HasCallStack, MonadIO m, IsLabel a) => a -> m Maybe Widget
+ Data.GI.Gtk: labelGetMnemonicWidget :: (HasCallStack, MonadIO m, IsLabel a) => a -> m (Maybe Widget)
- Data.GI.Gtk: listBoxGetRowAtIndex :: (HasCallStack, MonadIO m, IsListBox a) => a -> Int32 -> m Maybe ListBoxRow
+ Data.GI.Gtk: listBoxGetRowAtIndex :: (HasCallStack, MonadIO m, IsListBox a) => a -> Int32 -> m (Maybe ListBoxRow)
- Data.GI.Gtk: listBoxGetRowAtY :: (HasCallStack, MonadIO m, IsListBox a) => a -> Int32 -> m Maybe ListBoxRow
+ Data.GI.Gtk: listBoxGetRowAtY :: (HasCallStack, MonadIO m, IsListBox a) => a -> Int32 -> m (Maybe ListBoxRow)
- Data.GI.Gtk: listBoxRowGetHeader :: (HasCallStack, MonadIO m, IsListBoxRow a) => a -> m Maybe Widget
+ Data.GI.Gtk: listBoxRowGetHeader :: (HasCallStack, MonadIO m, IsListBoxRow a) => a -> m (Maybe Widget)
- Data.GI.Gtk: mapCArrayWithLength :: (Storable a, Integral b) => b -> a -> IO c -> Ptr a -> IO ()
+ Data.GI.Gtk: mapCArrayWithLength :: (Storable a, Integral b) => b -> (a -> IO c) -> Ptr a -> IO ()
- Data.GI.Gtk: mapGArray :: Storable a => a -> IO b -> Ptr GArray a -> IO ()
+ Data.GI.Gtk: mapGArray :: Storable a => (a -> IO b) -> Ptr (GArray a) -> IO ()
- Data.GI.Gtk: mapGList :: () => Ptr a -> IO b -> Ptr GList Ptr a -> IO ()
+ Data.GI.Gtk: mapGList :: () => (Ptr a -> IO b) -> Ptr (GList (Ptr a)) -> IO ()
- Data.GI.Gtk: mapGSList :: () => Ptr a -> IO b -> Ptr GSList Ptr a -> IO ()
+ Data.GI.Gtk: mapGSList :: () => (Ptr a -> IO b) -> Ptr (GSList (Ptr a)) -> IO ()
- Data.GI.Gtk: mapPtrArray :: () => Ptr a -> IO b -> Ptr GPtrArray Ptr a -> IO ()
+ Data.GI.Gtk: mapPtrArray :: () => (Ptr a -> IO b) -> Ptr (GPtrArray (Ptr a)) -> IO ()
- Data.GI.Gtk: mapZeroTerminatedCArray :: () => Ptr a -> IO b -> Ptr Ptr a -> IO ()
+ Data.GI.Gtk: mapZeroTerminatedCArray :: () => (Ptr a -> IO b) -> Ptr (Ptr a) -> IO ()
- Data.GI.Gtk: maybePokeGError :: Ptr Ptr GError -> Maybe GError -> IO ()
+ Data.GI.Gtk: maybePokeGError :: Ptr (Ptr GError) -> Maybe GError -> IO ()
- Data.GI.Gtk: maybeWithManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => Maybe a -> Ptr a -> IO c -> IO c
+ Data.GI.Gtk: maybeWithManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => Maybe a -> (Ptr a -> IO c) -> IO c
- Data.GI.Gtk: menuButtonGetAlignWidget :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Maybe Widget
+ Data.GI.Gtk: menuButtonGetAlignWidget :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Widget)
- Data.GI.Gtk: menuButtonGetMenuModel :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Maybe MenuModel
+ Data.GI.Gtk: menuButtonGetMenuModel :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe MenuModel)
- Data.GI.Gtk: menuButtonGetPopover :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Maybe Popover
+ Data.GI.Gtk: menuButtonGetPopover :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Popover)
- Data.GI.Gtk: menuButtonGetPopup :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m Maybe Menu
+ Data.GI.Gtk: menuButtonGetPopup :: (HasCallStack, MonadIO m, IsMenuButton a) => a -> m (Maybe Menu)
- Data.GI.Gtk: menuItemGetAccelPath :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> m Maybe Text
+ Data.GI.Gtk: menuItemGetAccelPath :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> m (Maybe Text)
- Data.GI.Gtk: menuItemGetSubmenu :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> m Maybe Widget
+ Data.GI.Gtk: menuItemGetSubmenu :: (HasCallStack, MonadIO m, IsMenuItem a) => a -> m (Maybe Widget)
- Data.GI.Gtk: mk_AboutDialogActivateLinkCallback :: C_AboutDialogActivateLinkCallback -> IO FunPtr C_AboutDialogActivateLinkCallback
+ Data.GI.Gtk: mk_AboutDialogActivateLinkCallback :: C_AboutDialogActivateLinkCallback -> IO (FunPtr C_AboutDialogActivateLinkCallback)
- Data.GI.Gtk: mk_AccelGroupAccelActivateCallback :: C_AccelGroupAccelActivateCallback -> IO FunPtr C_AccelGroupAccelActivateCallback
+ Data.GI.Gtk: mk_AccelGroupAccelActivateCallback :: C_AccelGroupAccelActivateCallback -> IO (FunPtr C_AccelGroupAccelActivateCallback)
- Data.GI.Gtk: mk_AccelGroupAccelChangedCallback :: C_AccelGroupAccelChangedCallback -> IO FunPtr C_AccelGroupAccelChangedCallback
+ Data.GI.Gtk: mk_AccelGroupAccelChangedCallback :: C_AccelGroupAccelChangedCallback -> IO (FunPtr C_AccelGroupAccelChangedCallback)
- Data.GI.Gtk: mk_AccelGroupActivate :: C_AccelGroupActivate -> IO FunPtr C_AccelGroupActivate
+ Data.GI.Gtk: mk_AccelGroupActivate :: C_AccelGroupActivate -> IO (FunPtr C_AccelGroupActivate)
- Data.GI.Gtk: mk_AccelGroupFindFunc :: C_AccelGroupFindFunc -> IO FunPtr C_AccelGroupFindFunc
+ Data.GI.Gtk: mk_AccelGroupFindFunc :: C_AccelGroupFindFunc -> IO (FunPtr C_AccelGroupFindFunc)
- Data.GI.Gtk: mk_AccelMapChangedCallback :: C_AccelMapChangedCallback -> IO FunPtr C_AccelMapChangedCallback
+ Data.GI.Gtk: mk_AccelMapChangedCallback :: C_AccelMapChangedCallback -> IO (FunPtr C_AccelMapChangedCallback)
- Data.GI.Gtk: mk_AccelMapForeach :: C_AccelMapForeach -> IO FunPtr C_AccelMapForeach
+ Data.GI.Gtk: mk_AccelMapForeach :: C_AccelMapForeach -> IO (FunPtr C_AccelMapForeach)
- Data.GI.Gtk: mk_ActionActivateCallback :: C_ActionActivateCallback -> IO FunPtr C_ActionActivateCallback
+ Data.GI.Gtk: mk_ActionActivateCallback :: C_ActionActivateCallback -> IO (FunPtr C_ActionActivateCallback)
- Data.GI.Gtk: mk_ActionGroupConnectProxyCallback :: C_ActionGroupConnectProxyCallback -> IO FunPtr C_ActionGroupConnectProxyCallback
+ Data.GI.Gtk: mk_ActionGroupConnectProxyCallback :: C_ActionGroupConnectProxyCallback -> IO (FunPtr C_ActionGroupConnectProxyCallback)
- Data.GI.Gtk: mk_ActionGroupDisconnectProxyCallback :: C_ActionGroupDisconnectProxyCallback -> IO FunPtr C_ActionGroupDisconnectProxyCallback
+ Data.GI.Gtk: mk_ActionGroupDisconnectProxyCallback :: C_ActionGroupDisconnectProxyCallback -> IO (FunPtr C_ActionGroupDisconnectProxyCallback)
- Data.GI.Gtk: mk_ActionGroupPostActivateCallback :: C_ActionGroupPostActivateCallback -> IO FunPtr C_ActionGroupPostActivateCallback
+ Data.GI.Gtk: mk_ActionGroupPostActivateCallback :: C_ActionGroupPostActivateCallback -> IO (FunPtr C_ActionGroupPostActivateCallback)
- Data.GI.Gtk: mk_ActionGroupPreActivateCallback :: C_ActionGroupPreActivateCallback -> IO FunPtr C_ActionGroupPreActivateCallback
+ Data.GI.Gtk: mk_ActionGroupPreActivateCallback :: C_ActionGroupPreActivateCallback -> IO (FunPtr C_ActionGroupPreActivateCallback)
- Data.GI.Gtk: mk_AdjustmentChangedCallback :: C_AdjustmentChangedCallback -> IO FunPtr C_AdjustmentChangedCallback
+ Data.GI.Gtk: mk_AdjustmentChangedCallback :: C_AdjustmentChangedCallback -> IO (FunPtr C_AdjustmentChangedCallback)
- Data.GI.Gtk: mk_AdjustmentValueChangedCallback :: C_AdjustmentValueChangedCallback -> IO FunPtr C_AdjustmentValueChangedCallback
+ Data.GI.Gtk: mk_AdjustmentValueChangedCallback :: C_AdjustmentValueChangedCallback -> IO (FunPtr C_AdjustmentValueChangedCallback)
- Data.GI.Gtk: mk_AppChooserButtonCustomItemActivatedCallback :: C_AppChooserButtonCustomItemActivatedCallback -> IO FunPtr C_AppChooserButtonCustomItemActivatedCallback
+ Data.GI.Gtk: mk_AppChooserButtonCustomItemActivatedCallback :: C_AppChooserButtonCustomItemActivatedCallback -> IO (FunPtr C_AppChooserButtonCustomItemActivatedCallback)
- Data.GI.Gtk: mk_AppChooserWidgetApplicationActivatedCallback :: C_AppChooserWidgetApplicationActivatedCallback -> IO FunPtr C_AppChooserWidgetApplicationActivatedCallback
+ Data.GI.Gtk: mk_AppChooserWidgetApplicationActivatedCallback :: C_AppChooserWidgetApplicationActivatedCallback -> IO (FunPtr C_AppChooserWidgetApplicationActivatedCallback)
- Data.GI.Gtk: mk_AppChooserWidgetApplicationSelectedCallback :: C_AppChooserWidgetApplicationSelectedCallback -> IO FunPtr C_AppChooserWidgetApplicationSelectedCallback
+ Data.GI.Gtk: mk_AppChooserWidgetApplicationSelectedCallback :: C_AppChooserWidgetApplicationSelectedCallback -> IO (FunPtr C_AppChooserWidgetApplicationSelectedCallback)
- Data.GI.Gtk: mk_AppChooserWidgetPopulatePopupCallback :: C_AppChooserWidgetPopulatePopupCallback -> IO FunPtr C_AppChooserWidgetPopulatePopupCallback
+ Data.GI.Gtk: mk_AppChooserWidgetPopulatePopupCallback :: C_AppChooserWidgetPopulatePopupCallback -> IO (FunPtr C_AppChooserWidgetPopulatePopupCallback)
- Data.GI.Gtk: mk_ApplicationWindowAddedCallback :: C_ApplicationWindowAddedCallback -> IO FunPtr C_ApplicationWindowAddedCallback
+ Data.GI.Gtk: mk_ApplicationWindowAddedCallback :: C_ApplicationWindowAddedCallback -> IO (FunPtr C_ApplicationWindowAddedCallback)
- Data.GI.Gtk: mk_ApplicationWindowRemovedCallback :: C_ApplicationWindowRemovedCallback -> IO FunPtr C_ApplicationWindowRemovedCallback
+ Data.GI.Gtk: mk_ApplicationWindowRemovedCallback :: C_ApplicationWindowRemovedCallback -> IO (FunPtr C_ApplicationWindowRemovedCallback)
- Data.GI.Gtk: mk_AssistantApplyCallback :: C_AssistantApplyCallback -> IO FunPtr C_AssistantApplyCallback
+ Data.GI.Gtk: mk_AssistantApplyCallback :: C_AssistantApplyCallback -> IO (FunPtr C_AssistantApplyCallback)
- Data.GI.Gtk: mk_AssistantCancelCallback :: C_AssistantCancelCallback -> IO FunPtr C_AssistantCancelCallback
+ Data.GI.Gtk: mk_AssistantCancelCallback :: C_AssistantCancelCallback -> IO (FunPtr C_AssistantCancelCallback)
- Data.GI.Gtk: mk_AssistantCloseCallback :: C_AssistantCloseCallback -> IO FunPtr C_AssistantCloseCallback
+ Data.GI.Gtk: mk_AssistantCloseCallback :: C_AssistantCloseCallback -> IO (FunPtr C_AssistantCloseCallback)
- Data.GI.Gtk: mk_AssistantEscapeCallback :: C_AssistantEscapeCallback -> IO FunPtr C_AssistantEscapeCallback
+ Data.GI.Gtk: mk_AssistantEscapeCallback :: C_AssistantEscapeCallback -> IO (FunPtr C_AssistantEscapeCallback)
- Data.GI.Gtk: mk_AssistantPageFunc :: C_AssistantPageFunc -> IO FunPtr C_AssistantPageFunc
+ Data.GI.Gtk: mk_AssistantPageFunc :: C_AssistantPageFunc -> IO (FunPtr C_AssistantPageFunc)
- Data.GI.Gtk: mk_AssistantPrepareCallback :: C_AssistantPrepareCallback -> IO FunPtr C_AssistantPrepareCallback
+ Data.GI.Gtk: mk_AssistantPrepareCallback :: C_AssistantPrepareCallback -> IO (FunPtr C_AssistantPrepareCallback)
- Data.GI.Gtk: mk_BuilderConnectFunc :: C_BuilderConnectFunc -> IO FunPtr C_BuilderConnectFunc
+ Data.GI.Gtk: mk_BuilderConnectFunc :: C_BuilderConnectFunc -> IO (FunPtr C_BuilderConnectFunc)
- Data.GI.Gtk: mk_ButtonActivateCallback :: C_ButtonActivateCallback -> IO FunPtr C_ButtonActivateCallback
+ Data.GI.Gtk: mk_ButtonActivateCallback :: C_ButtonActivateCallback -> IO (FunPtr C_ButtonActivateCallback)
- Data.GI.Gtk: mk_ButtonClickedCallback :: C_ButtonClickedCallback -> IO FunPtr C_ButtonClickedCallback
+ Data.GI.Gtk: mk_ButtonClickedCallback :: C_ButtonClickedCallback -> IO (FunPtr C_ButtonClickedCallback)
- Data.GI.Gtk: mk_ButtonEnterCallback :: C_ButtonEnterCallback -> IO FunPtr C_ButtonEnterCallback
+ Data.GI.Gtk: mk_ButtonEnterCallback :: C_ButtonEnterCallback -> IO (FunPtr C_ButtonEnterCallback)
- Data.GI.Gtk: mk_ButtonLeaveCallback :: C_ButtonLeaveCallback -> IO FunPtr C_ButtonLeaveCallback
+ Data.GI.Gtk: mk_ButtonLeaveCallback :: C_ButtonLeaveCallback -> IO (FunPtr C_ButtonLeaveCallback)
- Data.GI.Gtk: mk_ButtonPressedCallback :: C_ButtonPressedCallback -> IO FunPtr C_ButtonPressedCallback
+ Data.GI.Gtk: mk_ButtonPressedCallback :: C_ButtonPressedCallback -> IO (FunPtr C_ButtonPressedCallback)
- Data.GI.Gtk: mk_ButtonReleasedCallback :: C_ButtonReleasedCallback -> IO FunPtr C_ButtonReleasedCallback
+ Data.GI.Gtk: mk_ButtonReleasedCallback :: C_ButtonReleasedCallback -> IO (FunPtr C_ButtonReleasedCallback)
- Data.GI.Gtk: mk_CalendarDaySelectedCallback :: C_CalendarDaySelectedCallback -> IO FunPtr C_CalendarDaySelectedCallback
+ Data.GI.Gtk: mk_CalendarDaySelectedCallback :: C_CalendarDaySelectedCallback -> IO (FunPtr C_CalendarDaySelectedCallback)
- Data.GI.Gtk: mk_CalendarDaySelectedDoubleClickCallback :: C_CalendarDaySelectedDoubleClickCallback -> IO FunPtr C_CalendarDaySelectedDoubleClickCallback
+ Data.GI.Gtk: mk_CalendarDaySelectedDoubleClickCallback :: C_CalendarDaySelectedDoubleClickCallback -> IO (FunPtr C_CalendarDaySelectedDoubleClickCallback)
- Data.GI.Gtk: mk_CalendarDetailFunc :: C_CalendarDetailFunc -> IO FunPtr C_CalendarDetailFunc
+ Data.GI.Gtk: mk_CalendarDetailFunc :: C_CalendarDetailFunc -> IO (FunPtr C_CalendarDetailFunc)
- Data.GI.Gtk: mk_CalendarMonthChangedCallback :: C_CalendarMonthChangedCallback -> IO FunPtr C_CalendarMonthChangedCallback
+ Data.GI.Gtk: mk_CalendarMonthChangedCallback :: C_CalendarMonthChangedCallback -> IO (FunPtr C_CalendarMonthChangedCallback)
- Data.GI.Gtk: mk_CalendarNextMonthCallback :: C_CalendarNextMonthCallback -> IO FunPtr C_CalendarNextMonthCallback
+ Data.GI.Gtk: mk_CalendarNextMonthCallback :: C_CalendarNextMonthCallback -> IO (FunPtr C_CalendarNextMonthCallback)
- Data.GI.Gtk: mk_CalendarNextYearCallback :: C_CalendarNextYearCallback -> IO FunPtr C_CalendarNextYearCallback
+ Data.GI.Gtk: mk_CalendarNextYearCallback :: C_CalendarNextYearCallback -> IO (FunPtr C_CalendarNextYearCallback)
- Data.GI.Gtk: mk_CalendarPrevMonthCallback :: C_CalendarPrevMonthCallback -> IO FunPtr C_CalendarPrevMonthCallback
+ Data.GI.Gtk: mk_CalendarPrevMonthCallback :: C_CalendarPrevMonthCallback -> IO (FunPtr C_CalendarPrevMonthCallback)
- Data.GI.Gtk: mk_CalendarPrevYearCallback :: C_CalendarPrevYearCallback -> IO FunPtr C_CalendarPrevYearCallback
+ Data.GI.Gtk: mk_CalendarPrevYearCallback :: C_CalendarPrevYearCallback -> IO (FunPtr C_CalendarPrevYearCallback)
- Data.GI.Gtk: mk_Callback :: C_Callback -> IO FunPtr C_Callback
+ Data.GI.Gtk: mk_Callback :: C_Callback -> IO (FunPtr C_Callback)
- Data.GI.Gtk: mk_CellAllocCallback :: C_CellAllocCallback -> IO FunPtr C_CellAllocCallback
+ Data.GI.Gtk: mk_CellAllocCallback :: C_CellAllocCallback -> IO (FunPtr C_CellAllocCallback)
- Data.GI.Gtk: mk_CellAreaAddEditableCallback :: C_CellAreaAddEditableCallback -> IO FunPtr C_CellAreaAddEditableCallback
+ Data.GI.Gtk: mk_CellAreaAddEditableCallback :: C_CellAreaAddEditableCallback -> IO (FunPtr C_CellAreaAddEditableCallback)
- Data.GI.Gtk: mk_CellAreaApplyAttributesCallback :: C_CellAreaApplyAttributesCallback -> IO FunPtr C_CellAreaApplyAttributesCallback
+ Data.GI.Gtk: mk_CellAreaApplyAttributesCallback :: C_CellAreaApplyAttributesCallback -> IO (FunPtr C_CellAreaApplyAttributesCallback)
- Data.GI.Gtk: mk_CellAreaFocusChangedCallback :: C_CellAreaFocusChangedCallback -> IO FunPtr C_CellAreaFocusChangedCallback
+ Data.GI.Gtk: mk_CellAreaFocusChangedCallback :: C_CellAreaFocusChangedCallback -> IO (FunPtr C_CellAreaFocusChangedCallback)
- Data.GI.Gtk: mk_CellAreaRemoveEditableCallback :: C_CellAreaRemoveEditableCallback -> IO FunPtr C_CellAreaRemoveEditableCallback
+ Data.GI.Gtk: mk_CellAreaRemoveEditableCallback :: C_CellAreaRemoveEditableCallback -> IO (FunPtr C_CellAreaRemoveEditableCallback)
- Data.GI.Gtk: mk_CellCallback :: C_CellCallback -> IO FunPtr C_CellCallback
+ Data.GI.Gtk: mk_CellCallback :: C_CellCallback -> IO (FunPtr C_CellCallback)
- Data.GI.Gtk: mk_CellEditableEditingDoneCallback :: C_CellEditableEditingDoneCallback -> IO FunPtr C_CellEditableEditingDoneCallback
+ Data.GI.Gtk: mk_CellEditableEditingDoneCallback :: C_CellEditableEditingDoneCallback -> IO (FunPtr C_CellEditableEditingDoneCallback)
- Data.GI.Gtk: mk_CellEditableRemoveWidgetCallback :: C_CellEditableRemoveWidgetCallback -> IO FunPtr C_CellEditableRemoveWidgetCallback
+ Data.GI.Gtk: mk_CellEditableRemoveWidgetCallback :: C_CellEditableRemoveWidgetCallback -> IO (FunPtr C_CellEditableRemoveWidgetCallback)
- Data.GI.Gtk: mk_CellLayoutDataFunc :: C_CellLayoutDataFunc -> IO FunPtr C_CellLayoutDataFunc
+ Data.GI.Gtk: mk_CellLayoutDataFunc :: C_CellLayoutDataFunc -> IO (FunPtr C_CellLayoutDataFunc)
- Data.GI.Gtk: mk_CellRendererAccelAccelClearedCallback :: C_CellRendererAccelAccelClearedCallback -> IO FunPtr C_CellRendererAccelAccelClearedCallback
+ Data.GI.Gtk: mk_CellRendererAccelAccelClearedCallback :: C_CellRendererAccelAccelClearedCallback -> IO (FunPtr C_CellRendererAccelAccelClearedCallback)
- Data.GI.Gtk: mk_CellRendererAccelAccelEditedCallback :: C_CellRendererAccelAccelEditedCallback -> IO FunPtr C_CellRendererAccelAccelEditedCallback
+ Data.GI.Gtk: mk_CellRendererAccelAccelEditedCallback :: C_CellRendererAccelAccelEditedCallback -> IO (FunPtr C_CellRendererAccelAccelEditedCallback)
- Data.GI.Gtk: mk_CellRendererComboChangedCallback :: C_CellRendererComboChangedCallback -> IO FunPtr C_CellRendererComboChangedCallback
+ Data.GI.Gtk: mk_CellRendererComboChangedCallback :: C_CellRendererComboChangedCallback -> IO (FunPtr C_CellRendererComboChangedCallback)
- Data.GI.Gtk: mk_CellRendererEditingCanceledCallback :: C_CellRendererEditingCanceledCallback -> IO FunPtr C_CellRendererEditingCanceledCallback
+ Data.GI.Gtk: mk_CellRendererEditingCanceledCallback :: C_CellRendererEditingCanceledCallback -> IO (FunPtr C_CellRendererEditingCanceledCallback)
- Data.GI.Gtk: mk_CellRendererEditingStartedCallback :: C_CellRendererEditingStartedCallback -> IO FunPtr C_CellRendererEditingStartedCallback
+ Data.GI.Gtk: mk_CellRendererEditingStartedCallback :: C_CellRendererEditingStartedCallback -> IO (FunPtr C_CellRendererEditingStartedCallback)
- Data.GI.Gtk: mk_CellRendererTextEditedCallback :: C_CellRendererTextEditedCallback -> IO FunPtr C_CellRendererTextEditedCallback
+ Data.GI.Gtk: mk_CellRendererTextEditedCallback :: C_CellRendererTextEditedCallback -> IO (FunPtr C_CellRendererTextEditedCallback)
- Data.GI.Gtk: mk_CellRendererToggleToggledCallback :: C_CellRendererToggleToggledCallback -> IO FunPtr C_CellRendererToggleToggledCallback
+ Data.GI.Gtk: mk_CellRendererToggleToggledCallback :: C_CellRendererToggleToggledCallback -> IO (FunPtr C_CellRendererToggleToggledCallback)
- Data.GI.Gtk: mk_CheckMenuItemToggledCallback :: C_CheckMenuItemToggledCallback -> IO FunPtr C_CheckMenuItemToggledCallback
+ Data.GI.Gtk: mk_CheckMenuItemToggledCallback :: C_CheckMenuItemToggledCallback -> IO (FunPtr C_CheckMenuItemToggledCallback)
- Data.GI.Gtk: mk_ClipboardClearFunc :: C_ClipboardClearFunc -> IO FunPtr C_ClipboardClearFunc
+ Data.GI.Gtk: mk_ClipboardClearFunc :: C_ClipboardClearFunc -> IO (FunPtr C_ClipboardClearFunc)
- Data.GI.Gtk: mk_ClipboardGetFunc :: C_ClipboardGetFunc -> IO FunPtr C_ClipboardGetFunc
+ Data.GI.Gtk: mk_ClipboardGetFunc :: C_ClipboardGetFunc -> IO (FunPtr C_ClipboardGetFunc)
- Data.GI.Gtk: mk_ClipboardImageReceivedFunc :: C_ClipboardImageReceivedFunc -> IO FunPtr C_ClipboardImageReceivedFunc
+ Data.GI.Gtk: mk_ClipboardImageReceivedFunc :: C_ClipboardImageReceivedFunc -> IO (FunPtr C_ClipboardImageReceivedFunc)
- Data.GI.Gtk: mk_ClipboardOwnerChangeCallback :: C_ClipboardOwnerChangeCallback -> IO FunPtr C_ClipboardOwnerChangeCallback
+ Data.GI.Gtk: mk_ClipboardOwnerChangeCallback :: C_ClipboardOwnerChangeCallback -> IO (FunPtr C_ClipboardOwnerChangeCallback)
- Data.GI.Gtk: mk_ClipboardReceivedFunc :: C_ClipboardReceivedFunc -> IO FunPtr C_ClipboardReceivedFunc
+ Data.GI.Gtk: mk_ClipboardReceivedFunc :: C_ClipboardReceivedFunc -> IO (FunPtr C_ClipboardReceivedFunc)
- Data.GI.Gtk: mk_ClipboardRichTextReceivedFunc :: C_ClipboardRichTextReceivedFunc -> IO FunPtr C_ClipboardRichTextReceivedFunc
+ Data.GI.Gtk: mk_ClipboardRichTextReceivedFunc :: C_ClipboardRichTextReceivedFunc -> IO (FunPtr C_ClipboardRichTextReceivedFunc)
- Data.GI.Gtk: mk_ClipboardTargetsReceivedFunc :: C_ClipboardTargetsReceivedFunc -> IO FunPtr C_ClipboardTargetsReceivedFunc
+ Data.GI.Gtk: mk_ClipboardTargetsReceivedFunc :: C_ClipboardTargetsReceivedFunc -> IO (FunPtr C_ClipboardTargetsReceivedFunc)
- Data.GI.Gtk: mk_ClipboardTextReceivedFunc :: C_ClipboardTextReceivedFunc -> IO FunPtr C_ClipboardTextReceivedFunc
+ Data.GI.Gtk: mk_ClipboardTextReceivedFunc :: C_ClipboardTextReceivedFunc -> IO (FunPtr C_ClipboardTextReceivedFunc)
- Data.GI.Gtk: mk_ClipboardURIReceivedFunc :: C_ClipboardURIReceivedFunc -> IO FunPtr C_ClipboardURIReceivedFunc
+ Data.GI.Gtk: mk_ClipboardURIReceivedFunc :: C_ClipboardURIReceivedFunc -> IO (FunPtr C_ClipboardURIReceivedFunc)
- Data.GI.Gtk: mk_ColorButtonColorSetCallback :: C_ColorButtonColorSetCallback -> IO FunPtr C_ColorButtonColorSetCallback
+ Data.GI.Gtk: mk_ColorButtonColorSetCallback :: C_ColorButtonColorSetCallback -> IO (FunPtr C_ColorButtonColorSetCallback)
- Data.GI.Gtk: mk_ColorChooserColorActivatedCallback :: C_ColorChooserColorActivatedCallback -> IO FunPtr C_ColorChooserColorActivatedCallback
+ Data.GI.Gtk: mk_ColorChooserColorActivatedCallback :: C_ColorChooserColorActivatedCallback -> IO (FunPtr C_ColorChooserColorActivatedCallback)
- Data.GI.Gtk: mk_ColorSelectionChangePaletteFunc :: C_ColorSelectionChangePaletteFunc -> IO FunPtr C_ColorSelectionChangePaletteFunc
+ Data.GI.Gtk: mk_ColorSelectionChangePaletteFunc :: C_ColorSelectionChangePaletteFunc -> IO (FunPtr C_ColorSelectionChangePaletteFunc)
- Data.GI.Gtk: mk_ColorSelectionChangePaletteWithScreenFunc :: C_ColorSelectionChangePaletteWithScreenFunc -> IO FunPtr C_ColorSelectionChangePaletteWithScreenFunc
+ Data.GI.Gtk: mk_ColorSelectionChangePaletteWithScreenFunc :: C_ColorSelectionChangePaletteWithScreenFunc -> IO (FunPtr C_ColorSelectionChangePaletteWithScreenFunc)
- Data.GI.Gtk: mk_ColorSelectionColorChangedCallback :: C_ColorSelectionColorChangedCallback -> IO FunPtr C_ColorSelectionColorChangedCallback
+ Data.GI.Gtk: mk_ColorSelectionColorChangedCallback :: C_ColorSelectionColorChangedCallback -> IO (FunPtr C_ColorSelectionColorChangedCallback)
- Data.GI.Gtk: mk_ComboBoxChangedCallback :: C_ComboBoxChangedCallback -> IO FunPtr C_ComboBoxChangedCallback
+ Data.GI.Gtk: mk_ComboBoxChangedCallback :: C_ComboBoxChangedCallback -> IO (FunPtr C_ComboBoxChangedCallback)
- Data.GI.Gtk: mk_ComboBoxFormatEntryTextCallback :: C_ComboBoxFormatEntryTextCallback -> IO FunPtr C_ComboBoxFormatEntryTextCallback
+ Data.GI.Gtk: mk_ComboBoxFormatEntryTextCallback :: C_ComboBoxFormatEntryTextCallback -> IO (FunPtr C_ComboBoxFormatEntryTextCallback)
- Data.GI.Gtk: mk_ComboBoxMoveActiveCallback :: C_ComboBoxMoveActiveCallback -> IO FunPtr C_ComboBoxMoveActiveCallback
+ Data.GI.Gtk: mk_ComboBoxMoveActiveCallback :: C_ComboBoxMoveActiveCallback -> IO (FunPtr C_ComboBoxMoveActiveCallback)
- Data.GI.Gtk: mk_ComboBoxPopdownCallback :: C_ComboBoxPopdownCallback -> IO FunPtr C_ComboBoxPopdownCallback
+ Data.GI.Gtk: mk_ComboBoxPopdownCallback :: C_ComboBoxPopdownCallback -> IO (FunPtr C_ComboBoxPopdownCallback)
- Data.GI.Gtk: mk_ComboBoxPopupCallback :: C_ComboBoxPopupCallback -> IO FunPtr C_ComboBoxPopupCallback
+ Data.GI.Gtk: mk_ComboBoxPopupCallback :: C_ComboBoxPopupCallback -> IO (FunPtr C_ComboBoxPopupCallback)
- Data.GI.Gtk: mk_ContainerAddCallback :: C_ContainerAddCallback -> IO FunPtr C_ContainerAddCallback
+ Data.GI.Gtk: mk_ContainerAddCallback :: C_ContainerAddCallback -> IO (FunPtr C_ContainerAddCallback)
- Data.GI.Gtk: mk_ContainerCheckResizeCallback :: C_ContainerCheckResizeCallback -> IO FunPtr C_ContainerCheckResizeCallback
+ Data.GI.Gtk: mk_ContainerCheckResizeCallback :: C_ContainerCheckResizeCallback -> IO (FunPtr C_ContainerCheckResizeCallback)
- Data.GI.Gtk: mk_ContainerRemoveCallback :: C_ContainerRemoveCallback -> IO FunPtr C_ContainerRemoveCallback
+ Data.GI.Gtk: mk_ContainerRemoveCallback :: C_ContainerRemoveCallback -> IO (FunPtr C_ContainerRemoveCallback)
- Data.GI.Gtk: mk_ContainerSetFocusChildCallback :: C_ContainerSetFocusChildCallback -> IO FunPtr C_ContainerSetFocusChildCallback
+ Data.GI.Gtk: mk_ContainerSetFocusChildCallback :: C_ContainerSetFocusChildCallback -> IO (FunPtr C_ContainerSetFocusChildCallback)
- Data.GI.Gtk: mk_CssProviderParsingErrorCallback :: C_CssProviderParsingErrorCallback -> IO FunPtr C_CssProviderParsingErrorCallback
+ Data.GI.Gtk: mk_CssProviderParsingErrorCallback :: C_CssProviderParsingErrorCallback -> IO (FunPtr C_CssProviderParsingErrorCallback)
- Data.GI.Gtk: mk_DialogCloseCallback :: C_DialogCloseCallback -> IO FunPtr C_DialogCloseCallback
+ Data.GI.Gtk: mk_DialogCloseCallback :: C_DialogCloseCallback -> IO (FunPtr C_DialogCloseCallback)
- Data.GI.Gtk: mk_DialogResponseCallback :: C_DialogResponseCallback -> IO FunPtr C_DialogResponseCallback
+ Data.GI.Gtk: mk_DialogResponseCallback :: C_DialogResponseCallback -> IO (FunPtr C_DialogResponseCallback)
- Data.GI.Gtk: mk_EditableChangedCallback :: C_EditableChangedCallback -> IO FunPtr C_EditableChangedCallback
+ Data.GI.Gtk: mk_EditableChangedCallback :: C_EditableChangedCallback -> IO (FunPtr C_EditableChangedCallback)
- Data.GI.Gtk: mk_EditableDeleteTextCallback :: C_EditableDeleteTextCallback -> IO FunPtr C_EditableDeleteTextCallback
+ Data.GI.Gtk: mk_EditableDeleteTextCallback :: C_EditableDeleteTextCallback -> IO (FunPtr C_EditableDeleteTextCallback)
- Data.GI.Gtk: mk_EditableInsertTextCallback :: C_EditableInsertTextCallback -> IO FunPtr C_EditableInsertTextCallback
+ Data.GI.Gtk: mk_EditableInsertTextCallback :: C_EditableInsertTextCallback -> IO (FunPtr C_EditableInsertTextCallback)
- Data.GI.Gtk: mk_EntryActivateCallback :: C_EntryActivateCallback -> IO FunPtr C_EntryActivateCallback
+ Data.GI.Gtk: mk_EntryActivateCallback :: C_EntryActivateCallback -> IO (FunPtr C_EntryActivateCallback)
- Data.GI.Gtk: mk_EntryBackspaceCallback :: C_EntryBackspaceCallback -> IO FunPtr C_EntryBackspaceCallback
+ Data.GI.Gtk: mk_EntryBackspaceCallback :: C_EntryBackspaceCallback -> IO (FunPtr C_EntryBackspaceCallback)
- Data.GI.Gtk: mk_EntryBufferDeletedTextCallback :: C_EntryBufferDeletedTextCallback -> IO FunPtr C_EntryBufferDeletedTextCallback
+ Data.GI.Gtk: mk_EntryBufferDeletedTextCallback :: C_EntryBufferDeletedTextCallback -> IO (FunPtr C_EntryBufferDeletedTextCallback)
- Data.GI.Gtk: mk_EntryBufferInsertedTextCallback :: C_EntryBufferInsertedTextCallback -> IO FunPtr C_EntryBufferInsertedTextCallback
+ Data.GI.Gtk: mk_EntryBufferInsertedTextCallback :: C_EntryBufferInsertedTextCallback -> IO (FunPtr C_EntryBufferInsertedTextCallback)
- Data.GI.Gtk: mk_EntryCompletionActionActivatedCallback :: C_EntryCompletionActionActivatedCallback -> IO FunPtr C_EntryCompletionActionActivatedCallback
+ Data.GI.Gtk: mk_EntryCompletionActionActivatedCallback :: C_EntryCompletionActionActivatedCallback -> IO (FunPtr C_EntryCompletionActionActivatedCallback)
- Data.GI.Gtk: mk_EntryCompletionCursorOnMatchCallback :: C_EntryCompletionCursorOnMatchCallback -> IO FunPtr C_EntryCompletionCursorOnMatchCallback
+ Data.GI.Gtk: mk_EntryCompletionCursorOnMatchCallback :: C_EntryCompletionCursorOnMatchCallback -> IO (FunPtr C_EntryCompletionCursorOnMatchCallback)
- Data.GI.Gtk: mk_EntryCompletionInsertPrefixCallback :: C_EntryCompletionInsertPrefixCallback -> IO FunPtr C_EntryCompletionInsertPrefixCallback
+ Data.GI.Gtk: mk_EntryCompletionInsertPrefixCallback :: C_EntryCompletionInsertPrefixCallback -> IO (FunPtr C_EntryCompletionInsertPrefixCallback)
- Data.GI.Gtk: mk_EntryCompletionMatchFunc :: C_EntryCompletionMatchFunc -> IO FunPtr C_EntryCompletionMatchFunc
+ Data.GI.Gtk: mk_EntryCompletionMatchFunc :: C_EntryCompletionMatchFunc -> IO (FunPtr C_EntryCompletionMatchFunc)
- Data.GI.Gtk: mk_EntryCompletionMatchSelectedCallback :: C_EntryCompletionMatchSelectedCallback -> IO FunPtr C_EntryCompletionMatchSelectedCallback
+ Data.GI.Gtk: mk_EntryCompletionMatchSelectedCallback :: C_EntryCompletionMatchSelectedCallback -> IO (FunPtr C_EntryCompletionMatchSelectedCallback)
- Data.GI.Gtk: mk_EntryCompletionNoMatchesCallback :: C_EntryCompletionNoMatchesCallback -> IO FunPtr C_EntryCompletionNoMatchesCallback
+ Data.GI.Gtk: mk_EntryCompletionNoMatchesCallback :: C_EntryCompletionNoMatchesCallback -> IO (FunPtr C_EntryCompletionNoMatchesCallback)
- Data.GI.Gtk: mk_EntryCopyClipboardCallback :: C_EntryCopyClipboardCallback -> IO FunPtr C_EntryCopyClipboardCallback
+ Data.GI.Gtk: mk_EntryCopyClipboardCallback :: C_EntryCopyClipboardCallback -> IO (FunPtr C_EntryCopyClipboardCallback)
- Data.GI.Gtk: mk_EntryCutClipboardCallback :: C_EntryCutClipboardCallback -> IO FunPtr C_EntryCutClipboardCallback
+ Data.GI.Gtk: mk_EntryCutClipboardCallback :: C_EntryCutClipboardCallback -> IO (FunPtr C_EntryCutClipboardCallback)
- Data.GI.Gtk: mk_EntryDeleteFromCursorCallback :: C_EntryDeleteFromCursorCallback -> IO FunPtr C_EntryDeleteFromCursorCallback
+ Data.GI.Gtk: mk_EntryDeleteFromCursorCallback :: C_EntryDeleteFromCursorCallback -> IO (FunPtr C_EntryDeleteFromCursorCallback)
- Data.GI.Gtk: mk_EntryIconPressCallback :: C_EntryIconPressCallback -> IO FunPtr C_EntryIconPressCallback
+ Data.GI.Gtk: mk_EntryIconPressCallback :: C_EntryIconPressCallback -> IO (FunPtr C_EntryIconPressCallback)
- Data.GI.Gtk: mk_EntryIconReleaseCallback :: C_EntryIconReleaseCallback -> IO FunPtr C_EntryIconReleaseCallback
+ Data.GI.Gtk: mk_EntryIconReleaseCallback :: C_EntryIconReleaseCallback -> IO (FunPtr C_EntryIconReleaseCallback)
- Data.GI.Gtk: mk_EntryInsertAtCursorCallback :: C_EntryInsertAtCursorCallback -> IO FunPtr C_EntryInsertAtCursorCallback
+ Data.GI.Gtk: mk_EntryInsertAtCursorCallback :: C_EntryInsertAtCursorCallback -> IO (FunPtr C_EntryInsertAtCursorCallback)
- Data.GI.Gtk: mk_EntryInsertEmojiCallback :: C_EntryInsertEmojiCallback -> IO FunPtr C_EntryInsertEmojiCallback
+ Data.GI.Gtk: mk_EntryInsertEmojiCallback :: C_EntryInsertEmojiCallback -> IO (FunPtr C_EntryInsertEmojiCallback)
- Data.GI.Gtk: mk_EntryMoveCursorCallback :: C_EntryMoveCursorCallback -> IO FunPtr C_EntryMoveCursorCallback
+ Data.GI.Gtk: mk_EntryMoveCursorCallback :: C_EntryMoveCursorCallback -> IO (FunPtr C_EntryMoveCursorCallback)
- Data.GI.Gtk: mk_EntryPasteClipboardCallback :: C_EntryPasteClipboardCallback -> IO FunPtr C_EntryPasteClipboardCallback
+ Data.GI.Gtk: mk_EntryPasteClipboardCallback :: C_EntryPasteClipboardCallback -> IO (FunPtr C_EntryPasteClipboardCallback)
- Data.GI.Gtk: mk_EntryPopulatePopupCallback :: C_EntryPopulatePopupCallback -> IO FunPtr C_EntryPopulatePopupCallback
+ Data.GI.Gtk: mk_EntryPopulatePopupCallback :: C_EntryPopulatePopupCallback -> IO (FunPtr C_EntryPopulatePopupCallback)
- Data.GI.Gtk: mk_EntryPreeditChangedCallback :: C_EntryPreeditChangedCallback -> IO FunPtr C_EntryPreeditChangedCallback
+ Data.GI.Gtk: mk_EntryPreeditChangedCallback :: C_EntryPreeditChangedCallback -> IO (FunPtr C_EntryPreeditChangedCallback)
- Data.GI.Gtk: mk_EntryToggleOverwriteCallback :: C_EntryToggleOverwriteCallback -> IO FunPtr C_EntryToggleOverwriteCallback
+ Data.GI.Gtk: mk_EntryToggleOverwriteCallback :: C_EntryToggleOverwriteCallback -> IO (FunPtr C_EntryToggleOverwriteCallback)
- Data.GI.Gtk: mk_ExpanderActivateCallback :: C_ExpanderActivateCallback -> IO FunPtr C_ExpanderActivateCallback
+ Data.GI.Gtk: mk_ExpanderActivateCallback :: C_ExpanderActivateCallback -> IO (FunPtr C_ExpanderActivateCallback)
- Data.GI.Gtk: mk_FileChooserButtonFileSetCallback :: C_FileChooserButtonFileSetCallback -> IO FunPtr C_FileChooserButtonFileSetCallback
+ Data.GI.Gtk: mk_FileChooserButtonFileSetCallback :: C_FileChooserButtonFileSetCallback -> IO (FunPtr C_FileChooserButtonFileSetCallback)
- Data.GI.Gtk: mk_FileChooserConfirmOverwriteCallback :: C_FileChooserConfirmOverwriteCallback -> IO FunPtr C_FileChooserConfirmOverwriteCallback
+ Data.GI.Gtk: mk_FileChooserConfirmOverwriteCallback :: C_FileChooserConfirmOverwriteCallback -> IO (FunPtr C_FileChooserConfirmOverwriteCallback)
- Data.GI.Gtk: mk_FileChooserCurrentFolderChangedCallback :: C_FileChooserCurrentFolderChangedCallback -> IO FunPtr C_FileChooserCurrentFolderChangedCallback
+ Data.GI.Gtk: mk_FileChooserCurrentFolderChangedCallback :: C_FileChooserCurrentFolderChangedCallback -> IO (FunPtr C_FileChooserCurrentFolderChangedCallback)
- Data.GI.Gtk: mk_FileChooserFileActivatedCallback :: C_FileChooserFileActivatedCallback -> IO FunPtr C_FileChooserFileActivatedCallback
+ Data.GI.Gtk: mk_FileChooserFileActivatedCallback :: C_FileChooserFileActivatedCallback -> IO (FunPtr C_FileChooserFileActivatedCallback)
- Data.GI.Gtk: mk_FileChooserSelectionChangedCallback :: C_FileChooserSelectionChangedCallback -> IO FunPtr C_FileChooserSelectionChangedCallback
+ Data.GI.Gtk: mk_FileChooserSelectionChangedCallback :: C_FileChooserSelectionChangedCallback -> IO (FunPtr C_FileChooserSelectionChangedCallback)
- Data.GI.Gtk: mk_FileChooserUpdatePreviewCallback :: C_FileChooserUpdatePreviewCallback -> IO FunPtr C_FileChooserUpdatePreviewCallback
+ Data.GI.Gtk: mk_FileChooserUpdatePreviewCallback :: C_FileChooserUpdatePreviewCallback -> IO (FunPtr C_FileChooserUpdatePreviewCallback)
- Data.GI.Gtk: mk_FileChooserWidgetDesktopFolderCallback :: C_FileChooserWidgetDesktopFolderCallback -> IO FunPtr C_FileChooserWidgetDesktopFolderCallback
+ Data.GI.Gtk: mk_FileChooserWidgetDesktopFolderCallback :: C_FileChooserWidgetDesktopFolderCallback -> IO (FunPtr C_FileChooserWidgetDesktopFolderCallback)
- Data.GI.Gtk: mk_FileChooserWidgetDownFolderCallback :: C_FileChooserWidgetDownFolderCallback -> IO FunPtr C_FileChooserWidgetDownFolderCallback
+ Data.GI.Gtk: mk_FileChooserWidgetDownFolderCallback :: C_FileChooserWidgetDownFolderCallback -> IO (FunPtr C_FileChooserWidgetDownFolderCallback)
- Data.GI.Gtk: mk_FileChooserWidgetHomeFolderCallback :: C_FileChooserWidgetHomeFolderCallback -> IO FunPtr C_FileChooserWidgetHomeFolderCallback
+ Data.GI.Gtk: mk_FileChooserWidgetHomeFolderCallback :: C_FileChooserWidgetHomeFolderCallback -> IO (FunPtr C_FileChooserWidgetHomeFolderCallback)
- Data.GI.Gtk: mk_FileChooserWidgetLocationPopupCallback :: C_FileChooserWidgetLocationPopupCallback -> IO FunPtr C_FileChooserWidgetLocationPopupCallback
+ Data.GI.Gtk: mk_FileChooserWidgetLocationPopupCallback :: C_FileChooserWidgetLocationPopupCallback -> IO (FunPtr C_FileChooserWidgetLocationPopupCallback)
- Data.GI.Gtk: mk_FileChooserWidgetLocationPopupOnPasteCallback :: C_FileChooserWidgetLocationPopupOnPasteCallback -> IO FunPtr C_FileChooserWidgetLocationPopupOnPasteCallback
+ Data.GI.Gtk: mk_FileChooserWidgetLocationPopupOnPasteCallback :: C_FileChooserWidgetLocationPopupOnPasteCallback -> IO (FunPtr C_FileChooserWidgetLocationPopupOnPasteCallback)
- Data.GI.Gtk: mk_FileChooserWidgetLocationTogglePopupCallback :: C_FileChooserWidgetLocationTogglePopupCallback -> IO FunPtr C_FileChooserWidgetLocationTogglePopupCallback
+ Data.GI.Gtk: mk_FileChooserWidgetLocationTogglePopupCallback :: C_FileChooserWidgetLocationTogglePopupCallback -> IO (FunPtr C_FileChooserWidgetLocationTogglePopupCallback)
- Data.GI.Gtk: mk_FileChooserWidgetPlacesShortcutCallback :: C_FileChooserWidgetPlacesShortcutCallback -> IO FunPtr C_FileChooserWidgetPlacesShortcutCallback
+ Data.GI.Gtk: mk_FileChooserWidgetPlacesShortcutCallback :: C_FileChooserWidgetPlacesShortcutCallback -> IO (FunPtr C_FileChooserWidgetPlacesShortcutCallback)
- Data.GI.Gtk: mk_FileChooserWidgetQuickBookmarkCallback :: C_FileChooserWidgetQuickBookmarkCallback -> IO FunPtr C_FileChooserWidgetQuickBookmarkCallback
+ Data.GI.Gtk: mk_FileChooserWidgetQuickBookmarkCallback :: C_FileChooserWidgetQuickBookmarkCallback -> IO (FunPtr C_FileChooserWidgetQuickBookmarkCallback)
- Data.GI.Gtk: mk_FileChooserWidgetRecentShortcutCallback :: C_FileChooserWidgetRecentShortcutCallback -> IO FunPtr C_FileChooserWidgetRecentShortcutCallback
+ Data.GI.Gtk: mk_FileChooserWidgetRecentShortcutCallback :: C_FileChooserWidgetRecentShortcutCallback -> IO (FunPtr C_FileChooserWidgetRecentShortcutCallback)
- Data.GI.Gtk: mk_FileChooserWidgetSearchShortcutCallback :: C_FileChooserWidgetSearchShortcutCallback -> IO FunPtr C_FileChooserWidgetSearchShortcutCallback
+ Data.GI.Gtk: mk_FileChooserWidgetSearchShortcutCallback :: C_FileChooserWidgetSearchShortcutCallback -> IO (FunPtr C_FileChooserWidgetSearchShortcutCallback)
- Data.GI.Gtk: mk_FileChooserWidgetShowHiddenCallback :: C_FileChooserWidgetShowHiddenCallback -> IO FunPtr C_FileChooserWidgetShowHiddenCallback
+ Data.GI.Gtk: mk_FileChooserWidgetShowHiddenCallback :: C_FileChooserWidgetShowHiddenCallback -> IO (FunPtr C_FileChooserWidgetShowHiddenCallback)
- Data.GI.Gtk: mk_FileChooserWidgetUpFolderCallback :: C_FileChooserWidgetUpFolderCallback -> IO FunPtr C_FileChooserWidgetUpFolderCallback
+ Data.GI.Gtk: mk_FileChooserWidgetUpFolderCallback :: C_FileChooserWidgetUpFolderCallback -> IO (FunPtr C_FileChooserWidgetUpFolderCallback)
- Data.GI.Gtk: mk_FileFilterFunc :: C_FileFilterFunc -> IO FunPtr C_FileFilterFunc
+ Data.GI.Gtk: mk_FileFilterFunc :: C_FileFilterFunc -> IO (FunPtr C_FileFilterFunc)
- Data.GI.Gtk: mk_FlowBoxActivateCursorChildCallback :: C_FlowBoxActivateCursorChildCallback -> IO FunPtr C_FlowBoxActivateCursorChildCallback
+ Data.GI.Gtk: mk_FlowBoxActivateCursorChildCallback :: C_FlowBoxActivateCursorChildCallback -> IO (FunPtr C_FlowBoxActivateCursorChildCallback)
- Data.GI.Gtk: mk_FlowBoxChildActivateCallback :: C_FlowBoxChildActivateCallback -> IO FunPtr C_FlowBoxChildActivateCallback
+ Data.GI.Gtk: mk_FlowBoxChildActivateCallback :: C_FlowBoxChildActivateCallback -> IO (FunPtr C_FlowBoxChildActivateCallback)
- Data.GI.Gtk: mk_FlowBoxChildActivatedCallback :: C_FlowBoxChildActivatedCallback -> IO FunPtr C_FlowBoxChildActivatedCallback
+ Data.GI.Gtk: mk_FlowBoxChildActivatedCallback :: C_FlowBoxChildActivatedCallback -> IO (FunPtr C_FlowBoxChildActivatedCallback)
- Data.GI.Gtk: mk_FlowBoxCreateWidgetFunc :: C_FlowBoxCreateWidgetFunc -> IO FunPtr C_FlowBoxCreateWidgetFunc
+ Data.GI.Gtk: mk_FlowBoxCreateWidgetFunc :: C_FlowBoxCreateWidgetFunc -> IO (FunPtr C_FlowBoxCreateWidgetFunc)
- Data.GI.Gtk: mk_FlowBoxFilterFunc :: C_FlowBoxFilterFunc -> IO FunPtr C_FlowBoxFilterFunc
+ Data.GI.Gtk: mk_FlowBoxFilterFunc :: C_FlowBoxFilterFunc -> IO (FunPtr C_FlowBoxFilterFunc)
- Data.GI.Gtk: mk_FlowBoxForeachFunc :: C_FlowBoxForeachFunc -> IO FunPtr C_FlowBoxForeachFunc
+ Data.GI.Gtk: mk_FlowBoxForeachFunc :: C_FlowBoxForeachFunc -> IO (FunPtr C_FlowBoxForeachFunc)
- Data.GI.Gtk: mk_FlowBoxMoveCursorCallback :: C_FlowBoxMoveCursorCallback -> IO FunPtr C_FlowBoxMoveCursorCallback
+ Data.GI.Gtk: mk_FlowBoxMoveCursorCallback :: C_FlowBoxMoveCursorCallback -> IO (FunPtr C_FlowBoxMoveCursorCallback)
- Data.GI.Gtk: mk_FlowBoxSelectAllCallback :: C_FlowBoxSelectAllCallback -> IO FunPtr C_FlowBoxSelectAllCallback
+ Data.GI.Gtk: mk_FlowBoxSelectAllCallback :: C_FlowBoxSelectAllCallback -> IO (FunPtr C_FlowBoxSelectAllCallback)
- Data.GI.Gtk: mk_FlowBoxSelectedChildrenChangedCallback :: C_FlowBoxSelectedChildrenChangedCallback -> IO FunPtr C_FlowBoxSelectedChildrenChangedCallback
+ Data.GI.Gtk: mk_FlowBoxSelectedChildrenChangedCallback :: C_FlowBoxSelectedChildrenChangedCallback -> IO (FunPtr C_FlowBoxSelectedChildrenChangedCallback)
- Data.GI.Gtk: mk_FlowBoxSortFunc :: C_FlowBoxSortFunc -> IO FunPtr C_FlowBoxSortFunc
+ Data.GI.Gtk: mk_FlowBoxSortFunc :: C_FlowBoxSortFunc -> IO (FunPtr C_FlowBoxSortFunc)
- Data.GI.Gtk: mk_FlowBoxToggleCursorChildCallback :: C_FlowBoxToggleCursorChildCallback -> IO FunPtr C_FlowBoxToggleCursorChildCallback
+ Data.GI.Gtk: mk_FlowBoxToggleCursorChildCallback :: C_FlowBoxToggleCursorChildCallback -> IO (FunPtr C_FlowBoxToggleCursorChildCallback)
- Data.GI.Gtk: mk_FlowBoxUnselectAllCallback :: C_FlowBoxUnselectAllCallback -> IO FunPtr C_FlowBoxUnselectAllCallback
+ Data.GI.Gtk: mk_FlowBoxUnselectAllCallback :: C_FlowBoxUnselectAllCallback -> IO (FunPtr C_FlowBoxUnselectAllCallback)
- Data.GI.Gtk: mk_FontButtonFontSetCallback :: C_FontButtonFontSetCallback -> IO FunPtr C_FontButtonFontSetCallback
+ Data.GI.Gtk: mk_FontButtonFontSetCallback :: C_FontButtonFontSetCallback -> IO (FunPtr C_FontButtonFontSetCallback)
- Data.GI.Gtk: mk_FontChooserFontActivatedCallback :: C_FontChooserFontActivatedCallback -> IO FunPtr C_FontChooserFontActivatedCallback
+ Data.GI.Gtk: mk_FontChooserFontActivatedCallback :: C_FontChooserFontActivatedCallback -> IO (FunPtr C_FontChooserFontActivatedCallback)
- Data.GI.Gtk: mk_FontFilterFunc :: C_FontFilterFunc -> IO FunPtr C_FontFilterFunc
+ Data.GI.Gtk: mk_FontFilterFunc :: C_FontFilterFunc -> IO (FunPtr C_FontFilterFunc)
- Data.GI.Gtk: mk_GLAreaCreateContextCallback :: C_GLAreaCreateContextCallback -> IO FunPtr C_GLAreaCreateContextCallback
+ Data.GI.Gtk: mk_GLAreaCreateContextCallback :: C_GLAreaCreateContextCallback -> IO (FunPtr C_GLAreaCreateContextCallback)
- Data.GI.Gtk: mk_GLAreaRenderCallback :: C_GLAreaRenderCallback -> IO FunPtr C_GLAreaRenderCallback
+ Data.GI.Gtk: mk_GLAreaRenderCallback :: C_GLAreaRenderCallback -> IO (FunPtr C_GLAreaRenderCallback)
- Data.GI.Gtk: mk_GLAreaResizeCallback :: C_GLAreaResizeCallback -> IO FunPtr C_GLAreaResizeCallback
+ Data.GI.Gtk: mk_GLAreaResizeCallback :: C_GLAreaResizeCallback -> IO (FunPtr C_GLAreaResizeCallback)
- Data.GI.Gtk: mk_GestureBeginCallback :: C_GestureBeginCallback -> IO FunPtr C_GestureBeginCallback
+ Data.GI.Gtk: mk_GestureBeginCallback :: C_GestureBeginCallback -> IO (FunPtr C_GestureBeginCallback)
- Data.GI.Gtk: mk_GestureCancelCallback :: C_GestureCancelCallback -> IO FunPtr C_GestureCancelCallback
+ Data.GI.Gtk: mk_GestureCancelCallback :: C_GestureCancelCallback -> IO (FunPtr C_GestureCancelCallback)
- Data.GI.Gtk: mk_GestureDragDragBeginCallback :: C_GestureDragDragBeginCallback -> IO FunPtr C_GestureDragDragBeginCallback
+ Data.GI.Gtk: mk_GestureDragDragBeginCallback :: C_GestureDragDragBeginCallback -> IO (FunPtr C_GestureDragDragBeginCallback)
- Data.GI.Gtk: mk_GestureDragDragEndCallback :: C_GestureDragDragEndCallback -> IO FunPtr C_GestureDragDragEndCallback
+ Data.GI.Gtk: mk_GestureDragDragEndCallback :: C_GestureDragDragEndCallback -> IO (FunPtr C_GestureDragDragEndCallback)
- Data.GI.Gtk: mk_GestureDragDragUpdateCallback :: C_GestureDragDragUpdateCallback -> IO FunPtr C_GestureDragDragUpdateCallback
+ Data.GI.Gtk: mk_GestureDragDragUpdateCallback :: C_GestureDragDragUpdateCallback -> IO (FunPtr C_GestureDragDragUpdateCallback)
- Data.GI.Gtk: mk_GestureEndCallback :: C_GestureEndCallback -> IO FunPtr C_GestureEndCallback
+ Data.GI.Gtk: mk_GestureEndCallback :: C_GestureEndCallback -> IO (FunPtr C_GestureEndCallback)
- Data.GI.Gtk: mk_GestureLongPressCancelledCallback :: C_GestureLongPressCancelledCallback -> IO FunPtr C_GestureLongPressCancelledCallback
+ Data.GI.Gtk: mk_GestureLongPressCancelledCallback :: C_GestureLongPressCancelledCallback -> IO (FunPtr C_GestureLongPressCancelledCallback)
- Data.GI.Gtk: mk_GestureLongPressPressedCallback :: C_GestureLongPressPressedCallback -> IO FunPtr C_GestureLongPressPressedCallback
+ Data.GI.Gtk: mk_GestureLongPressPressedCallback :: C_GestureLongPressPressedCallback -> IO (FunPtr C_GestureLongPressPressedCallback)
- Data.GI.Gtk: mk_GestureMultiPressPressedCallback :: C_GestureMultiPressPressedCallback -> IO FunPtr C_GestureMultiPressPressedCallback
+ Data.GI.Gtk: mk_GestureMultiPressPressedCallback :: C_GestureMultiPressPressedCallback -> IO (FunPtr C_GestureMultiPressPressedCallback)
- Data.GI.Gtk: mk_GestureMultiPressReleasedCallback :: C_GestureMultiPressReleasedCallback -> IO FunPtr C_GestureMultiPressReleasedCallback
+ Data.GI.Gtk: mk_GestureMultiPressReleasedCallback :: C_GestureMultiPressReleasedCallback -> IO (FunPtr C_GestureMultiPressReleasedCallback)
- Data.GI.Gtk: mk_GestureMultiPressStoppedCallback :: C_GestureMultiPressStoppedCallback -> IO FunPtr C_GestureMultiPressStoppedCallback
+ Data.GI.Gtk: mk_GestureMultiPressStoppedCallback :: C_GestureMultiPressStoppedCallback -> IO (FunPtr C_GestureMultiPressStoppedCallback)
- Data.GI.Gtk: mk_GesturePanPanCallback :: C_GesturePanPanCallback -> IO FunPtr C_GesturePanPanCallback
+ Data.GI.Gtk: mk_GesturePanPanCallback :: C_GesturePanPanCallback -> IO (FunPtr C_GesturePanPanCallback)
- Data.GI.Gtk: mk_GestureRotateAngleChangedCallback :: C_GestureRotateAngleChangedCallback -> IO FunPtr C_GestureRotateAngleChangedCallback
+ Data.GI.Gtk: mk_GestureRotateAngleChangedCallback :: C_GestureRotateAngleChangedCallback -> IO (FunPtr C_GestureRotateAngleChangedCallback)
- Data.GI.Gtk: mk_GestureSequenceStateChangedCallback :: C_GestureSequenceStateChangedCallback -> IO FunPtr C_GestureSequenceStateChangedCallback
+ Data.GI.Gtk: mk_GestureSequenceStateChangedCallback :: C_GestureSequenceStateChangedCallback -> IO (FunPtr C_GestureSequenceStateChangedCallback)
- Data.GI.Gtk: mk_GestureSwipeSwipeCallback :: C_GestureSwipeSwipeCallback -> IO FunPtr C_GestureSwipeSwipeCallback
+ Data.GI.Gtk: mk_GestureSwipeSwipeCallback :: C_GestureSwipeSwipeCallback -> IO (FunPtr C_GestureSwipeSwipeCallback)
- Data.GI.Gtk: mk_GestureUpdateCallback :: C_GestureUpdateCallback -> IO FunPtr C_GestureUpdateCallback
+ Data.GI.Gtk: mk_GestureUpdateCallback :: C_GestureUpdateCallback -> IO (FunPtr C_GestureUpdateCallback)
- Data.GI.Gtk: mk_GestureZoomScaleChangedCallback :: C_GestureZoomScaleChangedCallback -> IO FunPtr C_GestureZoomScaleChangedCallback
+ Data.GI.Gtk: mk_GestureZoomScaleChangedCallback :: C_GestureZoomScaleChangedCallback -> IO (FunPtr C_GestureZoomScaleChangedCallback)
- Data.GI.Gtk: mk_HSVChangedCallback :: C_HSVChangedCallback -> IO FunPtr C_HSVChangedCallback
+ Data.GI.Gtk: mk_HSVChangedCallback :: C_HSVChangedCallback -> IO (FunPtr C_HSVChangedCallback)
- Data.GI.Gtk: mk_HSVMoveCallback :: C_HSVMoveCallback -> IO FunPtr C_HSVMoveCallback
+ Data.GI.Gtk: mk_HSVMoveCallback :: C_HSVMoveCallback -> IO (FunPtr C_HSVMoveCallback)
- Data.GI.Gtk: mk_HandleBoxChildAttachedCallback :: C_HandleBoxChildAttachedCallback -> IO FunPtr C_HandleBoxChildAttachedCallback
+ Data.GI.Gtk: mk_HandleBoxChildAttachedCallback :: C_HandleBoxChildAttachedCallback -> IO (FunPtr C_HandleBoxChildAttachedCallback)
- Data.GI.Gtk: mk_HandleBoxChildDetachedCallback :: C_HandleBoxChildDetachedCallback -> IO FunPtr C_HandleBoxChildDetachedCallback
+ Data.GI.Gtk: mk_HandleBoxChildDetachedCallback :: C_HandleBoxChildDetachedCallback -> IO (FunPtr C_HandleBoxChildDetachedCallback)
- Data.GI.Gtk: mk_IMContextCommitCallback :: C_IMContextCommitCallback -> IO FunPtr C_IMContextCommitCallback
+ Data.GI.Gtk: mk_IMContextCommitCallback :: C_IMContextCommitCallback -> IO (FunPtr C_IMContextCommitCallback)
- Data.GI.Gtk: mk_IMContextDeleteSurroundingCallback :: C_IMContextDeleteSurroundingCallback -> IO FunPtr C_IMContextDeleteSurroundingCallback
+ Data.GI.Gtk: mk_IMContextDeleteSurroundingCallback :: C_IMContextDeleteSurroundingCallback -> IO (FunPtr C_IMContextDeleteSurroundingCallback)
- Data.GI.Gtk: mk_IMContextPreeditChangedCallback :: C_IMContextPreeditChangedCallback -> IO FunPtr C_IMContextPreeditChangedCallback
+ Data.GI.Gtk: mk_IMContextPreeditChangedCallback :: C_IMContextPreeditChangedCallback -> IO (FunPtr C_IMContextPreeditChangedCallback)
- Data.GI.Gtk: mk_IMContextPreeditEndCallback :: C_IMContextPreeditEndCallback -> IO FunPtr C_IMContextPreeditEndCallback
+ Data.GI.Gtk: mk_IMContextPreeditEndCallback :: C_IMContextPreeditEndCallback -> IO (FunPtr C_IMContextPreeditEndCallback)
- Data.GI.Gtk: mk_IMContextPreeditStartCallback :: C_IMContextPreeditStartCallback -> IO FunPtr C_IMContextPreeditStartCallback
+ Data.GI.Gtk: mk_IMContextPreeditStartCallback :: C_IMContextPreeditStartCallback -> IO (FunPtr C_IMContextPreeditStartCallback)
- Data.GI.Gtk: mk_IMContextRetrieveSurroundingCallback :: C_IMContextRetrieveSurroundingCallback -> IO FunPtr C_IMContextRetrieveSurroundingCallback
+ Data.GI.Gtk: mk_IMContextRetrieveSurroundingCallback :: C_IMContextRetrieveSurroundingCallback -> IO (FunPtr C_IMContextRetrieveSurroundingCallback)
- Data.GI.Gtk: mk_IconThemeChangedCallback :: C_IconThemeChangedCallback -> IO FunPtr C_IconThemeChangedCallback
+ Data.GI.Gtk: mk_IconThemeChangedCallback :: C_IconThemeChangedCallback -> IO (FunPtr C_IconThemeChangedCallback)
- Data.GI.Gtk: mk_IconViewActivateCursorItemCallback :: C_IconViewActivateCursorItemCallback -> IO FunPtr C_IconViewActivateCursorItemCallback
+ Data.GI.Gtk: mk_IconViewActivateCursorItemCallback :: C_IconViewActivateCursorItemCallback -> IO (FunPtr C_IconViewActivateCursorItemCallback)
- Data.GI.Gtk: mk_IconViewForeachFunc :: C_IconViewForeachFunc -> IO FunPtr C_IconViewForeachFunc
+ Data.GI.Gtk: mk_IconViewForeachFunc :: C_IconViewForeachFunc -> IO (FunPtr C_IconViewForeachFunc)
- Data.GI.Gtk: mk_IconViewItemActivatedCallback :: C_IconViewItemActivatedCallback -> IO FunPtr C_IconViewItemActivatedCallback
+ Data.GI.Gtk: mk_IconViewItemActivatedCallback :: C_IconViewItemActivatedCallback -> IO (FunPtr C_IconViewItemActivatedCallback)
- Data.GI.Gtk: mk_IconViewMoveCursorCallback :: C_IconViewMoveCursorCallback -> IO FunPtr C_IconViewMoveCursorCallback
+ Data.GI.Gtk: mk_IconViewMoveCursorCallback :: C_IconViewMoveCursorCallback -> IO (FunPtr C_IconViewMoveCursorCallback)
- Data.GI.Gtk: mk_IconViewSelectAllCallback :: C_IconViewSelectAllCallback -> IO FunPtr C_IconViewSelectAllCallback
+ Data.GI.Gtk: mk_IconViewSelectAllCallback :: C_IconViewSelectAllCallback -> IO (FunPtr C_IconViewSelectAllCallback)
- Data.GI.Gtk: mk_IconViewSelectCursorItemCallback :: C_IconViewSelectCursorItemCallback -> IO FunPtr C_IconViewSelectCursorItemCallback
+ Data.GI.Gtk: mk_IconViewSelectCursorItemCallback :: C_IconViewSelectCursorItemCallback -> IO (FunPtr C_IconViewSelectCursorItemCallback)
- Data.GI.Gtk: mk_IconViewSelectionChangedCallback :: C_IconViewSelectionChangedCallback -> IO FunPtr C_IconViewSelectionChangedCallback
+ Data.GI.Gtk: mk_IconViewSelectionChangedCallback :: C_IconViewSelectionChangedCallback -> IO (FunPtr C_IconViewSelectionChangedCallback)
- Data.GI.Gtk: mk_IconViewToggleCursorItemCallback :: C_IconViewToggleCursorItemCallback -> IO FunPtr C_IconViewToggleCursorItemCallback
+ Data.GI.Gtk: mk_IconViewToggleCursorItemCallback :: C_IconViewToggleCursorItemCallback -> IO (FunPtr C_IconViewToggleCursorItemCallback)
- Data.GI.Gtk: mk_IconViewUnselectAllCallback :: C_IconViewUnselectAllCallback -> IO FunPtr C_IconViewUnselectAllCallback
+ Data.GI.Gtk: mk_IconViewUnselectAllCallback :: C_IconViewUnselectAllCallback -> IO (FunPtr C_IconViewUnselectAllCallback)
- Data.GI.Gtk: mk_InfoBarCloseCallback :: C_InfoBarCloseCallback -> IO FunPtr C_InfoBarCloseCallback
+ Data.GI.Gtk: mk_InfoBarCloseCallback :: C_InfoBarCloseCallback -> IO (FunPtr C_InfoBarCloseCallback)
- Data.GI.Gtk: mk_InfoBarResponseCallback :: C_InfoBarResponseCallback -> IO FunPtr C_InfoBarResponseCallback
+ Data.GI.Gtk: mk_InfoBarResponseCallback :: C_InfoBarResponseCallback -> IO (FunPtr C_InfoBarResponseCallback)
- Data.GI.Gtk: mk_KeySnoopFunc :: C_KeySnoopFunc -> IO FunPtr C_KeySnoopFunc
+ Data.GI.Gtk: mk_KeySnoopFunc :: C_KeySnoopFunc -> IO (FunPtr C_KeySnoopFunc)
- Data.GI.Gtk: mk_LabelActivateCurrentLinkCallback :: C_LabelActivateCurrentLinkCallback -> IO FunPtr C_LabelActivateCurrentLinkCallback
+ Data.GI.Gtk: mk_LabelActivateCurrentLinkCallback :: C_LabelActivateCurrentLinkCallback -> IO (FunPtr C_LabelActivateCurrentLinkCallback)
- Data.GI.Gtk: mk_LabelActivateLinkCallback :: C_LabelActivateLinkCallback -> IO FunPtr C_LabelActivateLinkCallback
+ Data.GI.Gtk: mk_LabelActivateLinkCallback :: C_LabelActivateLinkCallback -> IO (FunPtr C_LabelActivateLinkCallback)
- Data.GI.Gtk: mk_LabelCopyClipboardCallback :: C_LabelCopyClipboardCallback -> IO FunPtr C_LabelCopyClipboardCallback
+ Data.GI.Gtk: mk_LabelCopyClipboardCallback :: C_LabelCopyClipboardCallback -> IO (FunPtr C_LabelCopyClipboardCallback)
- Data.GI.Gtk: mk_LabelMoveCursorCallback :: C_LabelMoveCursorCallback -> IO FunPtr C_LabelMoveCursorCallback
+ Data.GI.Gtk: mk_LabelMoveCursorCallback :: C_LabelMoveCursorCallback -> IO (FunPtr C_LabelMoveCursorCallback)
- Data.GI.Gtk: mk_LabelPopulatePopupCallback :: C_LabelPopulatePopupCallback -> IO FunPtr C_LabelPopulatePopupCallback
+ Data.GI.Gtk: mk_LabelPopulatePopupCallback :: C_LabelPopulatePopupCallback -> IO (FunPtr C_LabelPopulatePopupCallback)
- Data.GI.Gtk: mk_LevelBarOffsetChangedCallback :: C_LevelBarOffsetChangedCallback -> IO FunPtr C_LevelBarOffsetChangedCallback
+ Data.GI.Gtk: mk_LevelBarOffsetChangedCallback :: C_LevelBarOffsetChangedCallback -> IO (FunPtr C_LevelBarOffsetChangedCallback)
- Data.GI.Gtk: mk_LinkButtonActivateLinkCallback :: C_LinkButtonActivateLinkCallback -> IO FunPtr C_LinkButtonActivateLinkCallback
+ Data.GI.Gtk: mk_LinkButtonActivateLinkCallback :: C_LinkButtonActivateLinkCallback -> IO (FunPtr C_LinkButtonActivateLinkCallback)
- Data.GI.Gtk: mk_ListBoxActivateCursorRowCallback :: C_ListBoxActivateCursorRowCallback -> IO FunPtr C_ListBoxActivateCursorRowCallback
+ Data.GI.Gtk: mk_ListBoxActivateCursorRowCallback :: C_ListBoxActivateCursorRowCallback -> IO (FunPtr C_ListBoxActivateCursorRowCallback)
- Data.GI.Gtk: mk_ListBoxCreateWidgetFunc :: C_ListBoxCreateWidgetFunc -> IO FunPtr C_ListBoxCreateWidgetFunc
+ Data.GI.Gtk: mk_ListBoxCreateWidgetFunc :: C_ListBoxCreateWidgetFunc -> IO (FunPtr C_ListBoxCreateWidgetFunc)
- Data.GI.Gtk: mk_ListBoxFilterFunc :: C_ListBoxFilterFunc -> IO FunPtr C_ListBoxFilterFunc
+ Data.GI.Gtk: mk_ListBoxFilterFunc :: C_ListBoxFilterFunc -> IO (FunPtr C_ListBoxFilterFunc)
- Data.GI.Gtk: mk_ListBoxForeachFunc :: C_ListBoxForeachFunc -> IO FunPtr C_ListBoxForeachFunc
+ Data.GI.Gtk: mk_ListBoxForeachFunc :: C_ListBoxForeachFunc -> IO (FunPtr C_ListBoxForeachFunc)
- Data.GI.Gtk: mk_ListBoxMoveCursorCallback :: C_ListBoxMoveCursorCallback -> IO FunPtr C_ListBoxMoveCursorCallback
+ Data.GI.Gtk: mk_ListBoxMoveCursorCallback :: C_ListBoxMoveCursorCallback -> IO (FunPtr C_ListBoxMoveCursorCallback)
- Data.GI.Gtk: mk_ListBoxRowActivateCallback :: C_ListBoxRowActivateCallback -> IO FunPtr C_ListBoxRowActivateCallback
+ Data.GI.Gtk: mk_ListBoxRowActivateCallback :: C_ListBoxRowActivateCallback -> IO (FunPtr C_ListBoxRowActivateCallback)
- Data.GI.Gtk: mk_ListBoxRowActivatedCallback :: C_ListBoxRowActivatedCallback -> IO FunPtr C_ListBoxRowActivatedCallback
+ Data.GI.Gtk: mk_ListBoxRowActivatedCallback :: C_ListBoxRowActivatedCallback -> IO (FunPtr C_ListBoxRowActivatedCallback)
- Data.GI.Gtk: mk_ListBoxRowSelectedCallback :: C_ListBoxRowSelectedCallback -> IO FunPtr C_ListBoxRowSelectedCallback
+ Data.GI.Gtk: mk_ListBoxRowSelectedCallback :: C_ListBoxRowSelectedCallback -> IO (FunPtr C_ListBoxRowSelectedCallback)
- Data.GI.Gtk: mk_ListBoxSelectAllCallback :: C_ListBoxSelectAllCallback -> IO FunPtr C_ListBoxSelectAllCallback
+ Data.GI.Gtk: mk_ListBoxSelectAllCallback :: C_ListBoxSelectAllCallback -> IO (FunPtr C_ListBoxSelectAllCallback)
- Data.GI.Gtk: mk_ListBoxSelectedRowsChangedCallback :: C_ListBoxSelectedRowsChangedCallback -> IO FunPtr C_ListBoxSelectedRowsChangedCallback
+ Data.GI.Gtk: mk_ListBoxSelectedRowsChangedCallback :: C_ListBoxSelectedRowsChangedCallback -> IO (FunPtr C_ListBoxSelectedRowsChangedCallback)
- Data.GI.Gtk: mk_ListBoxSortFunc :: C_ListBoxSortFunc -> IO FunPtr C_ListBoxSortFunc
+ Data.GI.Gtk: mk_ListBoxSortFunc :: C_ListBoxSortFunc -> IO (FunPtr C_ListBoxSortFunc)
- Data.GI.Gtk: mk_ListBoxToggleCursorRowCallback :: C_ListBoxToggleCursorRowCallback -> IO FunPtr C_ListBoxToggleCursorRowCallback
+ Data.GI.Gtk: mk_ListBoxToggleCursorRowCallback :: C_ListBoxToggleCursorRowCallback -> IO (FunPtr C_ListBoxToggleCursorRowCallback)
- Data.GI.Gtk: mk_ListBoxUnselectAllCallback :: C_ListBoxUnselectAllCallback -> IO FunPtr C_ListBoxUnselectAllCallback
+ Data.GI.Gtk: mk_ListBoxUnselectAllCallback :: C_ListBoxUnselectAllCallback -> IO (FunPtr C_ListBoxUnselectAllCallback)
- Data.GI.Gtk: mk_ListBoxUpdateHeaderFunc :: C_ListBoxUpdateHeaderFunc -> IO FunPtr C_ListBoxUpdateHeaderFunc
+ Data.GI.Gtk: mk_ListBoxUpdateHeaderFunc :: C_ListBoxUpdateHeaderFunc -> IO (FunPtr C_ListBoxUpdateHeaderFunc)
- Data.GI.Gtk: mk_MenuDetachFunc :: C_MenuDetachFunc -> IO FunPtr C_MenuDetachFunc
+ Data.GI.Gtk: mk_MenuDetachFunc :: C_MenuDetachFunc -> IO (FunPtr C_MenuDetachFunc)
- Data.GI.Gtk: mk_MenuItemActivateCallback :: C_MenuItemActivateCallback -> IO FunPtr C_MenuItemActivateCallback
+ Data.GI.Gtk: mk_MenuItemActivateCallback :: C_MenuItemActivateCallback -> IO (FunPtr C_MenuItemActivateCallback)
- Data.GI.Gtk: mk_MenuItemActivateItemCallback :: C_MenuItemActivateItemCallback -> IO FunPtr C_MenuItemActivateItemCallback
+ Data.GI.Gtk: mk_MenuItemActivateItemCallback :: C_MenuItemActivateItemCallback -> IO (FunPtr C_MenuItemActivateItemCallback)
- Data.GI.Gtk: mk_MenuItemDeselectCallback :: C_MenuItemDeselectCallback -> IO FunPtr C_MenuItemDeselectCallback
+ Data.GI.Gtk: mk_MenuItemDeselectCallback :: C_MenuItemDeselectCallback -> IO (FunPtr C_MenuItemDeselectCallback)
- Data.GI.Gtk: mk_MenuItemSelectCallback :: C_MenuItemSelectCallback -> IO FunPtr C_MenuItemSelectCallback
+ Data.GI.Gtk: mk_MenuItemSelectCallback :: C_MenuItemSelectCallback -> IO (FunPtr C_MenuItemSelectCallback)
- Data.GI.Gtk: mk_MenuItemToggleSizeAllocateCallback :: C_MenuItemToggleSizeAllocateCallback -> IO FunPtr C_MenuItemToggleSizeAllocateCallback
+ Data.GI.Gtk: mk_MenuItemToggleSizeAllocateCallback :: C_MenuItemToggleSizeAllocateCallback -> IO (FunPtr C_MenuItemToggleSizeAllocateCallback)
- Data.GI.Gtk: mk_MenuItemToggleSizeRequestCallback :: C_MenuItemToggleSizeRequestCallback -> IO FunPtr C_MenuItemToggleSizeRequestCallback
+ Data.GI.Gtk: mk_MenuItemToggleSizeRequestCallback :: C_MenuItemToggleSizeRequestCallback -> IO (FunPtr C_MenuItemToggleSizeRequestCallback)
- Data.GI.Gtk: mk_MenuMoveScrollCallback :: C_MenuMoveScrollCallback -> IO FunPtr C_MenuMoveScrollCallback
+ Data.GI.Gtk: mk_MenuMoveScrollCallback :: C_MenuMoveScrollCallback -> IO (FunPtr C_MenuMoveScrollCallback)
- Data.GI.Gtk: mk_MenuPoppedUpCallback :: C_MenuPoppedUpCallback -> IO FunPtr C_MenuPoppedUpCallback
+ Data.GI.Gtk: mk_MenuPoppedUpCallback :: C_MenuPoppedUpCallback -> IO (FunPtr C_MenuPoppedUpCallback)
- Data.GI.Gtk: mk_MenuPositionFunc :: C_MenuPositionFunc -> IO FunPtr C_MenuPositionFunc
+ Data.GI.Gtk: mk_MenuPositionFunc :: C_MenuPositionFunc -> IO (FunPtr C_MenuPositionFunc)
- Data.GI.Gtk: mk_MenuShellActivateCurrentCallback :: C_MenuShellActivateCurrentCallback -> IO FunPtr C_MenuShellActivateCurrentCallback
+ Data.GI.Gtk: mk_MenuShellActivateCurrentCallback :: C_MenuShellActivateCurrentCallback -> IO (FunPtr C_MenuShellActivateCurrentCallback)
- Data.GI.Gtk: mk_MenuShellCancelCallback :: C_MenuShellCancelCallback -> IO FunPtr C_MenuShellCancelCallback
+ Data.GI.Gtk: mk_MenuShellCancelCallback :: C_MenuShellCancelCallback -> IO (FunPtr C_MenuShellCancelCallback)
- Data.GI.Gtk: mk_MenuShellCycleFocusCallback :: C_MenuShellCycleFocusCallback -> IO FunPtr C_MenuShellCycleFocusCallback
+ Data.GI.Gtk: mk_MenuShellCycleFocusCallback :: C_MenuShellCycleFocusCallback -> IO (FunPtr C_MenuShellCycleFocusCallback)
- Data.GI.Gtk: mk_MenuShellDeactivateCallback :: C_MenuShellDeactivateCallback -> IO FunPtr C_MenuShellDeactivateCallback
+ Data.GI.Gtk: mk_MenuShellDeactivateCallback :: C_MenuShellDeactivateCallback -> IO (FunPtr C_MenuShellDeactivateCallback)
- Data.GI.Gtk: mk_MenuShellInsertCallback :: C_MenuShellInsertCallback -> IO FunPtr C_MenuShellInsertCallback
+ Data.GI.Gtk: mk_MenuShellInsertCallback :: C_MenuShellInsertCallback -> IO (FunPtr C_MenuShellInsertCallback)
- Data.GI.Gtk: mk_MenuShellMoveCurrentCallback :: C_MenuShellMoveCurrentCallback -> IO FunPtr C_MenuShellMoveCurrentCallback
+ Data.GI.Gtk: mk_MenuShellMoveCurrentCallback :: C_MenuShellMoveCurrentCallback -> IO (FunPtr C_MenuShellMoveCurrentCallback)
- Data.GI.Gtk: mk_MenuShellMoveSelectedCallback :: C_MenuShellMoveSelectedCallback -> IO FunPtr C_MenuShellMoveSelectedCallback
+ Data.GI.Gtk: mk_MenuShellMoveSelectedCallback :: C_MenuShellMoveSelectedCallback -> IO (FunPtr C_MenuShellMoveSelectedCallback)
- Data.GI.Gtk: mk_MenuShellSelectionDoneCallback :: C_MenuShellSelectionDoneCallback -> IO FunPtr C_MenuShellSelectionDoneCallback
+ Data.GI.Gtk: mk_MenuShellSelectionDoneCallback :: C_MenuShellSelectionDoneCallback -> IO (FunPtr C_MenuShellSelectionDoneCallback)
- Data.GI.Gtk: mk_MenuToolButtonShowMenuCallback :: C_MenuToolButtonShowMenuCallback -> IO FunPtr C_MenuToolButtonShowMenuCallback
+ Data.GI.Gtk: mk_MenuToolButtonShowMenuCallback :: C_MenuToolButtonShowMenuCallback -> IO (FunPtr C_MenuToolButtonShowMenuCallback)
- Data.GI.Gtk: mk_ModuleDisplayInitFunc :: C_ModuleDisplayInitFunc -> IO FunPtr C_ModuleDisplayInitFunc
+ Data.GI.Gtk: mk_ModuleDisplayInitFunc :: C_ModuleDisplayInitFunc -> IO (FunPtr C_ModuleDisplayInitFunc)
- Data.GI.Gtk: mk_ModuleInitFunc :: C_ModuleInitFunc -> IO FunPtr C_ModuleInitFunc
+ Data.GI.Gtk: mk_ModuleInitFunc :: C_ModuleInitFunc -> IO (FunPtr C_ModuleInitFunc)
- Data.GI.Gtk: mk_NativeDialogResponseCallback :: C_NativeDialogResponseCallback -> IO FunPtr C_NativeDialogResponseCallback
+ Data.GI.Gtk: mk_NativeDialogResponseCallback :: C_NativeDialogResponseCallback -> IO (FunPtr C_NativeDialogResponseCallback)
- Data.GI.Gtk: mk_NotebookChangeCurrentPageCallback :: C_NotebookChangeCurrentPageCallback -> IO FunPtr C_NotebookChangeCurrentPageCallback
+ Data.GI.Gtk: mk_NotebookChangeCurrentPageCallback :: C_NotebookChangeCurrentPageCallback -> IO (FunPtr C_NotebookChangeCurrentPageCallback)
- Data.GI.Gtk: mk_NotebookCreateWindowCallback :: C_NotebookCreateWindowCallback -> IO FunPtr C_NotebookCreateWindowCallback
+ Data.GI.Gtk: mk_NotebookCreateWindowCallback :: C_NotebookCreateWindowCallback -> IO (FunPtr C_NotebookCreateWindowCallback)
- Data.GI.Gtk: mk_NotebookFocusTabCallback :: C_NotebookFocusTabCallback -> IO FunPtr C_NotebookFocusTabCallback
+ Data.GI.Gtk: mk_NotebookFocusTabCallback :: C_NotebookFocusTabCallback -> IO (FunPtr C_NotebookFocusTabCallback)
- Data.GI.Gtk: mk_NotebookMoveFocusOutCallback :: C_NotebookMoveFocusOutCallback -> IO FunPtr C_NotebookMoveFocusOutCallback
+ Data.GI.Gtk: mk_NotebookMoveFocusOutCallback :: C_NotebookMoveFocusOutCallback -> IO (FunPtr C_NotebookMoveFocusOutCallback)
- Data.GI.Gtk: mk_NotebookPageAddedCallback :: C_NotebookPageAddedCallback -> IO FunPtr C_NotebookPageAddedCallback
+ Data.GI.Gtk: mk_NotebookPageAddedCallback :: C_NotebookPageAddedCallback -> IO (FunPtr C_NotebookPageAddedCallback)
- Data.GI.Gtk: mk_NotebookPageRemovedCallback :: C_NotebookPageRemovedCallback -> IO FunPtr C_NotebookPageRemovedCallback
+ Data.GI.Gtk: mk_NotebookPageRemovedCallback :: C_NotebookPageRemovedCallback -> IO (FunPtr C_NotebookPageRemovedCallback)
- Data.GI.Gtk: mk_NotebookPageReorderedCallback :: C_NotebookPageReorderedCallback -> IO FunPtr C_NotebookPageReorderedCallback
+ Data.GI.Gtk: mk_NotebookPageReorderedCallback :: C_NotebookPageReorderedCallback -> IO (FunPtr C_NotebookPageReorderedCallback)
- Data.GI.Gtk: mk_NotebookReorderTabCallback :: C_NotebookReorderTabCallback -> IO FunPtr C_NotebookReorderTabCallback
+ Data.GI.Gtk: mk_NotebookReorderTabCallback :: C_NotebookReorderTabCallback -> IO (FunPtr C_NotebookReorderTabCallback)
- Data.GI.Gtk: mk_NotebookSelectPageCallback :: C_NotebookSelectPageCallback -> IO FunPtr C_NotebookSelectPageCallback
+ Data.GI.Gtk: mk_NotebookSelectPageCallback :: C_NotebookSelectPageCallback -> IO (FunPtr C_NotebookSelectPageCallback)
- Data.GI.Gtk: mk_NotebookSwitchPageCallback :: C_NotebookSwitchPageCallback -> IO FunPtr C_NotebookSwitchPageCallback
+ Data.GI.Gtk: mk_NotebookSwitchPageCallback :: C_NotebookSwitchPageCallback -> IO (FunPtr C_NotebookSwitchPageCallback)
- Data.GI.Gtk: mk_PageSetupDoneFunc :: C_PageSetupDoneFunc -> IO FunPtr C_PageSetupDoneFunc
+ Data.GI.Gtk: mk_PageSetupDoneFunc :: C_PageSetupDoneFunc -> IO (FunPtr C_PageSetupDoneFunc)
- Data.GI.Gtk: mk_PanedAcceptPositionCallback :: C_PanedAcceptPositionCallback -> IO FunPtr C_PanedAcceptPositionCallback
+ Data.GI.Gtk: mk_PanedAcceptPositionCallback :: C_PanedAcceptPositionCallback -> IO (FunPtr C_PanedAcceptPositionCallback)
- Data.GI.Gtk: mk_PanedCancelPositionCallback :: C_PanedCancelPositionCallback -> IO FunPtr C_PanedCancelPositionCallback
+ Data.GI.Gtk: mk_PanedCancelPositionCallback :: C_PanedCancelPositionCallback -> IO (FunPtr C_PanedCancelPositionCallback)
- Data.GI.Gtk: mk_PanedCycleChildFocusCallback :: C_PanedCycleChildFocusCallback -> IO FunPtr C_PanedCycleChildFocusCallback
+ Data.GI.Gtk: mk_PanedCycleChildFocusCallback :: C_PanedCycleChildFocusCallback -> IO (FunPtr C_PanedCycleChildFocusCallback)
- Data.GI.Gtk: mk_PanedCycleHandleFocusCallback :: C_PanedCycleHandleFocusCallback -> IO FunPtr C_PanedCycleHandleFocusCallback
+ Data.GI.Gtk: mk_PanedCycleHandleFocusCallback :: C_PanedCycleHandleFocusCallback -> IO (FunPtr C_PanedCycleHandleFocusCallback)
- Data.GI.Gtk: mk_PanedMoveHandleCallback :: C_PanedMoveHandleCallback -> IO FunPtr C_PanedMoveHandleCallback
+ Data.GI.Gtk: mk_PanedMoveHandleCallback :: C_PanedMoveHandleCallback -> IO (FunPtr C_PanedMoveHandleCallback)
- Data.GI.Gtk: mk_PanedToggleHandleFocusCallback :: C_PanedToggleHandleFocusCallback -> IO FunPtr C_PanedToggleHandleFocusCallback
+ Data.GI.Gtk: mk_PanedToggleHandleFocusCallback :: C_PanedToggleHandleFocusCallback -> IO (FunPtr C_PanedToggleHandleFocusCallback)
- Data.GI.Gtk: mk_PlacesSidebarDragActionAskCallback :: C_PlacesSidebarDragActionAskCallback -> IO FunPtr C_PlacesSidebarDragActionAskCallback
+ Data.GI.Gtk: mk_PlacesSidebarDragActionAskCallback :: C_PlacesSidebarDragActionAskCallback -> IO (FunPtr C_PlacesSidebarDragActionAskCallback)
- Data.GI.Gtk: mk_PlacesSidebarDragActionRequestedCallback :: C_PlacesSidebarDragActionRequestedCallback -> IO FunPtr C_PlacesSidebarDragActionRequestedCallback
+ Data.GI.Gtk: mk_PlacesSidebarDragActionRequestedCallback :: C_PlacesSidebarDragActionRequestedCallback -> IO (FunPtr C_PlacesSidebarDragActionRequestedCallback)
- Data.GI.Gtk: mk_PlacesSidebarDragPerformDropCallback :: C_PlacesSidebarDragPerformDropCallback -> IO FunPtr C_PlacesSidebarDragPerformDropCallback
+ Data.GI.Gtk: mk_PlacesSidebarDragPerformDropCallback :: C_PlacesSidebarDragPerformDropCallback -> IO (FunPtr C_PlacesSidebarDragPerformDropCallback)
- Data.GI.Gtk: mk_PlacesSidebarMountCallback :: C_PlacesSidebarMountCallback -> IO FunPtr C_PlacesSidebarMountCallback
+ Data.GI.Gtk: mk_PlacesSidebarMountCallback :: C_PlacesSidebarMountCallback -> IO (FunPtr C_PlacesSidebarMountCallback)
- Data.GI.Gtk: mk_PlacesSidebarOpenLocationCallback :: C_PlacesSidebarOpenLocationCallback -> IO FunPtr C_PlacesSidebarOpenLocationCallback
+ Data.GI.Gtk: mk_PlacesSidebarOpenLocationCallback :: C_PlacesSidebarOpenLocationCallback -> IO (FunPtr C_PlacesSidebarOpenLocationCallback)
- Data.GI.Gtk: mk_PlacesSidebarPopulatePopupCallback :: C_PlacesSidebarPopulatePopupCallback -> IO FunPtr C_PlacesSidebarPopulatePopupCallback
+ Data.GI.Gtk: mk_PlacesSidebarPopulatePopupCallback :: C_PlacesSidebarPopulatePopupCallback -> IO (FunPtr C_PlacesSidebarPopulatePopupCallback)
- Data.GI.Gtk: mk_PlacesSidebarShowConnectToServerCallback :: C_PlacesSidebarShowConnectToServerCallback -> IO FunPtr C_PlacesSidebarShowConnectToServerCallback
+ Data.GI.Gtk: mk_PlacesSidebarShowConnectToServerCallback :: C_PlacesSidebarShowConnectToServerCallback -> IO (FunPtr C_PlacesSidebarShowConnectToServerCallback)
- Data.GI.Gtk: mk_PlacesSidebarShowEnterLocationCallback :: C_PlacesSidebarShowEnterLocationCallback -> IO FunPtr C_PlacesSidebarShowEnterLocationCallback
+ Data.GI.Gtk: mk_PlacesSidebarShowEnterLocationCallback :: C_PlacesSidebarShowEnterLocationCallback -> IO (FunPtr C_PlacesSidebarShowEnterLocationCallback)
- Data.GI.Gtk: mk_PlacesSidebarShowErrorMessageCallback :: C_PlacesSidebarShowErrorMessageCallback -> IO FunPtr C_PlacesSidebarShowErrorMessageCallback
+ Data.GI.Gtk: mk_PlacesSidebarShowErrorMessageCallback :: C_PlacesSidebarShowErrorMessageCallback -> IO (FunPtr C_PlacesSidebarShowErrorMessageCallback)
- Data.GI.Gtk: mk_PlacesSidebarShowOtherLocationsCallback :: C_PlacesSidebarShowOtherLocationsCallback -> IO FunPtr C_PlacesSidebarShowOtherLocationsCallback
+ Data.GI.Gtk: mk_PlacesSidebarShowOtherLocationsCallback :: C_PlacesSidebarShowOtherLocationsCallback -> IO (FunPtr C_PlacesSidebarShowOtherLocationsCallback)
- Data.GI.Gtk: mk_PlacesSidebarShowOtherLocationsWithFlagsCallback :: C_PlacesSidebarShowOtherLocationsWithFlagsCallback -> IO FunPtr C_PlacesSidebarShowOtherLocationsWithFlagsCallback
+ Data.GI.Gtk: mk_PlacesSidebarShowOtherLocationsWithFlagsCallback :: C_PlacesSidebarShowOtherLocationsWithFlagsCallback -> IO (FunPtr C_PlacesSidebarShowOtherLocationsWithFlagsCallback)
- Data.GI.Gtk: mk_PlacesSidebarShowStarredLocationCallback :: C_PlacesSidebarShowStarredLocationCallback -> IO FunPtr C_PlacesSidebarShowStarredLocationCallback
+ Data.GI.Gtk: mk_PlacesSidebarShowStarredLocationCallback :: C_PlacesSidebarShowStarredLocationCallback -> IO (FunPtr C_PlacesSidebarShowStarredLocationCallback)
- Data.GI.Gtk: mk_PlacesSidebarUnmountCallback :: C_PlacesSidebarUnmountCallback -> IO FunPtr C_PlacesSidebarUnmountCallback
+ Data.GI.Gtk: mk_PlacesSidebarUnmountCallback :: C_PlacesSidebarUnmountCallback -> IO (FunPtr C_PlacesSidebarUnmountCallback)
- Data.GI.Gtk: mk_PlugEmbeddedCallback :: C_PlugEmbeddedCallback -> IO FunPtr C_PlugEmbeddedCallback
+ Data.GI.Gtk: mk_PlugEmbeddedCallback :: C_PlugEmbeddedCallback -> IO (FunPtr C_PlugEmbeddedCallback)
- Data.GI.Gtk: mk_PopoverClosedCallback :: C_PopoverClosedCallback -> IO FunPtr C_PopoverClosedCallback
+ Data.GI.Gtk: mk_PopoverClosedCallback :: C_PopoverClosedCallback -> IO (FunPtr C_PopoverClosedCallback)
- Data.GI.Gtk: mk_PrintOperationBeginPrintCallback :: C_PrintOperationBeginPrintCallback -> IO FunPtr C_PrintOperationBeginPrintCallback
+ Data.GI.Gtk: mk_PrintOperationBeginPrintCallback :: C_PrintOperationBeginPrintCallback -> IO (FunPtr C_PrintOperationBeginPrintCallback)
- Data.GI.Gtk: mk_PrintOperationCreateCustomWidgetCallback :: C_PrintOperationCreateCustomWidgetCallback -> IO FunPtr C_PrintOperationCreateCustomWidgetCallback
+ Data.GI.Gtk: mk_PrintOperationCreateCustomWidgetCallback :: C_PrintOperationCreateCustomWidgetCallback -> IO (FunPtr C_PrintOperationCreateCustomWidgetCallback)
- Data.GI.Gtk: mk_PrintOperationCustomWidgetApplyCallback :: C_PrintOperationCustomWidgetApplyCallback -> IO FunPtr C_PrintOperationCustomWidgetApplyCallback
+ Data.GI.Gtk: mk_PrintOperationCustomWidgetApplyCallback :: C_PrintOperationCustomWidgetApplyCallback -> IO (FunPtr C_PrintOperationCustomWidgetApplyCallback)
- Data.GI.Gtk: mk_PrintOperationDoneCallback :: C_PrintOperationDoneCallback -> IO FunPtr C_PrintOperationDoneCallback
+ Data.GI.Gtk: mk_PrintOperationDoneCallback :: C_PrintOperationDoneCallback -> IO (FunPtr C_PrintOperationDoneCallback)
- Data.GI.Gtk: mk_PrintOperationDrawPageCallback :: C_PrintOperationDrawPageCallback -> IO FunPtr C_PrintOperationDrawPageCallback
+ Data.GI.Gtk: mk_PrintOperationDrawPageCallback :: C_PrintOperationDrawPageCallback -> IO (FunPtr C_PrintOperationDrawPageCallback)
- Data.GI.Gtk: mk_PrintOperationEndPrintCallback :: C_PrintOperationEndPrintCallback -> IO FunPtr C_PrintOperationEndPrintCallback
+ Data.GI.Gtk: mk_PrintOperationEndPrintCallback :: C_PrintOperationEndPrintCallback -> IO (FunPtr C_PrintOperationEndPrintCallback)
- Data.GI.Gtk: mk_PrintOperationPaginateCallback :: C_PrintOperationPaginateCallback -> IO FunPtr C_PrintOperationPaginateCallback
+ Data.GI.Gtk: mk_PrintOperationPaginateCallback :: C_PrintOperationPaginateCallback -> IO (FunPtr C_PrintOperationPaginateCallback)
- Data.GI.Gtk: mk_PrintOperationPreviewCallback :: C_PrintOperationPreviewCallback -> IO FunPtr C_PrintOperationPreviewCallback
+ Data.GI.Gtk: mk_PrintOperationPreviewCallback :: C_PrintOperationPreviewCallback -> IO (FunPtr C_PrintOperationPreviewCallback)
- Data.GI.Gtk: mk_PrintOperationPreviewGotPageSizeCallback :: C_PrintOperationPreviewGotPageSizeCallback -> IO FunPtr C_PrintOperationPreviewGotPageSizeCallback
+ Data.GI.Gtk: mk_PrintOperationPreviewGotPageSizeCallback :: C_PrintOperationPreviewGotPageSizeCallback -> IO (FunPtr C_PrintOperationPreviewGotPageSizeCallback)
- Data.GI.Gtk: mk_PrintOperationPreviewReadyCallback :: C_PrintOperationPreviewReadyCallback -> IO FunPtr C_PrintOperationPreviewReadyCallback
+ Data.GI.Gtk: mk_PrintOperationPreviewReadyCallback :: C_PrintOperationPreviewReadyCallback -> IO (FunPtr C_PrintOperationPreviewReadyCallback)
- Data.GI.Gtk: mk_PrintOperationRequestPageSetupCallback :: C_PrintOperationRequestPageSetupCallback -> IO FunPtr C_PrintOperationRequestPageSetupCallback
+ Data.GI.Gtk: mk_PrintOperationRequestPageSetupCallback :: C_PrintOperationRequestPageSetupCallback -> IO (FunPtr C_PrintOperationRequestPageSetupCallback)
- Data.GI.Gtk: mk_PrintOperationStatusChangedCallback :: C_PrintOperationStatusChangedCallback -> IO FunPtr C_PrintOperationStatusChangedCallback
+ Data.GI.Gtk: mk_PrintOperationStatusChangedCallback :: C_PrintOperationStatusChangedCallback -> IO (FunPtr C_PrintOperationStatusChangedCallback)
- Data.GI.Gtk: mk_PrintOperationUpdateCustomWidgetCallback :: C_PrintOperationUpdateCustomWidgetCallback -> IO FunPtr C_PrintOperationUpdateCustomWidgetCallback
+ Data.GI.Gtk: mk_PrintOperationUpdateCustomWidgetCallback :: C_PrintOperationUpdateCustomWidgetCallback -> IO (FunPtr C_PrintOperationUpdateCustomWidgetCallback)
- Data.GI.Gtk: mk_PrintSettingsFunc :: C_PrintSettingsFunc -> IO FunPtr C_PrintSettingsFunc
+ Data.GI.Gtk: mk_PrintSettingsFunc :: C_PrintSettingsFunc -> IO (FunPtr C_PrintSettingsFunc)
- Data.GI.Gtk: mk_RadioActionChangedCallback :: C_RadioActionChangedCallback -> IO FunPtr C_RadioActionChangedCallback
+ Data.GI.Gtk: mk_RadioActionChangedCallback :: C_RadioActionChangedCallback -> IO (FunPtr C_RadioActionChangedCallback)
- Data.GI.Gtk: mk_RadioButtonGroupChangedCallback :: C_RadioButtonGroupChangedCallback -> IO FunPtr C_RadioButtonGroupChangedCallback
+ Data.GI.Gtk: mk_RadioButtonGroupChangedCallback :: C_RadioButtonGroupChangedCallback -> IO (FunPtr C_RadioButtonGroupChangedCallback)
- Data.GI.Gtk: mk_RadioMenuItemGroupChangedCallback :: C_RadioMenuItemGroupChangedCallback -> IO FunPtr C_RadioMenuItemGroupChangedCallback
+ Data.GI.Gtk: mk_RadioMenuItemGroupChangedCallback :: C_RadioMenuItemGroupChangedCallback -> IO (FunPtr C_RadioMenuItemGroupChangedCallback)
- Data.GI.Gtk: mk_RangeAdjustBoundsCallback :: C_RangeAdjustBoundsCallback -> IO FunPtr C_RangeAdjustBoundsCallback
+ Data.GI.Gtk: mk_RangeAdjustBoundsCallback :: C_RangeAdjustBoundsCallback -> IO (FunPtr C_RangeAdjustBoundsCallback)
- Data.GI.Gtk: mk_RangeChangeValueCallback :: C_RangeChangeValueCallback -> IO FunPtr C_RangeChangeValueCallback
+ Data.GI.Gtk: mk_RangeChangeValueCallback :: C_RangeChangeValueCallback -> IO (FunPtr C_RangeChangeValueCallback)
- Data.GI.Gtk: mk_RangeMoveSliderCallback :: C_RangeMoveSliderCallback -> IO FunPtr C_RangeMoveSliderCallback
+ Data.GI.Gtk: mk_RangeMoveSliderCallback :: C_RangeMoveSliderCallback -> IO (FunPtr C_RangeMoveSliderCallback)
- Data.GI.Gtk: mk_RangeValueChangedCallback :: C_RangeValueChangedCallback -> IO FunPtr C_RangeValueChangedCallback
+ Data.GI.Gtk: mk_RangeValueChangedCallback :: C_RangeValueChangedCallback -> IO (FunPtr C_RangeValueChangedCallback)
- Data.GI.Gtk: mk_RcPropertyParser :: C_RcPropertyParser -> IO FunPtr C_RcPropertyParser
+ Data.GI.Gtk: mk_RcPropertyParser :: C_RcPropertyParser -> IO (FunPtr C_RcPropertyParser)
- Data.GI.Gtk: mk_RecentChooserItemActivatedCallback :: C_RecentChooserItemActivatedCallback -> IO FunPtr C_RecentChooserItemActivatedCallback
+ Data.GI.Gtk: mk_RecentChooserItemActivatedCallback :: C_RecentChooserItemActivatedCallback -> IO (FunPtr C_RecentChooserItemActivatedCallback)
- Data.GI.Gtk: mk_RecentChooserSelectionChangedCallback :: C_RecentChooserSelectionChangedCallback -> IO FunPtr C_RecentChooserSelectionChangedCallback
+ Data.GI.Gtk: mk_RecentChooserSelectionChangedCallback :: C_RecentChooserSelectionChangedCallback -> IO (FunPtr C_RecentChooserSelectionChangedCallback)
- Data.GI.Gtk: mk_RecentFilterFunc :: C_RecentFilterFunc -> IO FunPtr C_RecentFilterFunc
+ Data.GI.Gtk: mk_RecentFilterFunc :: C_RecentFilterFunc -> IO (FunPtr C_RecentFilterFunc)
- Data.GI.Gtk: mk_RecentManagerChangedCallback :: C_RecentManagerChangedCallback -> IO FunPtr C_RecentManagerChangedCallback
+ Data.GI.Gtk: mk_RecentManagerChangedCallback :: C_RecentManagerChangedCallback -> IO (FunPtr C_RecentManagerChangedCallback)
- Data.GI.Gtk: mk_RecentSortFunc :: C_RecentSortFunc -> IO FunPtr C_RecentSortFunc
+ Data.GI.Gtk: mk_RecentSortFunc :: C_RecentSortFunc -> IO (FunPtr C_RecentSortFunc)
- Data.GI.Gtk: mk_ScaleButtonPopdownCallback :: C_ScaleButtonPopdownCallback -> IO FunPtr C_ScaleButtonPopdownCallback
+ Data.GI.Gtk: mk_ScaleButtonPopdownCallback :: C_ScaleButtonPopdownCallback -> IO (FunPtr C_ScaleButtonPopdownCallback)
- Data.GI.Gtk: mk_ScaleButtonPopupCallback :: C_ScaleButtonPopupCallback -> IO FunPtr C_ScaleButtonPopupCallback
+ Data.GI.Gtk: mk_ScaleButtonPopupCallback :: C_ScaleButtonPopupCallback -> IO (FunPtr C_ScaleButtonPopupCallback)
- Data.GI.Gtk: mk_ScaleButtonValueChangedCallback :: C_ScaleButtonValueChangedCallback -> IO FunPtr C_ScaleButtonValueChangedCallback
+ Data.GI.Gtk: mk_ScaleButtonValueChangedCallback :: C_ScaleButtonValueChangedCallback -> IO (FunPtr C_ScaleButtonValueChangedCallback)
- Data.GI.Gtk: mk_ScaleFormatValueCallback :: C_ScaleFormatValueCallback -> IO FunPtr C_ScaleFormatValueCallback
+ Data.GI.Gtk: mk_ScaleFormatValueCallback :: C_ScaleFormatValueCallback -> IO (FunPtr C_ScaleFormatValueCallback)
- Data.GI.Gtk: mk_ScrolledWindowEdgeOvershotCallback :: C_ScrolledWindowEdgeOvershotCallback -> IO FunPtr C_ScrolledWindowEdgeOvershotCallback
+ Data.GI.Gtk: mk_ScrolledWindowEdgeOvershotCallback :: C_ScrolledWindowEdgeOvershotCallback -> IO (FunPtr C_ScrolledWindowEdgeOvershotCallback)
- Data.GI.Gtk: mk_ScrolledWindowEdgeReachedCallback :: C_ScrolledWindowEdgeReachedCallback -> IO FunPtr C_ScrolledWindowEdgeReachedCallback
+ Data.GI.Gtk: mk_ScrolledWindowEdgeReachedCallback :: C_ScrolledWindowEdgeReachedCallback -> IO (FunPtr C_ScrolledWindowEdgeReachedCallback)
- Data.GI.Gtk: mk_ScrolledWindowMoveFocusOutCallback :: C_ScrolledWindowMoveFocusOutCallback -> IO FunPtr C_ScrolledWindowMoveFocusOutCallback
+ Data.GI.Gtk: mk_ScrolledWindowMoveFocusOutCallback :: C_ScrolledWindowMoveFocusOutCallback -> IO (FunPtr C_ScrolledWindowMoveFocusOutCallback)
- Data.GI.Gtk: mk_ScrolledWindowScrollChildCallback :: C_ScrolledWindowScrollChildCallback -> IO FunPtr C_ScrolledWindowScrollChildCallback
+ Data.GI.Gtk: mk_ScrolledWindowScrollChildCallback :: C_ScrolledWindowScrollChildCallback -> IO (FunPtr C_ScrolledWindowScrollChildCallback)
- Data.GI.Gtk: mk_SearchEntryNextMatchCallback :: C_SearchEntryNextMatchCallback -> IO FunPtr C_SearchEntryNextMatchCallback
+ Data.GI.Gtk: mk_SearchEntryNextMatchCallback :: C_SearchEntryNextMatchCallback -> IO (FunPtr C_SearchEntryNextMatchCallback)
- Data.GI.Gtk: mk_SearchEntryPreviousMatchCallback :: C_SearchEntryPreviousMatchCallback -> IO FunPtr C_SearchEntryPreviousMatchCallback
+ Data.GI.Gtk: mk_SearchEntryPreviousMatchCallback :: C_SearchEntryPreviousMatchCallback -> IO (FunPtr C_SearchEntryPreviousMatchCallback)
- Data.GI.Gtk: mk_SearchEntrySearchChangedCallback :: C_SearchEntrySearchChangedCallback -> IO FunPtr C_SearchEntrySearchChangedCallback
+ Data.GI.Gtk: mk_SearchEntrySearchChangedCallback :: C_SearchEntrySearchChangedCallback -> IO (FunPtr C_SearchEntrySearchChangedCallback)
- Data.GI.Gtk: mk_SearchEntryStopSearchCallback :: C_SearchEntryStopSearchCallback -> IO FunPtr C_SearchEntryStopSearchCallback
+ Data.GI.Gtk: mk_SearchEntryStopSearchCallback :: C_SearchEntryStopSearchCallback -> IO (FunPtr C_SearchEntryStopSearchCallback)
- Data.GI.Gtk: mk_ShortcutsSectionChangeCurrentPageCallback :: C_ShortcutsSectionChangeCurrentPageCallback -> IO FunPtr C_ShortcutsSectionChangeCurrentPageCallback
+ Data.GI.Gtk: mk_ShortcutsSectionChangeCurrentPageCallback :: C_ShortcutsSectionChangeCurrentPageCallback -> IO (FunPtr C_ShortcutsSectionChangeCurrentPageCallback)
- Data.GI.Gtk: mk_ShortcutsWindowCloseCallback :: C_ShortcutsWindowCloseCallback -> IO FunPtr C_ShortcutsWindowCloseCallback
+ Data.GI.Gtk: mk_ShortcutsWindowCloseCallback :: C_ShortcutsWindowCloseCallback -> IO (FunPtr C_ShortcutsWindowCloseCallback)
- Data.GI.Gtk: mk_ShortcutsWindowSearchCallback :: C_ShortcutsWindowSearchCallback -> IO FunPtr C_ShortcutsWindowSearchCallback
+ Data.GI.Gtk: mk_ShortcutsWindowSearchCallback :: C_ShortcutsWindowSearchCallback -> IO (FunPtr C_ShortcutsWindowSearchCallback)
- Data.GI.Gtk: mk_SocketPlugAddedCallback :: C_SocketPlugAddedCallback -> IO FunPtr C_SocketPlugAddedCallback
+ Data.GI.Gtk: mk_SocketPlugAddedCallback :: C_SocketPlugAddedCallback -> IO (FunPtr C_SocketPlugAddedCallback)
- Data.GI.Gtk: mk_SocketPlugRemovedCallback :: C_SocketPlugRemovedCallback -> IO FunPtr C_SocketPlugRemovedCallback
+ Data.GI.Gtk: mk_SocketPlugRemovedCallback :: C_SocketPlugRemovedCallback -> IO (FunPtr C_SocketPlugRemovedCallback)
- Data.GI.Gtk: mk_SpinButtonChangeValueCallback :: C_SpinButtonChangeValueCallback -> IO FunPtr C_SpinButtonChangeValueCallback
+ Data.GI.Gtk: mk_SpinButtonChangeValueCallback :: C_SpinButtonChangeValueCallback -> IO (FunPtr C_SpinButtonChangeValueCallback)
- Data.GI.Gtk: mk_SpinButtonInputCallback :: C_SpinButtonInputCallback -> IO FunPtr C_SpinButtonInputCallback
+ Data.GI.Gtk: mk_SpinButtonInputCallback :: C_SpinButtonInputCallback -> IO (FunPtr C_SpinButtonInputCallback)
- Data.GI.Gtk: mk_SpinButtonOutputCallback :: C_SpinButtonOutputCallback -> IO FunPtr C_SpinButtonOutputCallback
+ Data.GI.Gtk: mk_SpinButtonOutputCallback :: C_SpinButtonOutputCallback -> IO (FunPtr C_SpinButtonOutputCallback)
- Data.GI.Gtk: mk_SpinButtonValueChangedCallback :: C_SpinButtonValueChangedCallback -> IO FunPtr C_SpinButtonValueChangedCallback
+ Data.GI.Gtk: mk_SpinButtonValueChangedCallback :: C_SpinButtonValueChangedCallback -> IO (FunPtr C_SpinButtonValueChangedCallback)
- Data.GI.Gtk: mk_SpinButtonWrappedCallback :: C_SpinButtonWrappedCallback -> IO FunPtr C_SpinButtonWrappedCallback
+ Data.GI.Gtk: mk_SpinButtonWrappedCallback :: C_SpinButtonWrappedCallback -> IO (FunPtr C_SpinButtonWrappedCallback)
- Data.GI.Gtk: mk_StatusIconActivateCallback :: C_StatusIconActivateCallback -> IO FunPtr C_StatusIconActivateCallback
+ Data.GI.Gtk: mk_StatusIconActivateCallback :: C_StatusIconActivateCallback -> IO (FunPtr C_StatusIconActivateCallback)
- Data.GI.Gtk: mk_StatusIconButtonPressEventCallback :: C_StatusIconButtonPressEventCallback -> IO FunPtr C_StatusIconButtonPressEventCallback
+ Data.GI.Gtk: mk_StatusIconButtonPressEventCallback :: C_StatusIconButtonPressEventCallback -> IO (FunPtr C_StatusIconButtonPressEventCallback)
- Data.GI.Gtk: mk_StatusIconButtonReleaseEventCallback :: C_StatusIconButtonReleaseEventCallback -> IO FunPtr C_StatusIconButtonReleaseEventCallback
+ Data.GI.Gtk: mk_StatusIconButtonReleaseEventCallback :: C_StatusIconButtonReleaseEventCallback -> IO (FunPtr C_StatusIconButtonReleaseEventCallback)
- Data.GI.Gtk: mk_StatusIconPopupMenuCallback :: C_StatusIconPopupMenuCallback -> IO FunPtr C_StatusIconPopupMenuCallback
+ Data.GI.Gtk: mk_StatusIconPopupMenuCallback :: C_StatusIconPopupMenuCallback -> IO (FunPtr C_StatusIconPopupMenuCallback)
- Data.GI.Gtk: mk_StatusIconQueryTooltipCallback :: C_StatusIconQueryTooltipCallback -> IO FunPtr C_StatusIconQueryTooltipCallback
+ Data.GI.Gtk: mk_StatusIconQueryTooltipCallback :: C_StatusIconQueryTooltipCallback -> IO (FunPtr C_StatusIconQueryTooltipCallback)
- Data.GI.Gtk: mk_StatusIconScrollEventCallback :: C_StatusIconScrollEventCallback -> IO FunPtr C_StatusIconScrollEventCallback
+ Data.GI.Gtk: mk_StatusIconScrollEventCallback :: C_StatusIconScrollEventCallback -> IO (FunPtr C_StatusIconScrollEventCallback)
- Data.GI.Gtk: mk_StatusIconSizeChangedCallback :: C_StatusIconSizeChangedCallback -> IO FunPtr C_StatusIconSizeChangedCallback
+ Data.GI.Gtk: mk_StatusIconSizeChangedCallback :: C_StatusIconSizeChangedCallback -> IO (FunPtr C_StatusIconSizeChangedCallback)
- Data.GI.Gtk: mk_StatusbarTextPoppedCallback :: C_StatusbarTextPoppedCallback -> IO FunPtr C_StatusbarTextPoppedCallback
+ Data.GI.Gtk: mk_StatusbarTextPoppedCallback :: C_StatusbarTextPoppedCallback -> IO (FunPtr C_StatusbarTextPoppedCallback)
- Data.GI.Gtk: mk_StatusbarTextPushedCallback :: C_StatusbarTextPushedCallback -> IO FunPtr C_StatusbarTextPushedCallback
+ Data.GI.Gtk: mk_StatusbarTextPushedCallback :: C_StatusbarTextPushedCallback -> IO (FunPtr C_StatusbarTextPushedCallback)
- Data.GI.Gtk: mk_StyleContextChangedCallback :: C_StyleContextChangedCallback -> IO FunPtr C_StyleContextChangedCallback
+ Data.GI.Gtk: mk_StyleContextChangedCallback :: C_StyleContextChangedCallback -> IO (FunPtr C_StyleContextChangedCallback)
- Data.GI.Gtk: mk_StylePropertyParser :: C_StylePropertyParser -> IO FunPtr C_StylePropertyParser
+ Data.GI.Gtk: mk_StylePropertyParser :: C_StylePropertyParser -> IO (FunPtr C_StylePropertyParser)
- Data.GI.Gtk: mk_StyleRealizeCallback :: C_StyleRealizeCallback -> IO FunPtr C_StyleRealizeCallback
+ Data.GI.Gtk: mk_StyleRealizeCallback :: C_StyleRealizeCallback -> IO (FunPtr C_StyleRealizeCallback)
- Data.GI.Gtk: mk_StyleUnrealizeCallback :: C_StyleUnrealizeCallback -> IO FunPtr C_StyleUnrealizeCallback
+ Data.GI.Gtk: mk_StyleUnrealizeCallback :: C_StyleUnrealizeCallback -> IO (FunPtr C_StyleUnrealizeCallback)
- Data.GI.Gtk: mk_SwitchActivateCallback :: C_SwitchActivateCallback -> IO FunPtr C_SwitchActivateCallback
+ Data.GI.Gtk: mk_SwitchActivateCallback :: C_SwitchActivateCallback -> IO (FunPtr C_SwitchActivateCallback)
- Data.GI.Gtk: mk_SwitchStateSetCallback :: C_SwitchStateSetCallback -> IO FunPtr C_SwitchStateSetCallback
+ Data.GI.Gtk: mk_SwitchStateSetCallback :: C_SwitchStateSetCallback -> IO (FunPtr C_SwitchStateSetCallback)
- Data.GI.Gtk: mk_TextBufferApplyTagCallback :: C_TextBufferApplyTagCallback -> IO FunPtr C_TextBufferApplyTagCallback
+ Data.GI.Gtk: mk_TextBufferApplyTagCallback :: C_TextBufferApplyTagCallback -> IO (FunPtr C_TextBufferApplyTagCallback)
- Data.GI.Gtk: mk_TextBufferBeginUserActionCallback :: C_TextBufferBeginUserActionCallback -> IO FunPtr C_TextBufferBeginUserActionCallback
+ Data.GI.Gtk: mk_TextBufferBeginUserActionCallback :: C_TextBufferBeginUserActionCallback -> IO (FunPtr C_TextBufferBeginUserActionCallback)
- Data.GI.Gtk: mk_TextBufferChangedCallback :: C_TextBufferChangedCallback -> IO FunPtr C_TextBufferChangedCallback
+ Data.GI.Gtk: mk_TextBufferChangedCallback :: C_TextBufferChangedCallback -> IO (FunPtr C_TextBufferChangedCallback)
- Data.GI.Gtk: mk_TextBufferDeleteRangeCallback :: C_TextBufferDeleteRangeCallback -> IO FunPtr C_TextBufferDeleteRangeCallback
+ Data.GI.Gtk: mk_TextBufferDeleteRangeCallback :: C_TextBufferDeleteRangeCallback -> IO (FunPtr C_TextBufferDeleteRangeCallback)
- Data.GI.Gtk: mk_TextBufferDeserializeFunc :: C_TextBufferDeserializeFunc -> IO FunPtr C_TextBufferDeserializeFunc
+ Data.GI.Gtk: mk_TextBufferDeserializeFunc :: C_TextBufferDeserializeFunc -> IO (FunPtr C_TextBufferDeserializeFunc)
- Data.GI.Gtk: mk_TextBufferEndUserActionCallback :: C_TextBufferEndUserActionCallback -> IO FunPtr C_TextBufferEndUserActionCallback
+ Data.GI.Gtk: mk_TextBufferEndUserActionCallback :: C_TextBufferEndUserActionCallback -> IO (FunPtr C_TextBufferEndUserActionCallback)
- Data.GI.Gtk: mk_TextBufferInsertChildAnchorCallback :: C_TextBufferInsertChildAnchorCallback -> IO FunPtr C_TextBufferInsertChildAnchorCallback
+ Data.GI.Gtk: mk_TextBufferInsertChildAnchorCallback :: C_TextBufferInsertChildAnchorCallback -> IO (FunPtr C_TextBufferInsertChildAnchorCallback)
- Data.GI.Gtk: mk_TextBufferInsertPixbufCallback :: C_TextBufferInsertPixbufCallback -> IO FunPtr C_TextBufferInsertPixbufCallback
+ Data.GI.Gtk: mk_TextBufferInsertPixbufCallback :: C_TextBufferInsertPixbufCallback -> IO (FunPtr C_TextBufferInsertPixbufCallback)
- Data.GI.Gtk: mk_TextBufferInsertTextCallback :: C_TextBufferInsertTextCallback -> IO FunPtr C_TextBufferInsertTextCallback
+ Data.GI.Gtk: mk_TextBufferInsertTextCallback :: C_TextBufferInsertTextCallback -> IO (FunPtr C_TextBufferInsertTextCallback)
- Data.GI.Gtk: mk_TextBufferMarkDeletedCallback :: C_TextBufferMarkDeletedCallback -> IO FunPtr C_TextBufferMarkDeletedCallback
+ Data.GI.Gtk: mk_TextBufferMarkDeletedCallback :: C_TextBufferMarkDeletedCallback -> IO (FunPtr C_TextBufferMarkDeletedCallback)
- Data.GI.Gtk: mk_TextBufferMarkSetCallback :: C_TextBufferMarkSetCallback -> IO FunPtr C_TextBufferMarkSetCallback
+ Data.GI.Gtk: mk_TextBufferMarkSetCallback :: C_TextBufferMarkSetCallback -> IO (FunPtr C_TextBufferMarkSetCallback)
- Data.GI.Gtk: mk_TextBufferModifiedChangedCallback :: C_TextBufferModifiedChangedCallback -> IO FunPtr C_TextBufferModifiedChangedCallback
+ Data.GI.Gtk: mk_TextBufferModifiedChangedCallback :: C_TextBufferModifiedChangedCallback -> IO (FunPtr C_TextBufferModifiedChangedCallback)
- Data.GI.Gtk: mk_TextBufferPasteDoneCallback :: C_TextBufferPasteDoneCallback -> IO FunPtr C_TextBufferPasteDoneCallback
+ Data.GI.Gtk: mk_TextBufferPasteDoneCallback :: C_TextBufferPasteDoneCallback -> IO (FunPtr C_TextBufferPasteDoneCallback)
- Data.GI.Gtk: mk_TextBufferRemoveTagCallback :: C_TextBufferRemoveTagCallback -> IO FunPtr C_TextBufferRemoveTagCallback
+ Data.GI.Gtk: mk_TextBufferRemoveTagCallback :: C_TextBufferRemoveTagCallback -> IO (FunPtr C_TextBufferRemoveTagCallback)
- Data.GI.Gtk: mk_TextBufferSerializeFunc :: C_TextBufferSerializeFunc -> IO FunPtr C_TextBufferSerializeFunc
+ Data.GI.Gtk: mk_TextBufferSerializeFunc :: C_TextBufferSerializeFunc -> IO (FunPtr C_TextBufferSerializeFunc)
- Data.GI.Gtk: mk_TextCharPredicate :: C_TextCharPredicate -> IO FunPtr C_TextCharPredicate
+ Data.GI.Gtk: mk_TextCharPredicate :: C_TextCharPredicate -> IO (FunPtr C_TextCharPredicate)
- Data.GI.Gtk: mk_TextTagEventCallback :: C_TextTagEventCallback -> IO FunPtr C_TextTagEventCallback
+ Data.GI.Gtk: mk_TextTagEventCallback :: C_TextTagEventCallback -> IO (FunPtr C_TextTagEventCallback)
- Data.GI.Gtk: mk_TextTagTableForeach :: C_TextTagTableForeach -> IO FunPtr C_TextTagTableForeach
+ Data.GI.Gtk: mk_TextTagTableForeach :: C_TextTagTableForeach -> IO (FunPtr C_TextTagTableForeach)
- Data.GI.Gtk: mk_TextTagTableTagAddedCallback :: C_TextTagTableTagAddedCallback -> IO FunPtr C_TextTagTableTagAddedCallback
+ Data.GI.Gtk: mk_TextTagTableTagAddedCallback :: C_TextTagTableTagAddedCallback -> IO (FunPtr C_TextTagTableTagAddedCallback)
- Data.GI.Gtk: mk_TextTagTableTagChangedCallback :: C_TextTagTableTagChangedCallback -> IO FunPtr C_TextTagTableTagChangedCallback
+ Data.GI.Gtk: mk_TextTagTableTagChangedCallback :: C_TextTagTableTagChangedCallback -> IO (FunPtr C_TextTagTableTagChangedCallback)
- Data.GI.Gtk: mk_TextTagTableTagRemovedCallback :: C_TextTagTableTagRemovedCallback -> IO FunPtr C_TextTagTableTagRemovedCallback
+ Data.GI.Gtk: mk_TextTagTableTagRemovedCallback :: C_TextTagTableTagRemovedCallback -> IO (FunPtr C_TextTagTableTagRemovedCallback)
- Data.GI.Gtk: mk_TextViewBackspaceCallback :: C_TextViewBackspaceCallback -> IO FunPtr C_TextViewBackspaceCallback
+ Data.GI.Gtk: mk_TextViewBackspaceCallback :: C_TextViewBackspaceCallback -> IO (FunPtr C_TextViewBackspaceCallback)
- Data.GI.Gtk: mk_TextViewCopyClipboardCallback :: C_TextViewCopyClipboardCallback -> IO FunPtr C_TextViewCopyClipboardCallback
+ Data.GI.Gtk: mk_TextViewCopyClipboardCallback :: C_TextViewCopyClipboardCallback -> IO (FunPtr C_TextViewCopyClipboardCallback)
- Data.GI.Gtk: mk_TextViewCutClipboardCallback :: C_TextViewCutClipboardCallback -> IO FunPtr C_TextViewCutClipboardCallback
+ Data.GI.Gtk: mk_TextViewCutClipboardCallback :: C_TextViewCutClipboardCallback -> IO (FunPtr C_TextViewCutClipboardCallback)
- Data.GI.Gtk: mk_TextViewDeleteFromCursorCallback :: C_TextViewDeleteFromCursorCallback -> IO FunPtr C_TextViewDeleteFromCursorCallback
+ Data.GI.Gtk: mk_TextViewDeleteFromCursorCallback :: C_TextViewDeleteFromCursorCallback -> IO (FunPtr C_TextViewDeleteFromCursorCallback)
- Data.GI.Gtk: mk_TextViewExtendSelectionCallback :: C_TextViewExtendSelectionCallback -> IO FunPtr C_TextViewExtendSelectionCallback
+ Data.GI.Gtk: mk_TextViewExtendSelectionCallback :: C_TextViewExtendSelectionCallback -> IO (FunPtr C_TextViewExtendSelectionCallback)
- Data.GI.Gtk: mk_TextViewInsertAtCursorCallback :: C_TextViewInsertAtCursorCallback -> IO FunPtr C_TextViewInsertAtCursorCallback
+ Data.GI.Gtk: mk_TextViewInsertAtCursorCallback :: C_TextViewInsertAtCursorCallback -> IO (FunPtr C_TextViewInsertAtCursorCallback)
- Data.GI.Gtk: mk_TextViewInsertEmojiCallback :: C_TextViewInsertEmojiCallback -> IO FunPtr C_TextViewInsertEmojiCallback
+ Data.GI.Gtk: mk_TextViewInsertEmojiCallback :: C_TextViewInsertEmojiCallback -> IO (FunPtr C_TextViewInsertEmojiCallback)
- Data.GI.Gtk: mk_TextViewMoveCursorCallback :: C_TextViewMoveCursorCallback -> IO FunPtr C_TextViewMoveCursorCallback
+ Data.GI.Gtk: mk_TextViewMoveCursorCallback :: C_TextViewMoveCursorCallback -> IO (FunPtr C_TextViewMoveCursorCallback)
- Data.GI.Gtk: mk_TextViewMoveViewportCallback :: C_TextViewMoveViewportCallback -> IO FunPtr C_TextViewMoveViewportCallback
+ Data.GI.Gtk: mk_TextViewMoveViewportCallback :: C_TextViewMoveViewportCallback -> IO (FunPtr C_TextViewMoveViewportCallback)
- Data.GI.Gtk: mk_TextViewPasteClipboardCallback :: C_TextViewPasteClipboardCallback -> IO FunPtr C_TextViewPasteClipboardCallback
+ Data.GI.Gtk: mk_TextViewPasteClipboardCallback :: C_TextViewPasteClipboardCallback -> IO (FunPtr C_TextViewPasteClipboardCallback)
- Data.GI.Gtk: mk_TextViewPopulatePopupCallback :: C_TextViewPopulatePopupCallback -> IO FunPtr C_TextViewPopulatePopupCallback
+ Data.GI.Gtk: mk_TextViewPopulatePopupCallback :: C_TextViewPopulatePopupCallback -> IO (FunPtr C_TextViewPopulatePopupCallback)
- Data.GI.Gtk: mk_TextViewPreeditChangedCallback :: C_TextViewPreeditChangedCallback -> IO FunPtr C_TextViewPreeditChangedCallback
+ Data.GI.Gtk: mk_TextViewPreeditChangedCallback :: C_TextViewPreeditChangedCallback -> IO (FunPtr C_TextViewPreeditChangedCallback)
- Data.GI.Gtk: mk_TextViewSelectAllCallback :: C_TextViewSelectAllCallback -> IO FunPtr C_TextViewSelectAllCallback
+ Data.GI.Gtk: mk_TextViewSelectAllCallback :: C_TextViewSelectAllCallback -> IO (FunPtr C_TextViewSelectAllCallback)
- Data.GI.Gtk: mk_TextViewSetAnchorCallback :: C_TextViewSetAnchorCallback -> IO FunPtr C_TextViewSetAnchorCallback
+ Data.GI.Gtk: mk_TextViewSetAnchorCallback :: C_TextViewSetAnchorCallback -> IO (FunPtr C_TextViewSetAnchorCallback)
- Data.GI.Gtk: mk_TextViewToggleCursorVisibleCallback :: C_TextViewToggleCursorVisibleCallback -> IO FunPtr C_TextViewToggleCursorVisibleCallback
+ Data.GI.Gtk: mk_TextViewToggleCursorVisibleCallback :: C_TextViewToggleCursorVisibleCallback -> IO (FunPtr C_TextViewToggleCursorVisibleCallback)
- Data.GI.Gtk: mk_TextViewToggleOverwriteCallback :: C_TextViewToggleOverwriteCallback -> IO FunPtr C_TextViewToggleOverwriteCallback
+ Data.GI.Gtk: mk_TextViewToggleOverwriteCallback :: C_TextViewToggleOverwriteCallback -> IO (FunPtr C_TextViewToggleOverwriteCallback)
- Data.GI.Gtk: mk_TickCallback :: C_TickCallback -> IO FunPtr C_TickCallback
+ Data.GI.Gtk: mk_TickCallback :: C_TickCallback -> IO (FunPtr C_TickCallback)
- Data.GI.Gtk: mk_ToggleActionToggledCallback :: C_ToggleActionToggledCallback -> IO FunPtr C_ToggleActionToggledCallback
+ Data.GI.Gtk: mk_ToggleActionToggledCallback :: C_ToggleActionToggledCallback -> IO (FunPtr C_ToggleActionToggledCallback)
- Data.GI.Gtk: mk_ToggleButtonToggledCallback :: C_ToggleButtonToggledCallback -> IO FunPtr C_ToggleButtonToggledCallback
+ Data.GI.Gtk: mk_ToggleButtonToggledCallback :: C_ToggleButtonToggledCallback -> IO (FunPtr C_ToggleButtonToggledCallback)
- Data.GI.Gtk: mk_ToggleToolButtonToggledCallback :: C_ToggleToolButtonToggledCallback -> IO FunPtr C_ToggleToolButtonToggledCallback
+ Data.GI.Gtk: mk_ToggleToolButtonToggledCallback :: C_ToggleToolButtonToggledCallback -> IO (FunPtr C_ToggleToolButtonToggledCallback)
- Data.GI.Gtk: mk_ToolButtonClickedCallback :: C_ToolButtonClickedCallback -> IO FunPtr C_ToolButtonClickedCallback
+ Data.GI.Gtk: mk_ToolButtonClickedCallback :: C_ToolButtonClickedCallback -> IO (FunPtr C_ToolButtonClickedCallback)
- Data.GI.Gtk: mk_ToolItemCreateMenuProxyCallback :: C_ToolItemCreateMenuProxyCallback -> IO FunPtr C_ToolItemCreateMenuProxyCallback
+ Data.GI.Gtk: mk_ToolItemCreateMenuProxyCallback :: C_ToolItemCreateMenuProxyCallback -> IO (FunPtr C_ToolItemCreateMenuProxyCallback)
- Data.GI.Gtk: mk_ToolItemToolbarReconfiguredCallback :: C_ToolItemToolbarReconfiguredCallback -> IO FunPtr C_ToolItemToolbarReconfiguredCallback
+ Data.GI.Gtk: mk_ToolItemToolbarReconfiguredCallback :: C_ToolItemToolbarReconfiguredCallback -> IO (FunPtr C_ToolItemToolbarReconfiguredCallback)
- Data.GI.Gtk: mk_ToolbarFocusHomeOrEndCallback :: C_ToolbarFocusHomeOrEndCallback -> IO FunPtr C_ToolbarFocusHomeOrEndCallback
+ Data.GI.Gtk: mk_ToolbarFocusHomeOrEndCallback :: C_ToolbarFocusHomeOrEndCallback -> IO (FunPtr C_ToolbarFocusHomeOrEndCallback)
- Data.GI.Gtk: mk_ToolbarOrientationChangedCallback :: C_ToolbarOrientationChangedCallback -> IO FunPtr C_ToolbarOrientationChangedCallback
+ Data.GI.Gtk: mk_ToolbarOrientationChangedCallback :: C_ToolbarOrientationChangedCallback -> IO (FunPtr C_ToolbarOrientationChangedCallback)
- Data.GI.Gtk: mk_ToolbarPopupContextMenuCallback :: C_ToolbarPopupContextMenuCallback -> IO FunPtr C_ToolbarPopupContextMenuCallback
+ Data.GI.Gtk: mk_ToolbarPopupContextMenuCallback :: C_ToolbarPopupContextMenuCallback -> IO (FunPtr C_ToolbarPopupContextMenuCallback)
- Data.GI.Gtk: mk_ToolbarStyleChangedCallback :: C_ToolbarStyleChangedCallback -> IO FunPtr C_ToolbarStyleChangedCallback
+ Data.GI.Gtk: mk_ToolbarStyleChangedCallback :: C_ToolbarStyleChangedCallback -> IO (FunPtr C_ToolbarStyleChangedCallback)
- Data.GI.Gtk: mk_TranslateFunc :: C_TranslateFunc -> IO FunPtr C_TranslateFunc
+ Data.GI.Gtk: mk_TranslateFunc :: C_TranslateFunc -> IO (FunPtr C_TranslateFunc)
- Data.GI.Gtk: mk_TreeCellDataFunc :: C_TreeCellDataFunc -> IO FunPtr C_TreeCellDataFunc
+ Data.GI.Gtk: mk_TreeCellDataFunc :: C_TreeCellDataFunc -> IO (FunPtr C_TreeCellDataFunc)
- Data.GI.Gtk: mk_TreeDestroyCountFunc :: C_TreeDestroyCountFunc -> IO FunPtr C_TreeDestroyCountFunc
+ Data.GI.Gtk: mk_TreeDestroyCountFunc :: C_TreeDestroyCountFunc -> IO (FunPtr C_TreeDestroyCountFunc)
- Data.GI.Gtk: mk_TreeIterCompareFunc :: C_TreeIterCompareFunc -> IO FunPtr C_TreeIterCompareFunc
+ Data.GI.Gtk: mk_TreeIterCompareFunc :: C_TreeIterCompareFunc -> IO (FunPtr C_TreeIterCompareFunc)
- Data.GI.Gtk: mk_TreeModelFilterVisibleFunc :: C_TreeModelFilterVisibleFunc -> IO FunPtr C_TreeModelFilterVisibleFunc
+ Data.GI.Gtk: mk_TreeModelFilterVisibleFunc :: C_TreeModelFilterVisibleFunc -> IO (FunPtr C_TreeModelFilterVisibleFunc)
- Data.GI.Gtk: mk_TreeModelForeachFunc :: C_TreeModelForeachFunc -> IO FunPtr C_TreeModelForeachFunc
+ Data.GI.Gtk: mk_TreeModelForeachFunc :: C_TreeModelForeachFunc -> IO (FunPtr C_TreeModelForeachFunc)
- Data.GI.Gtk: mk_TreeModelRowChangedCallback :: C_TreeModelRowChangedCallback -> IO FunPtr C_TreeModelRowChangedCallback
+ Data.GI.Gtk: mk_TreeModelRowChangedCallback :: C_TreeModelRowChangedCallback -> IO (FunPtr C_TreeModelRowChangedCallback)
- Data.GI.Gtk: mk_TreeModelRowDeletedCallback :: C_TreeModelRowDeletedCallback -> IO FunPtr C_TreeModelRowDeletedCallback
+ Data.GI.Gtk: mk_TreeModelRowDeletedCallback :: C_TreeModelRowDeletedCallback -> IO (FunPtr C_TreeModelRowDeletedCallback)
- Data.GI.Gtk: mk_TreeModelRowHasChildToggledCallback :: C_TreeModelRowHasChildToggledCallback -> IO FunPtr C_TreeModelRowHasChildToggledCallback
+ Data.GI.Gtk: mk_TreeModelRowHasChildToggledCallback :: C_TreeModelRowHasChildToggledCallback -> IO (FunPtr C_TreeModelRowHasChildToggledCallback)
- Data.GI.Gtk: mk_TreeModelRowInsertedCallback :: C_TreeModelRowInsertedCallback -> IO FunPtr C_TreeModelRowInsertedCallback
+ Data.GI.Gtk: mk_TreeModelRowInsertedCallback :: C_TreeModelRowInsertedCallback -> IO (FunPtr C_TreeModelRowInsertedCallback)
- Data.GI.Gtk: mk_TreeSelectionChangedCallback :: C_TreeSelectionChangedCallback -> IO FunPtr C_TreeSelectionChangedCallback
+ Data.GI.Gtk: mk_TreeSelectionChangedCallback :: C_TreeSelectionChangedCallback -> IO (FunPtr C_TreeSelectionChangedCallback)
- Data.GI.Gtk: mk_TreeSelectionForeachFunc :: C_TreeSelectionForeachFunc -> IO FunPtr C_TreeSelectionForeachFunc
+ Data.GI.Gtk: mk_TreeSelectionForeachFunc :: C_TreeSelectionForeachFunc -> IO (FunPtr C_TreeSelectionForeachFunc)
- Data.GI.Gtk: mk_TreeSelectionFunc :: C_TreeSelectionFunc -> IO FunPtr C_TreeSelectionFunc
+ Data.GI.Gtk: mk_TreeSelectionFunc :: C_TreeSelectionFunc -> IO (FunPtr C_TreeSelectionFunc)
- Data.GI.Gtk: mk_TreeSortableSortColumnChangedCallback :: C_TreeSortableSortColumnChangedCallback -> IO FunPtr C_TreeSortableSortColumnChangedCallback
+ Data.GI.Gtk: mk_TreeSortableSortColumnChangedCallback :: C_TreeSortableSortColumnChangedCallback -> IO (FunPtr C_TreeSortableSortColumnChangedCallback)
- Data.GI.Gtk: mk_TreeViewColumnClickedCallback :: C_TreeViewColumnClickedCallback -> IO FunPtr C_TreeViewColumnClickedCallback
+ Data.GI.Gtk: mk_TreeViewColumnClickedCallback :: C_TreeViewColumnClickedCallback -> IO (FunPtr C_TreeViewColumnClickedCallback)
- Data.GI.Gtk: mk_TreeViewColumnDropFunc :: C_TreeViewColumnDropFunc -> IO FunPtr C_TreeViewColumnDropFunc
+ Data.GI.Gtk: mk_TreeViewColumnDropFunc :: C_TreeViewColumnDropFunc -> IO (FunPtr C_TreeViewColumnDropFunc)
- Data.GI.Gtk: mk_TreeViewColumnsChangedCallback :: C_TreeViewColumnsChangedCallback -> IO FunPtr C_TreeViewColumnsChangedCallback
+ Data.GI.Gtk: mk_TreeViewColumnsChangedCallback :: C_TreeViewColumnsChangedCallback -> IO (FunPtr C_TreeViewColumnsChangedCallback)
- Data.GI.Gtk: mk_TreeViewCursorChangedCallback :: C_TreeViewCursorChangedCallback -> IO FunPtr C_TreeViewCursorChangedCallback
+ Data.GI.Gtk: mk_TreeViewCursorChangedCallback :: C_TreeViewCursorChangedCallback -> IO (FunPtr C_TreeViewCursorChangedCallback)
- Data.GI.Gtk: mk_TreeViewExpandCollapseCursorRowCallback :: C_TreeViewExpandCollapseCursorRowCallback -> IO FunPtr C_TreeViewExpandCollapseCursorRowCallback
+ Data.GI.Gtk: mk_TreeViewExpandCollapseCursorRowCallback :: C_TreeViewExpandCollapseCursorRowCallback -> IO (FunPtr C_TreeViewExpandCollapseCursorRowCallback)
- Data.GI.Gtk: mk_TreeViewMappingFunc :: C_TreeViewMappingFunc -> IO FunPtr C_TreeViewMappingFunc
+ Data.GI.Gtk: mk_TreeViewMappingFunc :: C_TreeViewMappingFunc -> IO (FunPtr C_TreeViewMappingFunc)
- Data.GI.Gtk: mk_TreeViewMoveCursorCallback :: C_TreeViewMoveCursorCallback -> IO FunPtr C_TreeViewMoveCursorCallback
+ Data.GI.Gtk: mk_TreeViewMoveCursorCallback :: C_TreeViewMoveCursorCallback -> IO (FunPtr C_TreeViewMoveCursorCallback)
- Data.GI.Gtk: mk_TreeViewRowActivatedCallback :: C_TreeViewRowActivatedCallback -> IO FunPtr C_TreeViewRowActivatedCallback
+ Data.GI.Gtk: mk_TreeViewRowActivatedCallback :: C_TreeViewRowActivatedCallback -> IO (FunPtr C_TreeViewRowActivatedCallback)
- Data.GI.Gtk: mk_TreeViewRowCollapsedCallback :: C_TreeViewRowCollapsedCallback -> IO FunPtr C_TreeViewRowCollapsedCallback
+ Data.GI.Gtk: mk_TreeViewRowCollapsedCallback :: C_TreeViewRowCollapsedCallback -> IO (FunPtr C_TreeViewRowCollapsedCallback)
- Data.GI.Gtk: mk_TreeViewRowExpandedCallback :: C_TreeViewRowExpandedCallback -> IO FunPtr C_TreeViewRowExpandedCallback
+ Data.GI.Gtk: mk_TreeViewRowExpandedCallback :: C_TreeViewRowExpandedCallback -> IO (FunPtr C_TreeViewRowExpandedCallback)
- Data.GI.Gtk: mk_TreeViewRowSeparatorFunc :: C_TreeViewRowSeparatorFunc -> IO FunPtr C_TreeViewRowSeparatorFunc
+ Data.GI.Gtk: mk_TreeViewRowSeparatorFunc :: C_TreeViewRowSeparatorFunc -> IO (FunPtr C_TreeViewRowSeparatorFunc)
- Data.GI.Gtk: mk_TreeViewSearchEqualFunc :: C_TreeViewSearchEqualFunc -> IO FunPtr C_TreeViewSearchEqualFunc
+ Data.GI.Gtk: mk_TreeViewSearchEqualFunc :: C_TreeViewSearchEqualFunc -> IO (FunPtr C_TreeViewSearchEqualFunc)
- Data.GI.Gtk: mk_TreeViewSearchPositionFunc :: C_TreeViewSearchPositionFunc -> IO FunPtr C_TreeViewSearchPositionFunc
+ Data.GI.Gtk: mk_TreeViewSearchPositionFunc :: C_TreeViewSearchPositionFunc -> IO (FunPtr C_TreeViewSearchPositionFunc)
- Data.GI.Gtk: mk_TreeViewSelectAllCallback :: C_TreeViewSelectAllCallback -> IO FunPtr C_TreeViewSelectAllCallback
+ Data.GI.Gtk: mk_TreeViewSelectAllCallback :: C_TreeViewSelectAllCallback -> IO (FunPtr C_TreeViewSelectAllCallback)
- Data.GI.Gtk: mk_TreeViewSelectCursorParentCallback :: C_TreeViewSelectCursorParentCallback -> IO FunPtr C_TreeViewSelectCursorParentCallback
+ Data.GI.Gtk: mk_TreeViewSelectCursorParentCallback :: C_TreeViewSelectCursorParentCallback -> IO (FunPtr C_TreeViewSelectCursorParentCallback)
- Data.GI.Gtk: mk_TreeViewSelectCursorRowCallback :: C_TreeViewSelectCursorRowCallback -> IO FunPtr C_TreeViewSelectCursorRowCallback
+ Data.GI.Gtk: mk_TreeViewSelectCursorRowCallback :: C_TreeViewSelectCursorRowCallback -> IO (FunPtr C_TreeViewSelectCursorRowCallback)
- Data.GI.Gtk: mk_TreeViewStartInteractiveSearchCallback :: C_TreeViewStartInteractiveSearchCallback -> IO FunPtr C_TreeViewStartInteractiveSearchCallback
+ Data.GI.Gtk: mk_TreeViewStartInteractiveSearchCallback :: C_TreeViewStartInteractiveSearchCallback -> IO (FunPtr C_TreeViewStartInteractiveSearchCallback)
- Data.GI.Gtk: mk_TreeViewTestCollapseRowCallback :: C_TreeViewTestCollapseRowCallback -> IO FunPtr C_TreeViewTestCollapseRowCallback
+ Data.GI.Gtk: mk_TreeViewTestCollapseRowCallback :: C_TreeViewTestCollapseRowCallback -> IO (FunPtr C_TreeViewTestCollapseRowCallback)
- Data.GI.Gtk: mk_TreeViewTestExpandRowCallback :: C_TreeViewTestExpandRowCallback -> IO FunPtr C_TreeViewTestExpandRowCallback
+ Data.GI.Gtk: mk_TreeViewTestExpandRowCallback :: C_TreeViewTestExpandRowCallback -> IO (FunPtr C_TreeViewTestExpandRowCallback)
- Data.GI.Gtk: mk_TreeViewToggleCursorRowCallback :: C_TreeViewToggleCursorRowCallback -> IO FunPtr C_TreeViewToggleCursorRowCallback
+ Data.GI.Gtk: mk_TreeViewToggleCursorRowCallback :: C_TreeViewToggleCursorRowCallback -> IO (FunPtr C_TreeViewToggleCursorRowCallback)
- Data.GI.Gtk: mk_TreeViewUnselectAllCallback :: C_TreeViewUnselectAllCallback -> IO FunPtr C_TreeViewUnselectAllCallback
+ Data.GI.Gtk: mk_TreeViewUnselectAllCallback :: C_TreeViewUnselectAllCallback -> IO (FunPtr C_TreeViewUnselectAllCallback)
- Data.GI.Gtk: mk_UIManagerActionsChangedCallback :: C_UIManagerActionsChangedCallback -> IO FunPtr C_UIManagerActionsChangedCallback
+ Data.GI.Gtk: mk_UIManagerActionsChangedCallback :: C_UIManagerActionsChangedCallback -> IO (FunPtr C_UIManagerActionsChangedCallback)
- Data.GI.Gtk: mk_UIManagerAddWidgetCallback :: C_UIManagerAddWidgetCallback -> IO FunPtr C_UIManagerAddWidgetCallback
+ Data.GI.Gtk: mk_UIManagerAddWidgetCallback :: C_UIManagerAddWidgetCallback -> IO (FunPtr C_UIManagerAddWidgetCallback)
- Data.GI.Gtk: mk_UIManagerConnectProxyCallback :: C_UIManagerConnectProxyCallback -> IO FunPtr C_UIManagerConnectProxyCallback
+ Data.GI.Gtk: mk_UIManagerConnectProxyCallback :: C_UIManagerConnectProxyCallback -> IO (FunPtr C_UIManagerConnectProxyCallback)
- Data.GI.Gtk: mk_UIManagerDisconnectProxyCallback :: C_UIManagerDisconnectProxyCallback -> IO FunPtr C_UIManagerDisconnectProxyCallback
+ Data.GI.Gtk: mk_UIManagerDisconnectProxyCallback :: C_UIManagerDisconnectProxyCallback -> IO (FunPtr C_UIManagerDisconnectProxyCallback)
- Data.GI.Gtk: mk_UIManagerPostActivateCallback :: C_UIManagerPostActivateCallback -> IO FunPtr C_UIManagerPostActivateCallback
+ Data.GI.Gtk: mk_UIManagerPostActivateCallback :: C_UIManagerPostActivateCallback -> IO (FunPtr C_UIManagerPostActivateCallback)
- Data.GI.Gtk: mk_UIManagerPreActivateCallback :: C_UIManagerPreActivateCallback -> IO FunPtr C_UIManagerPreActivateCallback
+ Data.GI.Gtk: mk_UIManagerPreActivateCallback :: C_UIManagerPreActivateCallback -> IO (FunPtr C_UIManagerPreActivateCallback)
- Data.GI.Gtk: mk_WidgetAccelClosuresChangedCallback :: C_WidgetAccelClosuresChangedCallback -> IO FunPtr C_WidgetAccelClosuresChangedCallback
+ Data.GI.Gtk: mk_WidgetAccelClosuresChangedCallback :: C_WidgetAccelClosuresChangedCallback -> IO (FunPtr C_WidgetAccelClosuresChangedCallback)
- Data.GI.Gtk: mk_WidgetButtonPressEventCallback :: C_WidgetButtonPressEventCallback -> IO FunPtr C_WidgetButtonPressEventCallback
+ Data.GI.Gtk: mk_WidgetButtonPressEventCallback :: C_WidgetButtonPressEventCallback -> IO (FunPtr C_WidgetButtonPressEventCallback)
- Data.GI.Gtk: mk_WidgetButtonReleaseEventCallback :: C_WidgetButtonReleaseEventCallback -> IO FunPtr C_WidgetButtonReleaseEventCallback
+ Data.GI.Gtk: mk_WidgetButtonReleaseEventCallback :: C_WidgetButtonReleaseEventCallback -> IO (FunPtr C_WidgetButtonReleaseEventCallback)
- Data.GI.Gtk: mk_WidgetCanActivateAccelCallback :: C_WidgetCanActivateAccelCallback -> IO FunPtr C_WidgetCanActivateAccelCallback
+ Data.GI.Gtk: mk_WidgetCanActivateAccelCallback :: C_WidgetCanActivateAccelCallback -> IO (FunPtr C_WidgetCanActivateAccelCallback)
- Data.GI.Gtk: mk_WidgetChildNotifyCallback :: C_WidgetChildNotifyCallback -> IO FunPtr C_WidgetChildNotifyCallback
+ Data.GI.Gtk: mk_WidgetChildNotifyCallback :: C_WidgetChildNotifyCallback -> IO (FunPtr C_WidgetChildNotifyCallback)
- Data.GI.Gtk: mk_WidgetCompositedChangedCallback :: C_WidgetCompositedChangedCallback -> IO FunPtr C_WidgetCompositedChangedCallback
+ Data.GI.Gtk: mk_WidgetCompositedChangedCallback :: C_WidgetCompositedChangedCallback -> IO (FunPtr C_WidgetCompositedChangedCallback)
- Data.GI.Gtk: mk_WidgetConfigureEventCallback :: C_WidgetConfigureEventCallback -> IO FunPtr C_WidgetConfigureEventCallback
+ Data.GI.Gtk: mk_WidgetConfigureEventCallback :: C_WidgetConfigureEventCallback -> IO (FunPtr C_WidgetConfigureEventCallback)
- Data.GI.Gtk: mk_WidgetDamageEventCallback :: C_WidgetDamageEventCallback -> IO FunPtr C_WidgetDamageEventCallback
+ Data.GI.Gtk: mk_WidgetDamageEventCallback :: C_WidgetDamageEventCallback -> IO (FunPtr C_WidgetDamageEventCallback)
- Data.GI.Gtk: mk_WidgetDeleteEventCallback :: C_WidgetDeleteEventCallback -> IO FunPtr C_WidgetDeleteEventCallback
+ Data.GI.Gtk: mk_WidgetDeleteEventCallback :: C_WidgetDeleteEventCallback -> IO (FunPtr C_WidgetDeleteEventCallback)
- Data.GI.Gtk: mk_WidgetDestroyCallback :: C_WidgetDestroyCallback -> IO FunPtr C_WidgetDestroyCallback
+ Data.GI.Gtk: mk_WidgetDestroyCallback :: C_WidgetDestroyCallback -> IO (FunPtr C_WidgetDestroyCallback)
- Data.GI.Gtk: mk_WidgetDestroyEventCallback :: C_WidgetDestroyEventCallback -> IO FunPtr C_WidgetDestroyEventCallback
+ Data.GI.Gtk: mk_WidgetDestroyEventCallback :: C_WidgetDestroyEventCallback -> IO (FunPtr C_WidgetDestroyEventCallback)
- Data.GI.Gtk: mk_WidgetDirectionChangedCallback :: C_WidgetDirectionChangedCallback -> IO FunPtr C_WidgetDirectionChangedCallback
+ Data.GI.Gtk: mk_WidgetDirectionChangedCallback :: C_WidgetDirectionChangedCallback -> IO (FunPtr C_WidgetDirectionChangedCallback)
- Data.GI.Gtk: mk_WidgetDragBeginCallback :: C_WidgetDragBeginCallback -> IO FunPtr C_WidgetDragBeginCallback
+ Data.GI.Gtk: mk_WidgetDragBeginCallback :: C_WidgetDragBeginCallback -> IO (FunPtr C_WidgetDragBeginCallback)
- Data.GI.Gtk: mk_WidgetDragDataDeleteCallback :: C_WidgetDragDataDeleteCallback -> IO FunPtr C_WidgetDragDataDeleteCallback
+ Data.GI.Gtk: mk_WidgetDragDataDeleteCallback :: C_WidgetDragDataDeleteCallback -> IO (FunPtr C_WidgetDragDataDeleteCallback)
- Data.GI.Gtk: mk_WidgetDragDataGetCallback :: C_WidgetDragDataGetCallback -> IO FunPtr C_WidgetDragDataGetCallback
+ Data.GI.Gtk: mk_WidgetDragDataGetCallback :: C_WidgetDragDataGetCallback -> IO (FunPtr C_WidgetDragDataGetCallback)
- Data.GI.Gtk: mk_WidgetDragDataReceivedCallback :: C_WidgetDragDataReceivedCallback -> IO FunPtr C_WidgetDragDataReceivedCallback
+ Data.GI.Gtk: mk_WidgetDragDataReceivedCallback :: C_WidgetDragDataReceivedCallback -> IO (FunPtr C_WidgetDragDataReceivedCallback)
- Data.GI.Gtk: mk_WidgetDragDropCallback :: C_WidgetDragDropCallback -> IO FunPtr C_WidgetDragDropCallback
+ Data.GI.Gtk: mk_WidgetDragDropCallback :: C_WidgetDragDropCallback -> IO (FunPtr C_WidgetDragDropCallback)
- Data.GI.Gtk: mk_WidgetDragEndCallback :: C_WidgetDragEndCallback -> IO FunPtr C_WidgetDragEndCallback
+ Data.GI.Gtk: mk_WidgetDragEndCallback :: C_WidgetDragEndCallback -> IO (FunPtr C_WidgetDragEndCallback)
- Data.GI.Gtk: mk_WidgetDragFailedCallback :: C_WidgetDragFailedCallback -> IO FunPtr C_WidgetDragFailedCallback
+ Data.GI.Gtk: mk_WidgetDragFailedCallback :: C_WidgetDragFailedCallback -> IO (FunPtr C_WidgetDragFailedCallback)
- Data.GI.Gtk: mk_WidgetDragLeaveCallback :: C_WidgetDragLeaveCallback -> IO FunPtr C_WidgetDragLeaveCallback
+ Data.GI.Gtk: mk_WidgetDragLeaveCallback :: C_WidgetDragLeaveCallback -> IO (FunPtr C_WidgetDragLeaveCallback)
- Data.GI.Gtk: mk_WidgetDragMotionCallback :: C_WidgetDragMotionCallback -> IO FunPtr C_WidgetDragMotionCallback
+ Data.GI.Gtk: mk_WidgetDragMotionCallback :: C_WidgetDragMotionCallback -> IO (FunPtr C_WidgetDragMotionCallback)
- Data.GI.Gtk: mk_WidgetDrawCallback :: C_WidgetDrawCallback -> IO FunPtr C_WidgetDrawCallback
+ Data.GI.Gtk: mk_WidgetDrawCallback :: C_WidgetDrawCallback -> IO (FunPtr C_WidgetDrawCallback)
- Data.GI.Gtk: mk_WidgetEnterNotifyEventCallback :: C_WidgetEnterNotifyEventCallback -> IO FunPtr C_WidgetEnterNotifyEventCallback
+ Data.GI.Gtk: mk_WidgetEnterNotifyEventCallback :: C_WidgetEnterNotifyEventCallback -> IO (FunPtr C_WidgetEnterNotifyEventCallback)
- Data.GI.Gtk: mk_WidgetEventAfterCallback :: C_WidgetEventAfterCallback -> IO FunPtr C_WidgetEventAfterCallback
+ Data.GI.Gtk: mk_WidgetEventAfterCallback :: C_WidgetEventAfterCallback -> IO (FunPtr C_WidgetEventAfterCallback)
- Data.GI.Gtk: mk_WidgetEventCallback :: C_WidgetEventCallback -> IO FunPtr C_WidgetEventCallback
+ Data.GI.Gtk: mk_WidgetEventCallback :: C_WidgetEventCallback -> IO (FunPtr C_WidgetEventCallback)
- Data.GI.Gtk: mk_WidgetFocusCallback :: C_WidgetFocusCallback -> IO FunPtr C_WidgetFocusCallback
+ Data.GI.Gtk: mk_WidgetFocusCallback :: C_WidgetFocusCallback -> IO (FunPtr C_WidgetFocusCallback)
- Data.GI.Gtk: mk_WidgetFocusInEventCallback :: C_WidgetFocusInEventCallback -> IO FunPtr C_WidgetFocusInEventCallback
+ Data.GI.Gtk: mk_WidgetFocusInEventCallback :: C_WidgetFocusInEventCallback -> IO (FunPtr C_WidgetFocusInEventCallback)
- Data.GI.Gtk: mk_WidgetFocusOutEventCallback :: C_WidgetFocusOutEventCallback -> IO FunPtr C_WidgetFocusOutEventCallback
+ Data.GI.Gtk: mk_WidgetFocusOutEventCallback :: C_WidgetFocusOutEventCallback -> IO (FunPtr C_WidgetFocusOutEventCallback)
- Data.GI.Gtk: mk_WidgetGrabBrokenEventCallback :: C_WidgetGrabBrokenEventCallback -> IO FunPtr C_WidgetGrabBrokenEventCallback
+ Data.GI.Gtk: mk_WidgetGrabBrokenEventCallback :: C_WidgetGrabBrokenEventCallback -> IO (FunPtr C_WidgetGrabBrokenEventCallback)
- Data.GI.Gtk: mk_WidgetGrabFocusCallback :: C_WidgetGrabFocusCallback -> IO FunPtr C_WidgetGrabFocusCallback
+ Data.GI.Gtk: mk_WidgetGrabFocusCallback :: C_WidgetGrabFocusCallback -> IO (FunPtr C_WidgetGrabFocusCallback)
- Data.GI.Gtk: mk_WidgetGrabNotifyCallback :: C_WidgetGrabNotifyCallback -> IO FunPtr C_WidgetGrabNotifyCallback
+ Data.GI.Gtk: mk_WidgetGrabNotifyCallback :: C_WidgetGrabNotifyCallback -> IO (FunPtr C_WidgetGrabNotifyCallback)
- Data.GI.Gtk: mk_WidgetHideCallback :: C_WidgetHideCallback -> IO FunPtr C_WidgetHideCallback
+ Data.GI.Gtk: mk_WidgetHideCallback :: C_WidgetHideCallback -> IO (FunPtr C_WidgetHideCallback)
- Data.GI.Gtk: mk_WidgetHierarchyChangedCallback :: C_WidgetHierarchyChangedCallback -> IO FunPtr C_WidgetHierarchyChangedCallback
+ Data.GI.Gtk: mk_WidgetHierarchyChangedCallback :: C_WidgetHierarchyChangedCallback -> IO (FunPtr C_WidgetHierarchyChangedCallback)
- Data.GI.Gtk: mk_WidgetKeyPressEventCallback :: C_WidgetKeyPressEventCallback -> IO FunPtr C_WidgetKeyPressEventCallback
+ Data.GI.Gtk: mk_WidgetKeyPressEventCallback :: C_WidgetKeyPressEventCallback -> IO (FunPtr C_WidgetKeyPressEventCallback)
- Data.GI.Gtk: mk_WidgetKeyReleaseEventCallback :: C_WidgetKeyReleaseEventCallback -> IO FunPtr C_WidgetKeyReleaseEventCallback
+ Data.GI.Gtk: mk_WidgetKeyReleaseEventCallback :: C_WidgetKeyReleaseEventCallback -> IO (FunPtr C_WidgetKeyReleaseEventCallback)
- Data.GI.Gtk: mk_WidgetKeynavFailedCallback :: C_WidgetKeynavFailedCallback -> IO FunPtr C_WidgetKeynavFailedCallback
+ Data.GI.Gtk: mk_WidgetKeynavFailedCallback :: C_WidgetKeynavFailedCallback -> IO (FunPtr C_WidgetKeynavFailedCallback)
- Data.GI.Gtk: mk_WidgetLeaveNotifyEventCallback :: C_WidgetLeaveNotifyEventCallback -> IO FunPtr C_WidgetLeaveNotifyEventCallback
+ Data.GI.Gtk: mk_WidgetLeaveNotifyEventCallback :: C_WidgetLeaveNotifyEventCallback -> IO (FunPtr C_WidgetLeaveNotifyEventCallback)
- Data.GI.Gtk: mk_WidgetMapCallback :: C_WidgetMapCallback -> IO FunPtr C_WidgetMapCallback
+ Data.GI.Gtk: mk_WidgetMapCallback :: C_WidgetMapCallback -> IO (FunPtr C_WidgetMapCallback)
- Data.GI.Gtk: mk_WidgetMapEventCallback :: C_WidgetMapEventCallback -> IO FunPtr C_WidgetMapEventCallback
+ Data.GI.Gtk: mk_WidgetMapEventCallback :: C_WidgetMapEventCallback -> IO (FunPtr C_WidgetMapEventCallback)
- Data.GI.Gtk: mk_WidgetMnemonicActivateCallback :: C_WidgetMnemonicActivateCallback -> IO FunPtr C_WidgetMnemonicActivateCallback
+ Data.GI.Gtk: mk_WidgetMnemonicActivateCallback :: C_WidgetMnemonicActivateCallback -> IO (FunPtr C_WidgetMnemonicActivateCallback)
- Data.GI.Gtk: mk_WidgetMotionNotifyEventCallback :: C_WidgetMotionNotifyEventCallback -> IO FunPtr C_WidgetMotionNotifyEventCallback
+ Data.GI.Gtk: mk_WidgetMotionNotifyEventCallback :: C_WidgetMotionNotifyEventCallback -> IO (FunPtr C_WidgetMotionNotifyEventCallback)
- Data.GI.Gtk: mk_WidgetMoveFocusCallback :: C_WidgetMoveFocusCallback -> IO FunPtr C_WidgetMoveFocusCallback
+ Data.GI.Gtk: mk_WidgetMoveFocusCallback :: C_WidgetMoveFocusCallback -> IO (FunPtr C_WidgetMoveFocusCallback)
- Data.GI.Gtk: mk_WidgetParentSetCallback :: C_WidgetParentSetCallback -> IO FunPtr C_WidgetParentSetCallback
+ Data.GI.Gtk: mk_WidgetParentSetCallback :: C_WidgetParentSetCallback -> IO (FunPtr C_WidgetParentSetCallback)
- Data.GI.Gtk: mk_WidgetPopupMenuCallback :: C_WidgetPopupMenuCallback -> IO FunPtr C_WidgetPopupMenuCallback
+ Data.GI.Gtk: mk_WidgetPopupMenuCallback :: C_WidgetPopupMenuCallback -> IO (FunPtr C_WidgetPopupMenuCallback)
- Data.GI.Gtk: mk_WidgetPropertyNotifyEventCallback :: C_WidgetPropertyNotifyEventCallback -> IO FunPtr C_WidgetPropertyNotifyEventCallback
+ Data.GI.Gtk: mk_WidgetPropertyNotifyEventCallback :: C_WidgetPropertyNotifyEventCallback -> IO (FunPtr C_WidgetPropertyNotifyEventCallback)
- Data.GI.Gtk: mk_WidgetProximityInEventCallback :: C_WidgetProximityInEventCallback -> IO FunPtr C_WidgetProximityInEventCallback
+ Data.GI.Gtk: mk_WidgetProximityInEventCallback :: C_WidgetProximityInEventCallback -> IO (FunPtr C_WidgetProximityInEventCallback)
- Data.GI.Gtk: mk_WidgetProximityOutEventCallback :: C_WidgetProximityOutEventCallback -> IO FunPtr C_WidgetProximityOutEventCallback
+ Data.GI.Gtk: mk_WidgetProximityOutEventCallback :: C_WidgetProximityOutEventCallback -> IO (FunPtr C_WidgetProximityOutEventCallback)
- Data.GI.Gtk: mk_WidgetQueryTooltipCallback :: C_WidgetQueryTooltipCallback -> IO FunPtr C_WidgetQueryTooltipCallback
+ Data.GI.Gtk: mk_WidgetQueryTooltipCallback :: C_WidgetQueryTooltipCallback -> IO (FunPtr C_WidgetQueryTooltipCallback)
- Data.GI.Gtk: mk_WidgetRealizeCallback :: C_WidgetRealizeCallback -> IO FunPtr C_WidgetRealizeCallback
+ Data.GI.Gtk: mk_WidgetRealizeCallback :: C_WidgetRealizeCallback -> IO (FunPtr C_WidgetRealizeCallback)
- Data.GI.Gtk: mk_WidgetScreenChangedCallback :: C_WidgetScreenChangedCallback -> IO FunPtr C_WidgetScreenChangedCallback
+ Data.GI.Gtk: mk_WidgetScreenChangedCallback :: C_WidgetScreenChangedCallback -> IO (FunPtr C_WidgetScreenChangedCallback)
- Data.GI.Gtk: mk_WidgetScrollEventCallback :: C_WidgetScrollEventCallback -> IO FunPtr C_WidgetScrollEventCallback
+ Data.GI.Gtk: mk_WidgetScrollEventCallback :: C_WidgetScrollEventCallback -> IO (FunPtr C_WidgetScrollEventCallback)
- Data.GI.Gtk: mk_WidgetSelectionClearEventCallback :: C_WidgetSelectionClearEventCallback -> IO FunPtr C_WidgetSelectionClearEventCallback
+ Data.GI.Gtk: mk_WidgetSelectionClearEventCallback :: C_WidgetSelectionClearEventCallback -> IO (FunPtr C_WidgetSelectionClearEventCallback)
- Data.GI.Gtk: mk_WidgetSelectionGetCallback :: C_WidgetSelectionGetCallback -> IO FunPtr C_WidgetSelectionGetCallback
+ Data.GI.Gtk: mk_WidgetSelectionGetCallback :: C_WidgetSelectionGetCallback -> IO (FunPtr C_WidgetSelectionGetCallback)
- Data.GI.Gtk: mk_WidgetSelectionNotifyEventCallback :: C_WidgetSelectionNotifyEventCallback -> IO FunPtr C_WidgetSelectionNotifyEventCallback
+ Data.GI.Gtk: mk_WidgetSelectionNotifyEventCallback :: C_WidgetSelectionNotifyEventCallback -> IO (FunPtr C_WidgetSelectionNotifyEventCallback)
- Data.GI.Gtk: mk_WidgetSelectionReceivedCallback :: C_WidgetSelectionReceivedCallback -> IO FunPtr C_WidgetSelectionReceivedCallback
+ Data.GI.Gtk: mk_WidgetSelectionReceivedCallback :: C_WidgetSelectionReceivedCallback -> IO (FunPtr C_WidgetSelectionReceivedCallback)
- Data.GI.Gtk: mk_WidgetSelectionRequestEventCallback :: C_WidgetSelectionRequestEventCallback -> IO FunPtr C_WidgetSelectionRequestEventCallback
+ Data.GI.Gtk: mk_WidgetSelectionRequestEventCallback :: C_WidgetSelectionRequestEventCallback -> IO (FunPtr C_WidgetSelectionRequestEventCallback)
- Data.GI.Gtk: mk_WidgetShowCallback :: C_WidgetShowCallback -> IO FunPtr C_WidgetShowCallback
+ Data.GI.Gtk: mk_WidgetShowCallback :: C_WidgetShowCallback -> IO (FunPtr C_WidgetShowCallback)
- Data.GI.Gtk: mk_WidgetShowHelpCallback :: C_WidgetShowHelpCallback -> IO FunPtr C_WidgetShowHelpCallback
+ Data.GI.Gtk: mk_WidgetShowHelpCallback :: C_WidgetShowHelpCallback -> IO (FunPtr C_WidgetShowHelpCallback)
- Data.GI.Gtk: mk_WidgetSizeAllocateCallback :: C_WidgetSizeAllocateCallback -> IO FunPtr C_WidgetSizeAllocateCallback
+ Data.GI.Gtk: mk_WidgetSizeAllocateCallback :: C_WidgetSizeAllocateCallback -> IO (FunPtr C_WidgetSizeAllocateCallback)
- Data.GI.Gtk: mk_WidgetStateChangedCallback :: C_WidgetStateChangedCallback -> IO FunPtr C_WidgetStateChangedCallback
+ Data.GI.Gtk: mk_WidgetStateChangedCallback :: C_WidgetStateChangedCallback -> IO (FunPtr C_WidgetStateChangedCallback)
- Data.GI.Gtk: mk_WidgetStateFlagsChangedCallback :: C_WidgetStateFlagsChangedCallback -> IO FunPtr C_WidgetStateFlagsChangedCallback
+ Data.GI.Gtk: mk_WidgetStateFlagsChangedCallback :: C_WidgetStateFlagsChangedCallback -> IO (FunPtr C_WidgetStateFlagsChangedCallback)
- Data.GI.Gtk: mk_WidgetStyleSetCallback :: C_WidgetStyleSetCallback -> IO FunPtr C_WidgetStyleSetCallback
+ Data.GI.Gtk: mk_WidgetStyleSetCallback :: C_WidgetStyleSetCallback -> IO (FunPtr C_WidgetStyleSetCallback)
- Data.GI.Gtk: mk_WidgetStyleUpdatedCallback :: C_WidgetStyleUpdatedCallback -> IO FunPtr C_WidgetStyleUpdatedCallback
+ Data.GI.Gtk: mk_WidgetStyleUpdatedCallback :: C_WidgetStyleUpdatedCallback -> IO (FunPtr C_WidgetStyleUpdatedCallback)
- Data.GI.Gtk: mk_WidgetTouchEventCallback :: C_WidgetTouchEventCallback -> IO FunPtr C_WidgetTouchEventCallback
+ Data.GI.Gtk: mk_WidgetTouchEventCallback :: C_WidgetTouchEventCallback -> IO (FunPtr C_WidgetTouchEventCallback)
- Data.GI.Gtk: mk_WidgetUnmapCallback :: C_WidgetUnmapCallback -> IO FunPtr C_WidgetUnmapCallback
+ Data.GI.Gtk: mk_WidgetUnmapCallback :: C_WidgetUnmapCallback -> IO (FunPtr C_WidgetUnmapCallback)
- Data.GI.Gtk: mk_WidgetUnmapEventCallback :: C_WidgetUnmapEventCallback -> IO FunPtr C_WidgetUnmapEventCallback
+ Data.GI.Gtk: mk_WidgetUnmapEventCallback :: C_WidgetUnmapEventCallback -> IO (FunPtr C_WidgetUnmapEventCallback)
- Data.GI.Gtk: mk_WidgetUnrealizeCallback :: C_WidgetUnrealizeCallback -> IO FunPtr C_WidgetUnrealizeCallback
+ Data.GI.Gtk: mk_WidgetUnrealizeCallback :: C_WidgetUnrealizeCallback -> IO (FunPtr C_WidgetUnrealizeCallback)
- Data.GI.Gtk: mk_WidgetVisibilityNotifyEventCallback :: C_WidgetVisibilityNotifyEventCallback -> IO FunPtr C_WidgetVisibilityNotifyEventCallback
+ Data.GI.Gtk: mk_WidgetVisibilityNotifyEventCallback :: C_WidgetVisibilityNotifyEventCallback -> IO (FunPtr C_WidgetVisibilityNotifyEventCallback)
- Data.GI.Gtk: mk_WidgetWindowStateEventCallback :: C_WidgetWindowStateEventCallback -> IO FunPtr C_WidgetWindowStateEventCallback
+ Data.GI.Gtk: mk_WidgetWindowStateEventCallback :: C_WidgetWindowStateEventCallback -> IO (FunPtr C_WidgetWindowStateEventCallback)
- Data.GI.Gtk: mk_WindowActivateDefaultCallback :: C_WindowActivateDefaultCallback -> IO FunPtr C_WindowActivateDefaultCallback
+ Data.GI.Gtk: mk_WindowActivateDefaultCallback :: C_WindowActivateDefaultCallback -> IO (FunPtr C_WindowActivateDefaultCallback)
- Data.GI.Gtk: mk_WindowActivateFocusCallback :: C_WindowActivateFocusCallback -> IO FunPtr C_WindowActivateFocusCallback
+ Data.GI.Gtk: mk_WindowActivateFocusCallback :: C_WindowActivateFocusCallback -> IO (FunPtr C_WindowActivateFocusCallback)
- Data.GI.Gtk: mk_WindowEnableDebuggingCallback :: C_WindowEnableDebuggingCallback -> IO FunPtr C_WindowEnableDebuggingCallback
+ Data.GI.Gtk: mk_WindowEnableDebuggingCallback :: C_WindowEnableDebuggingCallback -> IO (FunPtr C_WindowEnableDebuggingCallback)
- Data.GI.Gtk: mk_WindowKeysChangedCallback :: C_WindowKeysChangedCallback -> IO FunPtr C_WindowKeysChangedCallback
+ Data.GI.Gtk: mk_WindowKeysChangedCallback :: C_WindowKeysChangedCallback -> IO (FunPtr C_WindowKeysChangedCallback)
- Data.GI.Gtk: mk_WindowSetFocusCallback :: C_WindowSetFocusCallback -> IO FunPtr C_WindowSetFocusCallback
+ Data.GI.Gtk: mk_WindowSetFocusCallback :: C_WindowSetFocusCallback -> IO (FunPtr C_WindowSetFocusCallback)
- Data.GI.Gtk: nativeDialogGetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m Maybe Text
+ Data.GI.Gtk: nativeDialogGetTitle :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m (Maybe Text)
- Data.GI.Gtk: nativeDialogGetTransientFor :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m Maybe Window
+ Data.GI.Gtk: nativeDialogGetTransientFor :: (HasCallStack, MonadIO m, IsNativeDialog a) => a -> m (Maybe Window)
- Data.GI.Gtk: new :: (Constructible a tag, MonadIO m) => ManagedPtr a -> a -> [AttrOp a tag] -> m a
+ Data.GI.Gtk: new :: (Constructible a tag, MonadIO m) => (ManagedPtr a -> a) -> [AttrOp a tag] -> m a
- Data.GI.Gtk: new' :: (MonadIO m, GObject o) => ManagedPtr o -> o -> [IO GValueConstruct o] -> m o
+ Data.GI.Gtk: new' :: (MonadIO m, GObject o) => (ManagedPtr o -> o) -> [IO (GValueConstruct o)] -> m o
- Data.GI.Gtk: newBoxed :: (HasCallStack, BoxedObject a) => ManagedPtr a -> a -> Ptr a -> IO a
+ Data.GI.Gtk: newBoxed :: (HasCallStack, BoxedObject a) => (ManagedPtr a -> a) -> Ptr a -> IO a
- Data.GI.Gtk: newManagedPtr :: HasCallStack => Ptr a -> IO () -> IO ManagedPtr a
+ Data.GI.Gtk: newManagedPtr :: HasCallStack => Ptr a -> IO () -> IO (ManagedPtr a)
- Data.GI.Gtk: newManagedPtr' :: HasCallStack => FinalizerPtr a -> Ptr a -> IO ManagedPtr a
+ Data.GI.Gtk: newManagedPtr' :: HasCallStack => FinalizerPtr a -> Ptr a -> IO (ManagedPtr a)
- Data.GI.Gtk: newManagedPtr_ :: () => Ptr a -> IO ManagedPtr a
+ Data.GI.Gtk: newManagedPtr_ :: () => Ptr a -> IO (ManagedPtr a)
- Data.GI.Gtk: newObject :: (HasCallStack, GObject a, GObject b) => ManagedPtr a -> a -> Ptr b -> IO a
+ Data.GI.Gtk: newObject :: (HasCallStack, GObject a, GObject b) => (ManagedPtr a -> a) -> Ptr b -> IO a
- Data.GI.Gtk: newPtr :: (HasCallStack, WrappedPtr a) => ManagedPtr a -> a -> Ptr a -> IO a
+ Data.GI.Gtk: newPtr :: (HasCallStack, WrappedPtr a) => (ManagedPtr a -> a) -> Ptr a -> IO a
- Data.GI.Gtk: notebookGetActionWidget :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PackType -> m Maybe Widget
+ Data.GI.Gtk: notebookGetActionWidget :: (HasCallStack, MonadIO m, IsNotebook a) => a -> PackType -> m (Maybe Widget)
- Data.GI.Gtk: notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m Maybe Text
+ Data.GI.Gtk: notebookGetGroupName :: (HasCallStack, MonadIO m, IsNotebook a) => a -> m (Maybe Text)
- Data.GI.Gtk: notebookGetMenuLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Maybe Widget
+ Data.GI.Gtk: notebookGetMenuLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Widget)
- Data.GI.Gtk: notebookGetMenuLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Maybe Text
+ Data.GI.Gtk: notebookGetMenuLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Text)
- Data.GI.Gtk: notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m Maybe Widget
+ Data.GI.Gtk: notebookGetNthPage :: (HasCallStack, MonadIO m, IsNotebook a) => a -> Int32 -> m (Maybe Widget)
- Data.GI.Gtk: notebookGetTabLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Maybe Widget
+ Data.GI.Gtk: notebookGetTabLabel :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Widget)
- Data.GI.Gtk: notebookGetTabLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m Maybe Text
+ Data.GI.Gtk: notebookGetTabLabelText :: (HasCallStack, MonadIO m, IsNotebook a, IsWidget b) => a -> b -> m (Maybe Text)
- Data.GI.Gtk: nullToNothing :: (NullToNothing a, MonadIO m) => IO a -> m Maybe UnMaybe a
+ Data.GI.Gtk: nullToNothing :: (NullToNothing a, MonadIO m) => IO a -> m (Maybe (UnMaybe a))
- Data.GI.Gtk: numerableIconGetBackgroundGicon :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m Maybe Icon
+ Data.GI.Gtk: numerableIconGetBackgroundGicon :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m (Maybe Icon)
- Data.GI.Gtk: numerableIconGetBackgroundIconName :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m Maybe Text
+ Data.GI.Gtk: numerableIconGetBackgroundIconName :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m (Maybe Text)
- Data.GI.Gtk: numerableIconGetLabel :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m Maybe Text
+ Data.GI.Gtk: numerableIconGetLabel :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m (Maybe Text)
- Data.GI.Gtk: numerableIconGetStyleContext :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m Maybe StyleContext
+ Data.GI.Gtk: numerableIconGetStyleContext :: (HasCallStack, MonadIO m, IsNumerableIcon a) => a -> m (Maybe StyleContext)
- Data.GI.Gtk: offscreenWindowGetPixbuf :: (HasCallStack, MonadIO m, IsOffscreenWindow a) => a -> m Maybe Pixbuf
+ Data.GI.Gtk: offscreenWindowGetPixbuf :: (HasCallStack, MonadIO m, IsOffscreenWindow a) => a -> m (Maybe Pixbuf)
- Data.GI.Gtk: offscreenWindowGetSurface :: (HasCallStack, MonadIO m, IsOffscreenWindow a) => a -> m Maybe Surface
+ Data.GI.Gtk: offscreenWindowGetSurface :: (HasCallStack, MonadIO m, IsOffscreenWindow a) => a -> m (Maybe Surface)
- Data.GI.Gtk: packBlockArray :: () => Int -> [Ptr a] -> IO Ptr a
+ Data.GI.Gtk: packBlockArray :: () => Int -> [Ptr a] -> IO (Ptr a)
- Data.GI.Gtk: packByteString :: ByteString -> IO Ptr Word8
+ Data.GI.Gtk: packByteString :: ByteString -> IO (Ptr Word8)
- Data.GI.Gtk: packFileNameArray :: [String] -> IO Ptr CString
+ Data.GI.Gtk: packFileNameArray :: [String] -> IO (Ptr CString)
- Data.GI.Gtk: packGArray :: Storable a => [a] -> IO Ptr GArray a
+ Data.GI.Gtk: packGArray :: Storable a => [a] -> IO (Ptr (GArray a))
- Data.GI.Gtk: packGByteArray :: ByteString -> IO Ptr GByteArray
+ Data.GI.Gtk: packGByteArray :: ByteString -> IO (Ptr GByteArray)
- Data.GI.Gtk: packGHashTable :: () => GHashFunc a -> GEqualFunc a -> Maybe GDestroyNotify a -> Maybe GDestroyNotify b -> [(PtrWrapped a, PtrWrapped b)] -> IO Ptr GHashTable a b
+ Data.GI.Gtk: packGHashTable :: () => GHashFunc a -> GEqualFunc a -> Maybe (GDestroyNotify a) -> Maybe (GDestroyNotify b) -> [(PtrWrapped a, PtrWrapped b)] -> IO (Ptr (GHashTable a b))
- Data.GI.Gtk: packGList :: () => [Ptr a] -> IO Ptr GList Ptr a
+ Data.GI.Gtk: packGList :: () => [Ptr a] -> IO (Ptr (GList (Ptr a)))
- Data.GI.Gtk: packGPtrArray :: () => [Ptr a] -> IO Ptr GPtrArray Ptr a
+ Data.GI.Gtk: packGPtrArray :: () => [Ptr a] -> IO (Ptr (GPtrArray (Ptr a)))
- Data.GI.Gtk: packGSList :: () => [Ptr a] -> IO Ptr GSList Ptr a
+ Data.GI.Gtk: packGSList :: () => [Ptr a] -> IO (Ptr (GSList (Ptr a)))
- Data.GI.Gtk: packMapStorableArray :: Storable b => a -> b -> [a] -> IO Ptr b
+ Data.GI.Gtk: packMapStorableArray :: Storable b => (a -> b) -> [a] -> IO (Ptr b)
- Data.GI.Gtk: packMapZeroTerminatedStorableArray :: (Num b, Storable b) => a -> b -> [a] -> IO Ptr b
+ Data.GI.Gtk: packMapZeroTerminatedStorableArray :: (Num b, Storable b) => (a -> b) -> [a] -> IO (Ptr b)
- Data.GI.Gtk: packPtrArray :: () => [Ptr a] -> IO Ptr Ptr a
+ Data.GI.Gtk: packPtrArray :: () => [Ptr a] -> IO (Ptr (Ptr a))
- Data.GI.Gtk: packStorableArray :: Storable a => [a] -> IO Ptr a
+ Data.GI.Gtk: packStorableArray :: Storable a => [a] -> IO (Ptr a)
- Data.GI.Gtk: packUTF8CArray :: [Text] -> IO Ptr CString
+ Data.GI.Gtk: packUTF8CArray :: [Text] -> IO (Ptr CString)
- Data.GI.Gtk: packZeroTerminatedByteString :: ByteString -> IO Ptr Word8
+ Data.GI.Gtk: packZeroTerminatedByteString :: ByteString -> IO (Ptr Word8)
- Data.GI.Gtk: packZeroTerminatedFileNameArray :: [String] -> IO Ptr CString
+ Data.GI.Gtk: packZeroTerminatedFileNameArray :: [String] -> IO (Ptr CString)
- Data.GI.Gtk: packZeroTerminatedPtrArray :: () => [Ptr a] -> IO Ptr Ptr a
+ Data.GI.Gtk: packZeroTerminatedPtrArray :: () => [Ptr a] -> IO (Ptr (Ptr a))
- Data.GI.Gtk: packZeroTerminatedStorableArray :: (Num a, Storable a) => [a] -> IO Ptr a
+ Data.GI.Gtk: packZeroTerminatedStorableArray :: (Num a, Storable a) => [a] -> IO (Ptr a)
- Data.GI.Gtk: packZeroTerminatedUTF8CArray :: [Text] -> IO Ptr CString
+ Data.GI.Gtk: packZeroTerminatedUTF8CArray :: [Text] -> IO (Ptr CString)
- Data.GI.Gtk: panedGetChild1 :: (HasCallStack, MonadIO m, IsPaned a) => a -> m Maybe Widget
+ Data.GI.Gtk: panedGetChild1 :: (HasCallStack, MonadIO m, IsPaned a) => a -> m (Maybe Widget)
- Data.GI.Gtk: panedGetChild2 :: (HasCallStack, MonadIO m, IsPaned a) => a -> m Maybe Widget
+ Data.GI.Gtk: panedGetChild2 :: (HasCallStack, MonadIO m, IsPaned a) => a -> m (Maybe Widget)
- Data.GI.Gtk: placesSidebarGetLocation :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m Maybe File
+ Data.GI.Gtk: placesSidebarGetLocation :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> m (Maybe File)
- Data.GI.Gtk: placesSidebarGetNthBookmark :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Int32 -> m Maybe File
+ Data.GI.Gtk: placesSidebarGetNthBookmark :: (HasCallStack, MonadIO m, IsPlacesSidebar a) => a -> Int32 -> m (Maybe File)
- Data.GI.Gtk: plugGetSocketWindow :: (HasCallStack, MonadIO m, IsPlug a) => a -> m Maybe Window
+ Data.GI.Gtk: plugGetSocketWindow :: (HasCallStack, MonadIO m, IsPlug a) => a -> m (Maybe Window)
- Data.GI.Gtk: popoverGetDefaultWidget :: (HasCallStack, MonadIO m, IsPopover a) => a -> m Maybe Widget
+ Data.GI.Gtk: popoverGetDefaultWidget :: (HasCallStack, MonadIO m, IsPopover a) => a -> m (Maybe Widget)
- Data.GI.Gtk: progressBarGetText :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> m Maybe Text
+ Data.GI.Gtk: progressBarGetText :: (HasCallStack, MonadIO m, IsProgressBar a) => a -> m (Maybe Text)
- Data.GI.Gtk: propagateGError :: () => Ptr Ptr GError -> IO a -> IO a
+ Data.GI.Gtk: propagateGError :: () => (Ptr (Ptr GError) -> IO a) -> IO a
- Data.GI.Gtk: ptrPackPtr :: () => Ptr a -> PtrWrapped Ptr a
+ Data.GI.Gtk: ptrPackPtr :: () => Ptr a -> PtrWrapped (Ptr a)
- Data.GI.Gtk: ptrUnpackPtr :: () => PtrWrapped Ptr a -> Ptr a
+ Data.GI.Gtk: ptrUnpackPtr :: () => PtrWrapped (Ptr a) -> Ptr a
- Data.GI.Gtk: rcGetStyleByPaths :: (HasCallStack, MonadIO m, IsSettings a) => a -> Maybe Text -> Maybe Text -> GType -> m Maybe Style
+ Data.GI.Gtk: rcGetStyleByPaths :: (HasCallStack, MonadIO m, IsSettings a) => a -> Maybe Text -> Maybe Text -> GType -> m (Maybe Style)
- Data.GI.Gtk: recentFilterGetName :: (HasCallStack, MonadIO m, IsRecentFilter a) => a -> m Maybe Text
+ Data.GI.Gtk: recentFilterGetName :: (HasCallStack, MonadIO m, IsRecentFilter a) => a -> m (Maybe Text)
- Data.GI.Gtk: recentInfoCreateAppInfo :: (HasCallStack, MonadIO m) => RecentInfo -> Maybe Text -> m Maybe AppInfo
+ Data.GI.Gtk: recentInfoCreateAppInfo :: (HasCallStack, MonadIO m) => RecentInfo -> Maybe Text -> m (Maybe AppInfo)
- Data.GI.Gtk: recentInfoGetGicon :: (HasCallStack, MonadIO m) => RecentInfo -> m Maybe Icon
+ Data.GI.Gtk: recentInfoGetGicon :: (HasCallStack, MonadIO m) => RecentInfo -> m (Maybe Icon)
- Data.GI.Gtk: recentInfoGetIcon :: (HasCallStack, MonadIO m) => RecentInfo -> Int32 -> m Maybe Pixbuf
+ Data.GI.Gtk: recentInfoGetIcon :: (HasCallStack, MonadIO m) => RecentInfo -> Int32 -> m (Maybe Pixbuf)
- Data.GI.Gtk: recentInfoGetUriDisplay :: (HasCallStack, MonadIO m) => RecentInfo -> m Maybe Text
+ Data.GI.Gtk: recentInfoGetUriDisplay :: (HasCallStack, MonadIO m) => RecentInfo -> m (Maybe Text)
- Data.GI.Gtk: recentManagerLookupItem :: (HasCallStack, MonadIO m, IsRecentManager a) => a -> Text -> m Maybe RecentInfo
+ Data.GI.Gtk: recentManagerLookupItem :: (HasCallStack, MonadIO m, IsRecentManager a) => a -> Text -> m (Maybe RecentInfo)
- Data.GI.Gtk: scaleGetLayout :: (HasCallStack, MonadIO m, IsScale a) => a -> m Maybe Layout
+ Data.GI.Gtk: scaleGetLayout :: (HasCallStack, MonadIO m, IsScale a) => a -> m (Maybe Layout)
- Data.GI.Gtk: selectionDataGetPixbuf :: (HasCallStack, MonadIO m) => SelectionData -> m Maybe Pixbuf
+ Data.GI.Gtk: selectionDataGetPixbuf :: (HasCallStack, MonadIO m) => SelectionData -> m (Maybe Pixbuf)
- Data.GI.Gtk: selectionDataGetText :: (HasCallStack, MonadIO m) => SelectionData -> m Maybe Text
+ Data.GI.Gtk: selectionDataGetText :: (HasCallStack, MonadIO m) => SelectionData -> m (Maybe Text)
- Data.GI.Gtk: setBindingSetClassBranchPspecs :: MonadIO m => BindingSet -> Ptr GSList Ptr () -> m ()
+ Data.GI.Gtk: setBindingSetClassBranchPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()
- Data.GI.Gtk: setBindingSetWidgetClassPspecs :: MonadIO m => BindingSet -> Ptr GSList Ptr () -> m ()
+ Data.GI.Gtk: setBindingSetWidgetClassPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()
- Data.GI.Gtk: setBindingSetWidgetPathPspecs :: MonadIO m => BindingSet -> Ptr GSList Ptr () -> m ()
+ Data.GI.Gtk: setBindingSetWidgetPathPspecs :: MonadIO m => BindingSet -> Ptr (GSList (Ptr ())) -> m ()
- Data.GI.Gtk: settingsGetDefault :: (HasCallStack, MonadIO m) => m Maybe Settings
+ Data.GI.Gtk: settingsGetDefault :: (HasCallStack, MonadIO m) => m (Maybe Settings)
- Data.GI.Gtk: shortcutLabelGetAccelerator :: (HasCallStack, MonadIO m, IsShortcutLabel a) => a -> m Maybe Text
+ Data.GI.Gtk: shortcutLabelGetAccelerator :: (HasCallStack, MonadIO m, IsShortcutLabel a) => a -> m (Maybe Text)
- Data.GI.Gtk: shortcutLabelGetDisabledText :: (HasCallStack, MonadIO m, IsShortcutLabel a) => a -> m Maybe Text
+ Data.GI.Gtk: shortcutLabelGetDisabledText :: (HasCallStack, MonadIO m, IsShortcutLabel a) => a -> m (Maybe Text)
- Data.GI.Gtk: socketGetPlugWindow :: (HasCallStack, MonadIO m, IsSocket a) => a -> m Maybe Window
+ Data.GI.Gtk: socketGetPlugWindow :: (HasCallStack, MonadIO m, IsSocket a) => a -> m (Maybe Window)
- Data.GI.Gtk: stackGetChildByName :: (HasCallStack, MonadIO m, IsStack a) => a -> Text -> m Maybe Widget
+ Data.GI.Gtk: stackGetChildByName :: (HasCallStack, MonadIO m, IsStack a) => a -> Text -> m (Maybe Widget)
- Data.GI.Gtk: stackGetVisibleChild :: (HasCallStack, MonadIO m, IsStack a) => a -> m Maybe Widget
+ Data.GI.Gtk: stackGetVisibleChild :: (HasCallStack, MonadIO m, IsStack a) => a -> m (Maybe Widget)
- Data.GI.Gtk: stackGetVisibleChildName :: (HasCallStack, MonadIO m, IsStack a) => a -> m Maybe Text
+ Data.GI.Gtk: stackGetVisibleChildName :: (HasCallStack, MonadIO m, IsStack a) => a -> m (Maybe Text)
- Data.GI.Gtk: stackSidebarGetStack :: (HasCallStack, MonadIO m, IsStackSidebar a) => a -> m Maybe Stack
+ Data.GI.Gtk: stackSidebarGetStack :: (HasCallStack, MonadIO m, IsStackSidebar a) => a -> m (Maybe Stack)
- Data.GI.Gtk: stackSwitcherGetStack :: (HasCallStack, MonadIO m, IsStackSwitcher a) => a -> m Maybe Stack
+ Data.GI.Gtk: stackSwitcherGetStack :: (HasCallStack, MonadIO m, IsStackSwitcher a) => a -> m (Maybe Stack)
- Data.GI.Gtk: statusIconGetGicon :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m Maybe Icon
+ Data.GI.Gtk: statusIconGetGicon :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m (Maybe Icon)
- Data.GI.Gtk: statusIconGetIconName :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m Maybe Text
+ Data.GI.Gtk: statusIconGetIconName :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m (Maybe Text)
- Data.GI.Gtk: statusIconGetPixbuf :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m Maybe Pixbuf
+ Data.GI.Gtk: statusIconGetPixbuf :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m (Maybe Pixbuf)
- Data.GI.Gtk: statusIconGetStock :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m Maybe Text
+ Data.GI.Gtk: statusIconGetStock :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m (Maybe Text)
- Data.GI.Gtk: statusIconGetTooltipMarkup :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m Maybe Text
+ Data.GI.Gtk: statusIconGetTooltipMarkup :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m (Maybe Text)
- Data.GI.Gtk: statusIconGetTooltipText :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m Maybe Text
+ Data.GI.Gtk: statusIconGetTooltipText :: (HasCallStack, MonadIO m, IsStatusIcon a) => a -> m (Maybe Text)
- Data.GI.Gtk: styleContextGetFrameClock :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> m Maybe FrameClock
+ Data.GI.Gtk: styleContextGetFrameClock :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> m (Maybe FrameClock)
- Data.GI.Gtk: styleContextGetParent :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> m Maybe StyleContext
+ Data.GI.Gtk: styleContextGetParent :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> m (Maybe StyleContext)
- Data.GI.Gtk: styleContextGetSection :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> Text -> m Maybe CssSection
+ Data.GI.Gtk: styleContextGetSection :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> Text -> m (Maybe CssSection)
- Data.GI.Gtk: styleContextLookupIconSet :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> Text -> m Maybe IconSet
+ Data.GI.Gtk: styleContextLookupIconSet :: (HasCallStack, MonadIO m, IsStyleContext a) => a -> Text -> m (Maybe IconSet)
- Data.GI.Gtk: styleProviderGetIconFactory :: (HasCallStack, MonadIO m, IsStyleProvider a) => a -> WidgetPath -> m Maybe IconFactory
+ Data.GI.Gtk: styleProviderGetIconFactory :: (HasCallStack, MonadIO m, IsStyleProvider a) => a -> WidgetPath -> m (Maybe IconFactory)
- Data.GI.Gtk: styleProviderGetStyle :: (HasCallStack, MonadIO m, IsStyleProvider a) => a -> WidgetPath -> m Maybe StyleProperties
+ Data.GI.Gtk: styleProviderGetStyle :: (HasCallStack, MonadIO m, IsStyleProvider a) => a -> WidgetPath -> m (Maybe StyleProperties)
- Data.GI.Gtk: testFindWidget :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> GType -> m Maybe Widget
+ Data.GI.Gtk: testFindWidget :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> GType -> m (Maybe Widget)
- Data.GI.Gtk: textBufferGetMark :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> Text -> m Maybe TextMark
+ Data.GI.Gtk: textBufferGetMark :: (HasCallStack, MonadIO m, IsTextBuffer a) => a -> Text -> m (Maybe TextMark)
- Data.GI.Gtk: textMarkGetName :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m Maybe Text
+ Data.GI.Gtk: textMarkGetName :: (HasCallStack, MonadIO m, IsTextMark a) => a -> m (Maybe Text)
- Data.GI.Gtk: textTagTableLookup :: (HasCallStack, MonadIO m, IsTextTagTable a) => a -> Text -> m Maybe TextTag
+ Data.GI.Gtk: textTagTableLookup :: (HasCallStack, MonadIO m, IsTextTagTable a) => a -> Text -> m (Maybe TextTag)
- Data.GI.Gtk: textViewGetTabs :: (HasCallStack, MonadIO m, IsTextView a) => a -> m Maybe TabArray
+ Data.GI.Gtk: textViewGetTabs :: (HasCallStack, MonadIO m, IsTextView a) => a -> m (Maybe TabArray)
- Data.GI.Gtk: textViewGetWindow :: (HasCallStack, MonadIO m, IsTextView a) => a -> TextWindowType -> m Maybe Window
+ Data.GI.Gtk: textViewGetWindow :: (HasCallStack, MonadIO m, IsTextView a) => a -> TextWindowType -> m (Maybe Window)
- Data.GI.Gtk: themingEngineGetScreen :: (HasCallStack, MonadIO m, IsThemingEngine a) => a -> m Maybe Screen
+ Data.GI.Gtk: themingEngineGetScreen :: (HasCallStack, MonadIO m, IsThemingEngine a) => a -> m (Maybe Screen)
- Data.GI.Gtk: themingEngineLoad :: (HasCallStack, MonadIO m) => Text -> m Maybe ThemingEngine
+ Data.GI.Gtk: themingEngineLoad :: (HasCallStack, MonadIO m) => Text -> m (Maybe ThemingEngine)
- Data.GI.Gtk: toolButtonGetIconName :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m Maybe Text
+ Data.GI.Gtk: toolButtonGetIconName :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m (Maybe Text)
- Data.GI.Gtk: toolButtonGetIconWidget :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m Maybe Widget
+ Data.GI.Gtk: toolButtonGetIconWidget :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m (Maybe Widget)
- Data.GI.Gtk: toolButtonGetLabel :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m Maybe Text
+ Data.GI.Gtk: toolButtonGetLabel :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m (Maybe Text)
- Data.GI.Gtk: toolButtonGetLabelWidget :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m Maybe Widget
+ Data.GI.Gtk: toolButtonGetLabelWidget :: (HasCallStack, MonadIO m, IsToolButton a) => a -> m (Maybe Widget)
- Data.GI.Gtk: toolItemGetProxyMenuItem :: (HasCallStack, MonadIO m, IsToolItem a) => a -> Text -> m Maybe Widget
+ Data.GI.Gtk: toolItemGetProxyMenuItem :: (HasCallStack, MonadIO m, IsToolItem a) => a -> Text -> m (Maybe Widget)
- Data.GI.Gtk: toolPaletteGetDropGroup :: (HasCallStack, MonadIO m, IsToolPalette a) => a -> Int32 -> Int32 -> m Maybe ToolItemGroup
+ Data.GI.Gtk: toolPaletteGetDropGroup :: (HasCallStack, MonadIO m, IsToolPalette a) => a -> Int32 -> Int32 -> m (Maybe ToolItemGroup)
- Data.GI.Gtk: toolPaletteGetDropItem :: (HasCallStack, MonadIO m, IsToolPalette a) => a -> Int32 -> Int32 -> m Maybe ToolItem
+ Data.GI.Gtk: toolPaletteGetDropItem :: (HasCallStack, MonadIO m, IsToolPalette a) => a -> Int32 -> Int32 -> m (Maybe ToolItem)
- Data.GI.Gtk: toolbarGetNthItem :: (HasCallStack, MonadIO m, IsToolbar a) => a -> Int32 -> m Maybe ToolItem
+ Data.GI.Gtk: toolbarGetNthItem :: (HasCallStack, MonadIO m, IsToolbar a) => a -> Int32 -> m (Maybe ToolItem)
- Data.GI.Gtk: treeModelFilterConvertChildPathToPath :: (HasCallStack, MonadIO m, IsTreeModelFilter a) => a -> TreePath -> m Maybe TreePath
+ Data.GI.Gtk: treeModelFilterConvertChildPathToPath :: (HasCallStack, MonadIO m, IsTreeModelFilter a) => a -> TreePath -> m (Maybe TreePath)
- Data.GI.Gtk: treeModelFilterConvertPathToChildPath :: (HasCallStack, MonadIO m, IsTreeModelFilter a) => a -> TreePath -> m Maybe TreePath
+ Data.GI.Gtk: treeModelFilterConvertPathToChildPath :: (HasCallStack, MonadIO m, IsTreeModelFilter a) => a -> TreePath -> m (Maybe TreePath)
- Data.GI.Gtk: treeModelSortConvertChildPathToPath :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreePath -> m Maybe TreePath
+ Data.GI.Gtk: treeModelSortConvertChildPathToPath :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreePath -> m (Maybe TreePath)
- Data.GI.Gtk: treeModelSortConvertPathToChildPath :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreePath -> m Maybe TreePath
+ Data.GI.Gtk: treeModelSortConvertPathToChildPath :: (HasCallStack, MonadIO m, IsTreeModelSort a) => a -> TreePath -> m (Maybe TreePath)
- Data.GI.Gtk: treePathGetIndices :: (HasCallStack, MonadIO m) => TreePath -> m Maybe [Int32]
+ Data.GI.Gtk: treePathGetIndices :: (HasCallStack, MonadIO m) => TreePath -> m (Maybe [Int32])
- Data.GI.Gtk: treeRowReferenceGetPath :: (HasCallStack, MonadIO m) => TreeRowReference -> m Maybe TreePath
+ Data.GI.Gtk: treeRowReferenceGetPath :: (HasCallStack, MonadIO m) => TreeRowReference -> m (Maybe TreePath)
- Data.GI.Gtk: treeViewColumnGetTreeView :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Maybe Widget
+ Data.GI.Gtk: treeViewColumnGetTreeView :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m (Maybe Widget)
- Data.GI.Gtk: treeViewColumnGetWidget :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m Maybe Widget
+ Data.GI.Gtk: treeViewColumnGetWidget :: (HasCallStack, MonadIO m, IsTreeViewColumn a) => a -> m (Maybe Widget)
- Data.GI.Gtk: treeViewGetBinWindow :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Maybe Window
+ Data.GI.Gtk: treeViewGetBinWindow :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe Window)
- Data.GI.Gtk: treeViewGetColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> m Maybe TreeViewColumn
+ Data.GI.Gtk: treeViewGetColumn :: (HasCallStack, MonadIO m, IsTreeView a) => a -> Int32 -> m (Maybe TreeViewColumn)
- Data.GI.Gtk: treeViewGetModel :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m Maybe TreeModel
+ Data.GI.Gtk: treeViewGetModel :: (HasCallStack, MonadIO m, IsTreeView a) => a -> m (Maybe TreeModel)
- Data.GI.Gtk: uIManagerGetAction :: (HasCallStack, MonadIO m, IsUIManager a) => a -> Text -> m Maybe Action
+ Data.GI.Gtk: uIManagerGetAction :: (HasCallStack, MonadIO m, IsUIManager a) => a -> Text -> m (Maybe Action)
- Data.GI.Gtk: uIManagerGetWidget :: (HasCallStack, MonadIO m, IsUIManager a) => a -> Text -> m Maybe Widget
+ Data.GI.Gtk: uIManagerGetWidget :: (HasCallStack, MonadIO m, IsUIManager a) => a -> Text -> m (Maybe Widget)
- Data.GI.Gtk: unpackGArray :: Storable a => Ptr GArray a -> IO [a]
+ Data.GI.Gtk: unpackGArray :: Storable a => Ptr (GArray a) -> IO [a]
- Data.GI.Gtk: unpackGHashTable :: () => Ptr GHashTable a b -> IO [(PtrWrapped a, PtrWrapped b)]
+ Data.GI.Gtk: unpackGHashTable :: () => Ptr (GHashTable a b) -> IO [(PtrWrapped a, PtrWrapped b)]
- Data.GI.Gtk: unpackGList :: () => Ptr GList Ptr a -> IO [Ptr a]
+ Data.GI.Gtk: unpackGList :: () => Ptr (GList (Ptr a)) -> IO [Ptr a]
- Data.GI.Gtk: unpackGPtrArray :: () => Ptr GPtrArray Ptr a -> IO [Ptr a]
+ Data.GI.Gtk: unpackGPtrArray :: () => Ptr (GPtrArray (Ptr a)) -> IO [Ptr a]
- Data.GI.Gtk: unpackGSList :: () => Ptr GSList Ptr a -> IO [Ptr a]
+ Data.GI.Gtk: unpackGSList :: () => Ptr (GSList (Ptr a)) -> IO [Ptr a]
- Data.GI.Gtk: unpackMapStorableArrayWithLength :: (Integral a, Storable b) => b -> c -> a -> Ptr b -> IO [c]
+ Data.GI.Gtk: unpackMapStorableArrayWithLength :: (Integral a, Storable b) => (b -> c) -> a -> Ptr b -> IO [c]
- Data.GI.Gtk: unpackMapZeroTerminatedStorableArray :: (Eq a, Num a, Storable a) => a -> b -> Ptr a -> IO [b]
+ Data.GI.Gtk: unpackMapZeroTerminatedStorableArray :: (Eq a, Num a, Storable a) => (a -> b) -> Ptr a -> IO [b]
- Data.GI.Gtk: unpackPtrArrayWithLength :: Integral a => a -> Ptr Ptr b -> IO [Ptr b]
+ Data.GI.Gtk: unpackPtrArrayWithLength :: Integral a => a -> Ptr (Ptr b) -> IO [Ptr b]
- Data.GI.Gtk: unpackZeroTerminatedPtrArray :: () => Ptr Ptr a -> IO [Ptr a]
+ Data.GI.Gtk: unpackZeroTerminatedPtrArray :: () => Ptr (Ptr a) -> IO [Ptr a]
- Data.GI.Gtk: unrefGArray :: () => Ptr GArray a -> IO ()
+ Data.GI.Gtk: unrefGArray :: () => Ptr (GArray a) -> IO ()
- Data.GI.Gtk: unrefGHashTable :: () => Ptr GHashTable a b -> IO ()
+ Data.GI.Gtk: unrefGHashTable :: () => Ptr (GHashTable a b) -> IO ()
- Data.GI.Gtk: unrefPtrArray :: () => Ptr GPtrArray a -> IO ()
+ Data.GI.Gtk: unrefPtrArray :: () => Ptr (GPtrArray a) -> IO ()
- Data.GI.Gtk: unsafeCastTo :: (HasCallStack, GObject o, GObject o') => ManagedPtr o' -> o' -> o -> IO o'
+ Data.GI.Gtk: unsafeCastTo :: (HasCallStack, GObject o, GObject o') => (ManagedPtr o' -> o') -> o -> IO o'
- Data.GI.Gtk: unsafeManagedPtrCastPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO Ptr b
+ Data.GI.Gtk: unsafeManagedPtrCastPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b)
- Data.GI.Gtk: unsafeManagedPtrGetPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO Ptr a
+ Data.GI.Gtk: unsafeManagedPtrGetPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr a)
- Data.GI.Gtk: widgetDragDestFindTarget :: (HasCallStack, MonadIO m, IsWidget a, IsDragContext b) => a -> b -> Maybe TargetList -> m Maybe Atom
+ Data.GI.Gtk: widgetDragDestFindTarget :: (HasCallStack, MonadIO m, IsWidget a, IsDragContext b) => a -> b -> Maybe TargetList -> m (Maybe Atom)
- Data.GI.Gtk: widgetDragDestGetTargetList :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe TargetList
+ Data.GI.Gtk: widgetDragDestGetTargetList :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe TargetList)
- Data.GI.Gtk: widgetDragSourceGetTargetList :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe TargetList
+ Data.GI.Gtk: widgetDragSourceGetTargetList :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe TargetList)
- Data.GI.Gtk: widgetGetActionGroup :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> m Maybe ActionGroup
+ Data.GI.Gtk: widgetGetActionGroup :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> m (Maybe ActionGroup)
- Data.GI.Gtk: widgetGetAncestor :: (HasCallStack, MonadIO m, IsWidget a) => a -> GType -> m Maybe Widget
+ Data.GI.Gtk: widgetGetAncestor :: (HasCallStack, MonadIO m, IsWidget a) => a -> GType -> m (Maybe Widget)
- Data.GI.Gtk: widgetGetFontMap :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe FontMap
+ Data.GI.Gtk: widgetGetFontMap :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe FontMap)
- Data.GI.Gtk: widgetGetFontOptions :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe FontOptions
+ Data.GI.Gtk: widgetGetFontOptions :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe FontOptions)
- Data.GI.Gtk: widgetGetFrameClock :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe FrameClock
+ Data.GI.Gtk: widgetGetFrameClock :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe FrameClock)
- Data.GI.Gtk: widgetGetParent :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe Widget
+ Data.GI.Gtk: widgetGetParent :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Widget)
- Data.GI.Gtk: widgetGetParentWindow :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe Window
+ Data.GI.Gtk: widgetGetParentWindow :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Window)
- Data.GI.Gtk: widgetGetTooltipMarkup :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe Text
+ Data.GI.Gtk: widgetGetTooltipMarkup :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Text)
- Data.GI.Gtk: widgetGetTooltipText :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe Text
+ Data.GI.Gtk: widgetGetTooltipText :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Text)
- Data.GI.Gtk: widgetGetWindow :: (HasCallStack, MonadIO m, IsWidget a) => a -> m Maybe Window
+ Data.GI.Gtk: widgetGetWindow :: (HasCallStack, MonadIO m, IsWidget a) => a -> m (Maybe Window)
- Data.GI.Gtk: widgetPathIterGetName :: (HasCallStack, MonadIO m) => WidgetPath -> Int32 -> m Maybe Text
+ Data.GI.Gtk: widgetPathIterGetName :: (HasCallStack, MonadIO m) => WidgetPath -> Int32 -> m (Maybe Text)
- Data.GI.Gtk: widgetPathIterGetObjectName :: (HasCallStack, MonadIO m) => WidgetPath -> Int32 -> m Maybe Text
+ Data.GI.Gtk: widgetPathIterGetObjectName :: (HasCallStack, MonadIO m) => WidgetPath -> Int32 -> m (Maybe Text)
- Data.GI.Gtk: widgetRenderIcon :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> Int32 -> Maybe Text -> m Maybe Pixbuf
+ Data.GI.Gtk: widgetRenderIcon :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> Int32 -> Maybe Text -> m (Maybe Pixbuf)
- Data.GI.Gtk: widgetRenderIconPixbuf :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> Int32 -> m Maybe Pixbuf
+ Data.GI.Gtk: widgetRenderIconPixbuf :: (HasCallStack, MonadIO m, IsWidget a) => a -> Text -> Int32 -> m (Maybe Pixbuf)
- Data.GI.Gtk: windowGetApplication :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Application
+ Data.GI.Gtk: windowGetApplication :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Application)
- Data.GI.Gtk: windowGetAttachedTo :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Widget
+ Data.GI.Gtk: windowGetAttachedTo :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- Data.GI.Gtk: windowGetDefaultWidget :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Widget
+ Data.GI.Gtk: windowGetDefaultWidget :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- Data.GI.Gtk: windowGetFocus :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Widget
+ Data.GI.Gtk: windowGetFocus :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- Data.GI.Gtk: windowGetIcon :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Pixbuf
+ Data.GI.Gtk: windowGetIcon :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Pixbuf)
- Data.GI.Gtk: windowGetIconName :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Text
+ Data.GI.Gtk: windowGetIconName :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Text)
- Data.GI.Gtk: windowGetRole :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Text
+ Data.GI.Gtk: windowGetRole :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Text)
- Data.GI.Gtk: windowGetTitle :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Text
+ Data.GI.Gtk: windowGetTitle :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Text)
- Data.GI.Gtk: windowGetTitlebar :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Widget
+ Data.GI.Gtk: windowGetTitlebar :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Widget)
- Data.GI.Gtk: windowGetTransientFor :: (HasCallStack, MonadIO m, IsWindow a) => a -> m Maybe Window
+ Data.GI.Gtk: windowGetTransientFor :: (HasCallStack, MonadIO m, IsWindow a) => a -> m (Maybe Window)
- Data.GI.Gtk: windowGroupGetCurrentDeviceGrab :: (HasCallStack, MonadIO m, IsWindowGroup a, IsDevice b) => a -> b -> m Maybe Widget
+ Data.GI.Gtk: windowGroupGetCurrentDeviceGrab :: (HasCallStack, MonadIO m, IsWindowGroup a, IsDevice b) => a -> b -> m (Maybe Widget)
- Data.GI.Gtk: withManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> Ptr a -> IO c -> IO c
+ Data.GI.Gtk: withManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> (Ptr a -> IO c) -> IO c
- Data.GI.Gtk: withManagedPtrList :: (HasCallStack, ManagedPtrNewtype a) => [a] -> [Ptr a] -> IO c -> IO c
+ Data.GI.Gtk: withManagedPtrList :: (HasCallStack, ManagedPtrNewtype a) => [a] -> ([Ptr a] -> IO c) -> IO c
- Data.GI.Gtk: withTextCString :: () => Text -> CString -> IO a -> IO a
+ Data.GI.Gtk: withTextCString :: () => Text -> (CString -> IO a) -> IO a
- Data.GI.Gtk: withTransient :: (HasCallStack, ManagedPtrNewtype a) => ManagedPtr a -> a -> Ptr a -> a -> IO b -> IO b
+ Data.GI.Gtk: withTransient :: (HasCallStack, ManagedPtrNewtype a) => (ManagedPtr a -> a) -> Ptr a -> (a -> IO b) -> IO b
- Data.GI.Gtk: wrapBoxed :: (HasCallStack, BoxedObject a) => ManagedPtr a -> a -> Ptr a -> IO a
+ Data.GI.Gtk: wrapBoxed :: (HasCallStack, BoxedObject a) => (ManagedPtr a -> a) -> Ptr a -> IO a
- Data.GI.Gtk: wrapObject :: (HasCallStack, GObject a, GObject b) => ManagedPtr a -> a -> Ptr b -> IO a
+ Data.GI.Gtk: wrapObject :: (HasCallStack, GObject a, GObject b) => (ManagedPtr a -> a) -> Ptr b -> IO a
- Data.GI.Gtk: wrapPtr :: (HasCallStack, WrappedPtr a) => ManagedPtr a -> a -> Ptr a -> IO a
+ Data.GI.Gtk: wrapPtr :: (HasCallStack, WrappedPtr a) => (ManagedPtr a -> a) -> Ptr a -> IO a
- Data.GI.Gtk: wrap_AccelGroupActivate :: Maybe Ptr FunPtr C_AccelGroupActivate -> AccelGroupActivate -> C_AccelGroupActivate
+ Data.GI.Gtk: wrap_AccelGroupActivate :: Maybe (Ptr (FunPtr C_AccelGroupActivate)) -> AccelGroupActivate -> C_AccelGroupActivate
- Data.GI.Gtk: wrap_AccelGroupFindFunc :: Maybe Ptr FunPtr C_AccelGroupFindFunc -> AccelGroupFindFunc_WithClosures -> C_AccelGroupFindFunc
+ Data.GI.Gtk: wrap_AccelGroupFindFunc :: Maybe (Ptr (FunPtr C_AccelGroupFindFunc)) -> AccelGroupFindFunc_WithClosures -> C_AccelGroupFindFunc
- Data.GI.Gtk: wrap_AccelMapForeach :: Maybe Ptr FunPtr C_AccelMapForeach -> AccelMapForeach -> C_AccelMapForeach
+ Data.GI.Gtk: wrap_AccelMapForeach :: Maybe (Ptr (FunPtr C_AccelMapForeach)) -> AccelMapForeach -> C_AccelMapForeach
- Data.GI.Gtk: wrap_AssistantPageFunc :: Maybe Ptr FunPtr C_AssistantPageFunc -> AssistantPageFunc_WithClosures -> C_AssistantPageFunc
+ Data.GI.Gtk: wrap_AssistantPageFunc :: Maybe (Ptr (FunPtr C_AssistantPageFunc)) -> AssistantPageFunc_WithClosures -> C_AssistantPageFunc
- Data.GI.Gtk: wrap_BuilderConnectFunc :: Maybe Ptr FunPtr C_BuilderConnectFunc -> BuilderConnectFunc_WithClosures -> C_BuilderConnectFunc
+ Data.GI.Gtk: wrap_BuilderConnectFunc :: Maybe (Ptr (FunPtr C_BuilderConnectFunc)) -> BuilderConnectFunc_WithClosures -> C_BuilderConnectFunc
- Data.GI.Gtk: wrap_CalendarDetailFunc :: Maybe Ptr FunPtr C_CalendarDetailFunc -> CalendarDetailFunc_WithClosures -> C_CalendarDetailFunc
+ Data.GI.Gtk: wrap_CalendarDetailFunc :: Maybe (Ptr (FunPtr C_CalendarDetailFunc)) -> CalendarDetailFunc_WithClosures -> C_CalendarDetailFunc
- Data.GI.Gtk: wrap_Callback :: Maybe Ptr FunPtr C_Callback -> Callback_WithClosures -> C_Callback
+ Data.GI.Gtk: wrap_Callback :: Maybe (Ptr (FunPtr C_Callback)) -> Callback_WithClosures -> C_Callback
- Data.GI.Gtk: wrap_CellAllocCallback :: Maybe Ptr FunPtr C_CellAllocCallback -> CellAllocCallback_WithClosures -> C_CellAllocCallback
+ Data.GI.Gtk: wrap_CellAllocCallback :: Maybe (Ptr (FunPtr C_CellAllocCallback)) -> CellAllocCallback_WithClosures -> C_CellAllocCallback
- Data.GI.Gtk: wrap_CellCallback :: Maybe Ptr FunPtr C_CellCallback -> CellCallback_WithClosures -> C_CellCallback
+ Data.GI.Gtk: wrap_CellCallback :: Maybe (Ptr (FunPtr C_CellCallback)) -> CellCallback_WithClosures -> C_CellCallback
- Data.GI.Gtk: wrap_CellLayoutDataFunc :: Maybe Ptr FunPtr C_CellLayoutDataFunc -> CellLayoutDataFunc_WithClosures -> C_CellLayoutDataFunc
+ Data.GI.Gtk: wrap_CellLayoutDataFunc :: Maybe (Ptr (FunPtr C_CellLayoutDataFunc)) -> CellLayoutDataFunc_WithClosures -> C_CellLayoutDataFunc
- Data.GI.Gtk: wrap_ClipboardClearFunc :: Maybe Ptr FunPtr C_ClipboardClearFunc -> ClipboardClearFunc -> C_ClipboardClearFunc
+ Data.GI.Gtk: wrap_ClipboardClearFunc :: Maybe (Ptr (FunPtr C_ClipboardClearFunc)) -> ClipboardClearFunc -> C_ClipboardClearFunc
- Data.GI.Gtk: wrap_ClipboardGetFunc :: Maybe Ptr FunPtr C_ClipboardGetFunc -> ClipboardGetFunc -> C_ClipboardGetFunc
+ Data.GI.Gtk: wrap_ClipboardGetFunc :: Maybe (Ptr (FunPtr C_ClipboardGetFunc)) -> ClipboardGetFunc -> C_ClipboardGetFunc
- Data.GI.Gtk: wrap_ClipboardImageReceivedFunc :: Maybe Ptr FunPtr C_ClipboardImageReceivedFunc -> ClipboardImageReceivedFunc_WithClosures -> C_ClipboardImageReceivedFunc
+ Data.GI.Gtk: wrap_ClipboardImageReceivedFunc :: Maybe (Ptr (FunPtr C_ClipboardImageReceivedFunc)) -> ClipboardImageReceivedFunc_WithClosures -> C_ClipboardImageReceivedFunc
- Data.GI.Gtk: wrap_ClipboardReceivedFunc :: Maybe Ptr FunPtr C_ClipboardReceivedFunc -> ClipboardReceivedFunc_WithClosures -> C_ClipboardReceivedFunc
+ Data.GI.Gtk: wrap_ClipboardReceivedFunc :: Maybe (Ptr (FunPtr C_ClipboardReceivedFunc)) -> ClipboardReceivedFunc_WithClosures -> C_ClipboardReceivedFunc
- Data.GI.Gtk: wrap_ClipboardRichTextReceivedFunc :: Maybe Ptr FunPtr C_ClipboardRichTextReceivedFunc -> ClipboardRichTextReceivedFunc_WithClosures -> C_ClipboardRichTextReceivedFunc
+ Data.GI.Gtk: wrap_ClipboardRichTextReceivedFunc :: Maybe (Ptr (FunPtr C_ClipboardRichTextReceivedFunc)) -> ClipboardRichTextReceivedFunc_WithClosures -> C_ClipboardRichTextReceivedFunc
- Data.GI.Gtk: wrap_ClipboardTargetsReceivedFunc :: Maybe Ptr FunPtr C_ClipboardTargetsReceivedFunc -> ClipboardTargetsReceivedFunc_WithClosures -> C_ClipboardTargetsReceivedFunc
+ Data.GI.Gtk: wrap_ClipboardTargetsReceivedFunc :: Maybe (Ptr (FunPtr C_ClipboardTargetsReceivedFunc)) -> ClipboardTargetsReceivedFunc_WithClosures -> C_ClipboardTargetsReceivedFunc
- Data.GI.Gtk: wrap_ClipboardTextReceivedFunc :: Maybe Ptr FunPtr C_ClipboardTextReceivedFunc -> ClipboardTextReceivedFunc_WithClosures -> C_ClipboardTextReceivedFunc
+ Data.GI.Gtk: wrap_ClipboardTextReceivedFunc :: Maybe (Ptr (FunPtr C_ClipboardTextReceivedFunc)) -> ClipboardTextReceivedFunc_WithClosures -> C_ClipboardTextReceivedFunc
- Data.GI.Gtk: wrap_ClipboardURIReceivedFunc :: Maybe Ptr FunPtr C_ClipboardURIReceivedFunc -> ClipboardURIReceivedFunc_WithClosures -> C_ClipboardURIReceivedFunc
+ Data.GI.Gtk: wrap_ClipboardURIReceivedFunc :: Maybe (Ptr (FunPtr C_ClipboardURIReceivedFunc)) -> ClipboardURIReceivedFunc_WithClosures -> C_ClipboardURIReceivedFunc
- Data.GI.Gtk: wrap_ColorSelectionChangePaletteFunc :: Maybe Ptr FunPtr C_ColorSelectionChangePaletteFunc -> ColorSelectionChangePaletteFunc -> C_ColorSelectionChangePaletteFunc
+ Data.GI.Gtk: wrap_ColorSelectionChangePaletteFunc :: Maybe (Ptr (FunPtr C_ColorSelectionChangePaletteFunc)) -> ColorSelectionChangePaletteFunc -> C_ColorSelectionChangePaletteFunc
- Data.GI.Gtk: wrap_ColorSelectionChangePaletteWithScreenFunc :: Maybe Ptr FunPtr C_ColorSelectionChangePaletteWithScreenFunc -> ColorSelectionChangePaletteWithScreenFunc -> C_ColorSelectionChangePaletteWithScreenFunc
+ Data.GI.Gtk: wrap_ColorSelectionChangePaletteWithScreenFunc :: Maybe (Ptr (FunPtr C_ColorSelectionChangePaletteWithScreenFunc)) -> ColorSelectionChangePaletteWithScreenFunc -> C_ColorSelectionChangePaletteWithScreenFunc
- Data.GI.Gtk: wrap_EntryCompletionMatchFunc :: Maybe Ptr FunPtr C_EntryCompletionMatchFunc -> EntryCompletionMatchFunc_WithClosures -> C_EntryCompletionMatchFunc
+ Data.GI.Gtk: wrap_EntryCompletionMatchFunc :: Maybe (Ptr (FunPtr C_EntryCompletionMatchFunc)) -> EntryCompletionMatchFunc_WithClosures -> C_EntryCompletionMatchFunc
- Data.GI.Gtk: wrap_FileFilterFunc :: Maybe Ptr FunPtr C_FileFilterFunc -> FileFilterFunc_WithClosures -> C_FileFilterFunc
+ Data.GI.Gtk: wrap_FileFilterFunc :: Maybe (Ptr (FunPtr C_FileFilterFunc)) -> FileFilterFunc_WithClosures -> C_FileFilterFunc
- Data.GI.Gtk: wrap_FlowBoxCreateWidgetFunc :: Maybe Ptr FunPtr C_FlowBoxCreateWidgetFunc -> FlowBoxCreateWidgetFunc_WithClosures -> C_FlowBoxCreateWidgetFunc
+ Data.GI.Gtk: wrap_FlowBoxCreateWidgetFunc :: Maybe (Ptr (FunPtr C_FlowBoxCreateWidgetFunc)) -> FlowBoxCreateWidgetFunc_WithClosures -> C_FlowBoxCreateWidgetFunc
- Data.GI.Gtk: wrap_FlowBoxFilterFunc :: Maybe Ptr FunPtr C_FlowBoxFilterFunc -> FlowBoxFilterFunc_WithClosures -> C_FlowBoxFilterFunc
+ Data.GI.Gtk: wrap_FlowBoxFilterFunc :: Maybe (Ptr (FunPtr C_FlowBoxFilterFunc)) -> FlowBoxFilterFunc_WithClosures -> C_FlowBoxFilterFunc
- Data.GI.Gtk: wrap_FlowBoxForeachFunc :: Maybe Ptr FunPtr C_FlowBoxForeachFunc -> FlowBoxForeachFunc_WithClosures -> C_FlowBoxForeachFunc
+ Data.GI.Gtk: wrap_FlowBoxForeachFunc :: Maybe (Ptr (FunPtr C_FlowBoxForeachFunc)) -> FlowBoxForeachFunc_WithClosures -> C_FlowBoxForeachFunc
- Data.GI.Gtk: wrap_FlowBoxSortFunc :: Maybe Ptr FunPtr C_FlowBoxSortFunc -> FlowBoxSortFunc_WithClosures -> C_FlowBoxSortFunc
+ Data.GI.Gtk: wrap_FlowBoxSortFunc :: Maybe (Ptr (FunPtr C_FlowBoxSortFunc)) -> FlowBoxSortFunc_WithClosures -> C_FlowBoxSortFunc
- Data.GI.Gtk: wrap_FontFilterFunc :: Maybe Ptr FunPtr C_FontFilterFunc -> FontFilterFunc_WithClosures -> C_FontFilterFunc
+ Data.GI.Gtk: wrap_FontFilterFunc :: Maybe (Ptr (FunPtr C_FontFilterFunc)) -> FontFilterFunc_WithClosures -> C_FontFilterFunc
- Data.GI.Gtk: wrap_IconViewForeachFunc :: Maybe Ptr FunPtr C_IconViewForeachFunc -> IconViewForeachFunc_WithClosures -> C_IconViewForeachFunc
+ Data.GI.Gtk: wrap_IconViewForeachFunc :: Maybe (Ptr (FunPtr C_IconViewForeachFunc)) -> IconViewForeachFunc_WithClosures -> C_IconViewForeachFunc
- Data.GI.Gtk: wrap_KeySnoopFunc :: Maybe Ptr FunPtr C_KeySnoopFunc -> KeySnoopFunc_WithClosures -> C_KeySnoopFunc
+ Data.GI.Gtk: wrap_KeySnoopFunc :: Maybe (Ptr (FunPtr C_KeySnoopFunc)) -> KeySnoopFunc_WithClosures -> C_KeySnoopFunc
- Data.GI.Gtk: wrap_ListBoxCreateWidgetFunc :: Maybe Ptr FunPtr C_ListBoxCreateWidgetFunc -> ListBoxCreateWidgetFunc_WithClosures -> C_ListBoxCreateWidgetFunc
+ Data.GI.Gtk: wrap_ListBoxCreateWidgetFunc :: Maybe (Ptr (FunPtr C_ListBoxCreateWidgetFunc)) -> ListBoxCreateWidgetFunc_WithClosures -> C_ListBoxCreateWidgetFunc
- Data.GI.Gtk: wrap_ListBoxFilterFunc :: Maybe Ptr FunPtr C_ListBoxFilterFunc -> ListBoxFilterFunc_WithClosures -> C_ListBoxFilterFunc
+ Data.GI.Gtk: wrap_ListBoxFilterFunc :: Maybe (Ptr (FunPtr C_ListBoxFilterFunc)) -> ListBoxFilterFunc_WithClosures -> C_ListBoxFilterFunc
- Data.GI.Gtk: wrap_ListBoxForeachFunc :: Maybe Ptr FunPtr C_ListBoxForeachFunc -> ListBoxForeachFunc_WithClosures -> C_ListBoxForeachFunc
+ Data.GI.Gtk: wrap_ListBoxForeachFunc :: Maybe (Ptr (FunPtr C_ListBoxForeachFunc)) -> ListBoxForeachFunc_WithClosures -> C_ListBoxForeachFunc
- Data.GI.Gtk: wrap_ListBoxSortFunc :: Maybe Ptr FunPtr C_ListBoxSortFunc -> ListBoxSortFunc_WithClosures -> C_ListBoxSortFunc
+ Data.GI.Gtk: wrap_ListBoxSortFunc :: Maybe (Ptr (FunPtr C_ListBoxSortFunc)) -> ListBoxSortFunc_WithClosures -> C_ListBoxSortFunc
- Data.GI.Gtk: wrap_ListBoxUpdateHeaderFunc :: Maybe Ptr FunPtr C_ListBoxUpdateHeaderFunc -> ListBoxUpdateHeaderFunc_WithClosures -> C_ListBoxUpdateHeaderFunc
+ Data.GI.Gtk: wrap_ListBoxUpdateHeaderFunc :: Maybe (Ptr (FunPtr C_ListBoxUpdateHeaderFunc)) -> ListBoxUpdateHeaderFunc_WithClosures -> C_ListBoxUpdateHeaderFunc
- Data.GI.Gtk: wrap_MenuDetachFunc :: Maybe Ptr FunPtr C_MenuDetachFunc -> MenuDetachFunc -> C_MenuDetachFunc
+ Data.GI.Gtk: wrap_MenuDetachFunc :: Maybe (Ptr (FunPtr C_MenuDetachFunc)) -> MenuDetachFunc -> C_MenuDetachFunc
- Data.GI.Gtk: wrap_MenuPositionFunc :: Maybe Ptr FunPtr C_MenuPositionFunc -> MenuPositionFunc_WithClosures -> C_MenuPositionFunc
+ Data.GI.Gtk: wrap_MenuPositionFunc :: Maybe (Ptr (FunPtr C_MenuPositionFunc)) -> MenuPositionFunc_WithClosures -> C_MenuPositionFunc
- Data.GI.Gtk: wrap_ModuleDisplayInitFunc :: Maybe Ptr FunPtr C_ModuleDisplayInitFunc -> ModuleDisplayInitFunc -> C_ModuleDisplayInitFunc
+ Data.GI.Gtk: wrap_ModuleDisplayInitFunc :: Maybe (Ptr (FunPtr C_ModuleDisplayInitFunc)) -> ModuleDisplayInitFunc -> C_ModuleDisplayInitFunc
- Data.GI.Gtk: wrap_ModuleInitFunc :: Maybe Ptr FunPtr C_ModuleInitFunc -> ModuleInitFunc -> C_ModuleInitFunc
+ Data.GI.Gtk: wrap_ModuleInitFunc :: Maybe (Ptr (FunPtr C_ModuleInitFunc)) -> ModuleInitFunc -> C_ModuleInitFunc
- Data.GI.Gtk: wrap_PageSetupDoneFunc :: Maybe Ptr FunPtr C_PageSetupDoneFunc -> PageSetupDoneFunc_WithClosures -> C_PageSetupDoneFunc
+ Data.GI.Gtk: wrap_PageSetupDoneFunc :: Maybe (Ptr (FunPtr C_PageSetupDoneFunc)) -> PageSetupDoneFunc_WithClosures -> C_PageSetupDoneFunc
- Data.GI.Gtk: wrap_PrintSettingsFunc :: Maybe Ptr FunPtr C_PrintSettingsFunc -> PrintSettingsFunc_WithClosures -> C_PrintSettingsFunc
+ Data.GI.Gtk: wrap_PrintSettingsFunc :: Maybe (Ptr (FunPtr C_PrintSettingsFunc)) -> PrintSettingsFunc_WithClosures -> C_PrintSettingsFunc
- Data.GI.Gtk: wrap_RcPropertyParser :: Maybe Ptr FunPtr C_RcPropertyParser -> RcPropertyParser -> C_RcPropertyParser
+ Data.GI.Gtk: wrap_RcPropertyParser :: Maybe (Ptr (FunPtr C_RcPropertyParser)) -> RcPropertyParser -> C_RcPropertyParser
- Data.GI.Gtk: wrap_RecentFilterFunc :: Maybe Ptr FunPtr C_RecentFilterFunc -> RecentFilterFunc_WithClosures -> C_RecentFilterFunc
+ Data.GI.Gtk: wrap_RecentFilterFunc :: Maybe (Ptr (FunPtr C_RecentFilterFunc)) -> RecentFilterFunc_WithClosures -> C_RecentFilterFunc
- Data.GI.Gtk: wrap_RecentSortFunc :: Maybe Ptr FunPtr C_RecentSortFunc -> RecentSortFunc_WithClosures -> C_RecentSortFunc
+ Data.GI.Gtk: wrap_RecentSortFunc :: Maybe (Ptr (FunPtr C_RecentSortFunc)) -> RecentSortFunc_WithClosures -> C_RecentSortFunc
- Data.GI.Gtk: wrap_TextBufferSerializeFunc :: Maybe Ptr FunPtr C_TextBufferSerializeFunc -> TextBufferSerializeFunc_WithClosures -> C_TextBufferSerializeFunc
+ Data.GI.Gtk: wrap_TextBufferSerializeFunc :: Maybe (Ptr (FunPtr C_TextBufferSerializeFunc)) -> TextBufferSerializeFunc_WithClosures -> C_TextBufferSerializeFunc
- Data.GI.Gtk: wrap_TextCharPredicate :: Maybe Ptr FunPtr C_TextCharPredicate -> TextCharPredicate_WithClosures -> C_TextCharPredicate
+ Data.GI.Gtk: wrap_TextCharPredicate :: Maybe (Ptr (FunPtr C_TextCharPredicate)) -> TextCharPredicate_WithClosures -> C_TextCharPredicate
- Data.GI.Gtk: wrap_TextTagTableForeach :: Maybe Ptr FunPtr C_TextTagTableForeach -> TextTagTableForeach_WithClosures -> C_TextTagTableForeach
+ Data.GI.Gtk: wrap_TextTagTableForeach :: Maybe (Ptr (FunPtr C_TextTagTableForeach)) -> TextTagTableForeach_WithClosures -> C_TextTagTableForeach
- Data.GI.Gtk: wrap_TickCallback :: Maybe Ptr FunPtr C_TickCallback -> TickCallback_WithClosures -> C_TickCallback
+ Data.GI.Gtk: wrap_TickCallback :: Maybe (Ptr (FunPtr C_TickCallback)) -> TickCallback_WithClosures -> C_TickCallback
- Data.GI.Gtk: wrap_TranslateFunc :: Maybe Ptr FunPtr C_TranslateFunc -> TranslateFunc_WithClosures -> C_TranslateFunc
+ Data.GI.Gtk: wrap_TranslateFunc :: Maybe (Ptr (FunPtr C_TranslateFunc)) -> TranslateFunc_WithClosures -> C_TranslateFunc
- Data.GI.Gtk: wrap_TreeCellDataFunc :: Maybe Ptr FunPtr C_TreeCellDataFunc -> TreeCellDataFunc_WithClosures -> C_TreeCellDataFunc
+ Data.GI.Gtk: wrap_TreeCellDataFunc :: Maybe (Ptr (FunPtr C_TreeCellDataFunc)) -> TreeCellDataFunc_WithClosures -> C_TreeCellDataFunc
- Data.GI.Gtk: wrap_TreeDestroyCountFunc :: Maybe Ptr FunPtr C_TreeDestroyCountFunc -> TreeDestroyCountFunc_WithClosures -> C_TreeDestroyCountFunc
+ Data.GI.Gtk: wrap_TreeDestroyCountFunc :: Maybe (Ptr (FunPtr C_TreeDestroyCountFunc)) -> TreeDestroyCountFunc_WithClosures -> C_TreeDestroyCountFunc
- Data.GI.Gtk: wrap_TreeIterCompareFunc :: Maybe Ptr FunPtr C_TreeIterCompareFunc -> TreeIterCompareFunc_WithClosures -> C_TreeIterCompareFunc
+ Data.GI.Gtk: wrap_TreeIterCompareFunc :: Maybe (Ptr (FunPtr C_TreeIterCompareFunc)) -> TreeIterCompareFunc_WithClosures -> C_TreeIterCompareFunc
- Data.GI.Gtk: wrap_TreeModelFilterVisibleFunc :: Maybe Ptr FunPtr C_TreeModelFilterVisibleFunc -> TreeModelFilterVisibleFunc_WithClosures -> C_TreeModelFilterVisibleFunc
+ Data.GI.Gtk: wrap_TreeModelFilterVisibleFunc :: Maybe (Ptr (FunPtr C_TreeModelFilterVisibleFunc)) -> TreeModelFilterVisibleFunc_WithClosures -> C_TreeModelFilterVisibleFunc
- Data.GI.Gtk: wrap_TreeModelForeachFunc :: Maybe Ptr FunPtr C_TreeModelForeachFunc -> TreeModelForeachFunc_WithClosures -> C_TreeModelForeachFunc
+ Data.GI.Gtk: wrap_TreeModelForeachFunc :: Maybe (Ptr (FunPtr C_TreeModelForeachFunc)) -> TreeModelForeachFunc_WithClosures -> C_TreeModelForeachFunc
- Data.GI.Gtk: wrap_TreeSelectionForeachFunc :: Maybe Ptr FunPtr C_TreeSelectionForeachFunc -> TreeSelectionForeachFunc_WithClosures -> C_TreeSelectionForeachFunc
+ Data.GI.Gtk: wrap_TreeSelectionForeachFunc :: Maybe (Ptr (FunPtr C_TreeSelectionForeachFunc)) -> TreeSelectionForeachFunc_WithClosures -> C_TreeSelectionForeachFunc
- Data.GI.Gtk: wrap_TreeSelectionFunc :: Maybe Ptr FunPtr C_TreeSelectionFunc -> TreeSelectionFunc_WithClosures -> C_TreeSelectionFunc
+ Data.GI.Gtk: wrap_TreeSelectionFunc :: Maybe (Ptr (FunPtr C_TreeSelectionFunc)) -> TreeSelectionFunc_WithClosures -> C_TreeSelectionFunc
- Data.GI.Gtk: wrap_TreeViewColumnDropFunc :: Maybe Ptr FunPtr C_TreeViewColumnDropFunc -> TreeViewColumnDropFunc_WithClosures -> C_TreeViewColumnDropFunc
+ Data.GI.Gtk: wrap_TreeViewColumnDropFunc :: Maybe (Ptr (FunPtr C_TreeViewColumnDropFunc)) -> TreeViewColumnDropFunc_WithClosures -> C_TreeViewColumnDropFunc
- Data.GI.Gtk: wrap_TreeViewMappingFunc :: Maybe Ptr FunPtr C_TreeViewMappingFunc -> TreeViewMappingFunc_WithClosures -> C_TreeViewMappingFunc
+ Data.GI.Gtk: wrap_TreeViewMappingFunc :: Maybe (Ptr (FunPtr C_TreeViewMappingFunc)) -> TreeViewMappingFunc_WithClosures -> C_TreeViewMappingFunc
- Data.GI.Gtk: wrap_TreeViewRowSeparatorFunc :: Maybe Ptr FunPtr C_TreeViewRowSeparatorFunc -> TreeViewRowSeparatorFunc_WithClosures -> C_TreeViewRowSeparatorFunc
+ Data.GI.Gtk: wrap_TreeViewRowSeparatorFunc :: Maybe (Ptr (FunPtr C_TreeViewRowSeparatorFunc)) -> TreeViewRowSeparatorFunc_WithClosures -> C_TreeViewRowSeparatorFunc
- Data.GI.Gtk: wrap_TreeViewSearchEqualFunc :: Maybe Ptr FunPtr C_TreeViewSearchEqualFunc -> TreeViewSearchEqualFunc_WithClosures -> C_TreeViewSearchEqualFunc
+ Data.GI.Gtk: wrap_TreeViewSearchEqualFunc :: Maybe (Ptr (FunPtr C_TreeViewSearchEqualFunc)) -> TreeViewSearchEqualFunc_WithClosures -> C_TreeViewSearchEqualFunc
- Data.GI.Gtk: wrap_TreeViewSearchPositionFunc :: Maybe Ptr FunPtr C_TreeViewSearchPositionFunc -> TreeViewSearchPositionFunc_WithClosures -> C_TreeViewSearchPositionFunc
+ Data.GI.Gtk: wrap_TreeViewSearchPositionFunc :: Maybe (Ptr (FunPtr C_TreeViewSearchPositionFunc)) -> TreeViewSearchPositionFunc_WithClosures -> C_TreeViewSearchPositionFunc
- Data.GI.Gtk: wrappedPtrCalloc :: WrappedPtr a => IO Ptr a
+ Data.GI.Gtk: wrappedPtrCalloc :: WrappedPtr a => IO (Ptr a)
- Data.GI.Gtk: wrappedPtrFree :: WrappedPtr a => Maybe FunPtr Ptr a -> IO ()
+ Data.GI.Gtk: wrappedPtrFree :: WrappedPtr a => Maybe (FunPtr (Ptr a -> IO ()))
- Data.GI.Gtk.ModelView.CustomStore: CustomStore :: (ManagedPtr (CustomStore private row)) -> CustomStore private row
+ Data.GI.Gtk.ModelView.CustomStore: CustomStore :: ManagedPtr (CustomStore private row) -> CustomStore private row
- Data.GI.Gtk.ModelView.CustomStore: DragDestIface :: model row -> TreePath -> SelectionData -> IO Bool -> model row -> TreePath -> SelectionData -> IO Bool -> DragDestIface model row
+ Data.GI.Gtk.ModelView.CustomStore: DragDestIface :: (model row -> TreePath -> SelectionData -> IO Bool) -> (model row -> TreePath -> SelectionData -> IO Bool) -> DragDestIface model row
- Data.GI.Gtk.ModelView.CustomStore: DragSourceIface :: model row -> TreePath -> IO Bool -> model row -> TreePath -> SelectionData -> IO Bool -> model row -> TreePath -> IO Bool -> DragSourceIface model row
+ Data.GI.Gtk.ModelView.CustomStore: DragSourceIface :: (model row -> TreePath -> IO Bool) -> (model row -> TreePath -> SelectionData -> IO Bool) -> (model row -> TreePath -> IO Bool) -> DragSourceIface model row
- Data.GI.Gtk.ModelView.CustomStore: TreeModelIface :: IO [TreeModelFlags] -> TreePath -> IO (Maybe TreeIter) -> TreeIter -> IO TreePath -> TreeIter -> IO row -> TreeIter -> IO (Maybe TreeIter) -> Maybe TreeIter -> IO (Maybe TreeIter) -> TreeIter -> IO Bool -> Maybe TreeIter -> IO Int -> Maybe TreeIter -> Int -> IO (Maybe TreeIter) -> TreeIter -> IO (Maybe TreeIter) -> TreeIter -> IO () -> TreeIter -> IO () -> TreeModelIface row
+ Data.GI.Gtk.ModelView.CustomStore: TreeModelIface :: IO [TreeModelFlags] -> (TreePath -> IO (Maybe TreeIter)) -> (TreeIter -> IO TreePath) -> (TreeIter -> IO row) -> (TreeIter -> IO (Maybe TreeIter)) -> (Maybe TreeIter -> IO (Maybe TreeIter)) -> (TreeIter -> IO Bool) -> (Maybe TreeIter -> IO Int) -> (Maybe TreeIter -> Int -> IO (Maybe TreeIter)) -> (TreeIter -> IO (Maybe TreeIter)) -> (TreeIter -> IO ()) -> (TreeIter -> IO ()) -> TreeModelIface row
- Data.GI.Gtk.ModelView.CustomStore: customStoreSetColumn :: (MonadIO m, IsTypedTreeModel model) => model row -> (ColumnId row ty) -> (row -> ty) -> m ()
+ Data.GI.Gtk.ModelView.CustomStore: customStoreSetColumn :: (MonadIO m, IsTypedTreeModel model) => model row -> ColumnId row ty -> (row -> ty) -> m ()
- Data.GI.Gtk.ModelView.ForestStore: ForestStore :: (ManagedPtr (CustomStore (IORef (Store a)) a)) -> ForestStore a
+ Data.GI.Gtk.ModelView.ForestStore: ForestStore :: ManagedPtr (CustomStore (IORef (Store a)) a) -> ForestStore a
- Data.GI.Gtk.ModelView.SeqStore: SeqStore :: (ManagedPtr (CustomStore (IORef (Seq a)) a)) -> SeqStore a
+ Data.GI.Gtk.ModelView.SeqStore: SeqStore :: ManagedPtr (CustomStore (IORef (Seq a)) a) -> SeqStore a
- Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowChangedCallback :: C_TreeModelRowChangedCallback -> IO FunPtr C_TreeModelRowChangedCallback
+ Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowChangedCallback :: C_TreeModelRowChangedCallback -> IO (FunPtr C_TreeModelRowChangedCallback)
- Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowDeletedCallback :: C_TreeModelRowDeletedCallback -> IO FunPtr C_TreeModelRowDeletedCallback
+ Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowDeletedCallback :: C_TreeModelRowDeletedCallback -> IO (FunPtr C_TreeModelRowDeletedCallback)
- Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowHasChildToggledCallback :: C_TreeModelRowHasChildToggledCallback -> IO FunPtr C_TreeModelRowHasChildToggledCallback
+ Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowHasChildToggledCallback :: C_TreeModelRowHasChildToggledCallback -> IO (FunPtr C_TreeModelRowHasChildToggledCallback)
- Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowInsertedCallback :: C_TreeModelRowInsertedCallback -> IO FunPtr C_TreeModelRowInsertedCallback
+ Data.GI.Gtk.ModelView.TreeModel: mk_TreeModelRowInsertedCallback :: C_TreeModelRowInsertedCallback -> IO (FunPtr C_TreeModelRowInsertedCallback)
- Data.GI.Gtk.ModelView.Types: TypedTreeModel :: (ManagedPtr (TypedTreeModel row)) -> TypedTreeModel row
+ Data.GI.Gtk.ModelView.Types: TypedTreeModel :: ManagedPtr (TypedTreeModel row) -> TypedTreeModel row
- Data.GI.Gtk.ModelView.Types: TypedTreeModelFilter :: (ManagedPtr (TypedTreeModelFilter row)) -> TypedTreeModelFilter row
+ Data.GI.Gtk.ModelView.Types: TypedTreeModelFilter :: ManagedPtr (TypedTreeModelFilter row) -> TypedTreeModelFilter row
- Data.GI.Gtk.ModelView.Types: TypedTreeModelSort :: (ManagedPtr (TypedTreeModelSort row)) -> TypedTreeModelSort row
+ Data.GI.Gtk.ModelView.Types: TypedTreeModelSort :: ManagedPtr (TypedTreeModelSort row) -> TypedTreeModelSort row
Files
- gi-gtk-hs.cabal +2/−2
- src/Data/GI/Gtk/ComboBox.hs +4/−2
gi-gtk-hs.cabal view
@@ -1,5 +1,5 @@ name: gi-gtk-hs-version: 0.3.6.2+version: 0.3.6.3 synopsis: A wrapper for gi-gtk, adding a few more idiomatic API parts on top description: A wrapper for gi-gtk, adding a few more idiomatic API parts on top homepage: https://github.com/haskell-gi/gi-gtk-hs@@ -31,7 +31,7 @@ base-compat >=0.9.0 && <0.11, mtl >=2.1 && <2.3, transformers >=0.3.0.0 && <0.6,- containers >=0.5.5.1 && <0.6,+ containers >=0.5.5.1 && <0.7, text >=1.2 && <1.3, haskell-gi-base >=0.21.2 && <0.22, gi-glib >=2.0.6 && <2.1,
src/Data/GI/Gtk/ComboBox.hs view
@@ -186,8 +186,10 @@ -- comboBoxGetModelText :: (MonadIO m, IsComboBox self) => self -> m (SeqStore Text) comboBoxGetModelText self = do- (Just store) <- objectGetAttributeUnsafe self comboQuark- return store+ maybeStore <- objectGetAttributeUnsafe self comboQuark+ case maybeStore of+ Just store -> return store+ Nothing -> error "Could not get required attribute" -- | Appends @string@ to the list of strings stored in @comboBox@. Note that -- you can only use this function with combo boxes constructed with