gi-gtk4-4.0.12: Gtk 4.x bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gtk

Description

 

Documentation

get :: forall info (attr :: Symbol) obj result m. (AttrGetC info obj attr result, MonadIO m) => obj -> AttrLabelProxy attr -> m result #

set :: forall o m. MonadIO m => o -> [AttrOp o 'AttrSet] -> m () #

data AttrOp obj (tag :: AttrOpTag) where #

Constructors

(:=) :: forall obj info (attr :: Symbol) (tag :: AttrOpTag) 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 
(:=>) :: forall obj info (attr :: Symbol) (tag :: AttrOpTag) 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 
(:~) :: forall obj info (attr :: Symbol) (tag :: AttrOpTag) 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 
(:~>) :: forall obj info (attr :: Symbol) (tag :: AttrOpTag) 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 
(:&=) :: forall obj info (attr :: Symbol) (tag :: AttrOpTag) b. (HasAttributeList obj, info ~ ResolveAttribute attr obj, AttrInfo info, AttrBaseTypeConstraint info obj, AttrOpAllowed tag info obj, AttrTransferTypeConstraint info b, AttrSetTypeConstraint info (AttrTransferType info)) => AttrLabelProxy attr -> b -> AttrOp obj tag 
On :: forall obj info (tag :: AttrOpTag). (GObject obj, SignalInfo info) => SignalProxy obj info -> ((?self :: obj) => HaskellCallbackType info) -> AttrOp obj tag 
After :: forall obj info (tag :: AttrOpTag). (GObject obj, SignalInfo info) => SignalProxy obj info -> ((?self :: obj) => HaskellCallbackType info) -> AttrOp obj tag 

newtype GValue #

Constructors

GValue (ManagedPtr GValue) 

Instances

Instances details
GBoxed GValue 
Instance details

Defined in Data.GI.Base.GValue

TypedObject GValue 
Instance details

Defined in Data.GI.Base.GValue

Methods

glibType :: IO GType #

HasParentTypes GValue 
Instance details

Defined in Data.GI.Base.GValue

type ParentTypes GValue 
Instance details

Defined in Data.GI.Base.GValue

type ParentTypes GValue = '[] :: [Type]

toGValue :: (IsGValue a, MonadIO m) => a -> m GValue #

fromGValue :: (IsGValue a, MonadIO m) => GValue -> m a #

byteStringToCString :: ByteString -> IO CString #

cstringToByteString :: HasCallStack => CString -> IO ByteString #

cstringToString :: HasCallStack => CString -> IO String #

cstringToText :: HasCallStack => CString -> IO Text #

gflagsToWord :: (Num b, IsGFlag a) => [a] -> b #

mapCArrayWithLength :: (Storable a, Integral b) => b -> (a -> IO c) -> Ptr a -> IO () #

mapGArray :: Storable a => (a -> IO b) -> Ptr (GArray a) -> IO () #

mapGList :: (Ptr a -> IO b) -> Ptr (GList (Ptr a)) -> IO () #

mapGSList :: (Ptr a -> IO b) -> Ptr (GSList (Ptr a)) -> IO () #

mapPtrArray :: (Ptr a -> IO b) -> Ptr (GPtrArray (Ptr a)) -> IO () #

mapZeroTerminatedCArray :: (Ptr a -> IO b) -> Ptr (Ptr a) -> IO () #

packBlockArray :: Int -> [Ptr a] -> IO (Ptr a) #

packByteString :: ByteString -> IO (Ptr Word8) #

packFileNameArray :: [String] -> IO (Ptr CString) #

packGArray :: Storable a => [a] -> IO (Ptr (GArray a)) #

packGByteArray :: ByteString -> IO (Ptr GByteArray) #

packGHashTable :: GHashFunc a -> GEqualFunc a -> Maybe (GDestroyNotify a) -> Maybe (GDestroyNotify b) -> [(PtrWrapped a, PtrWrapped b)] -> IO (Ptr (GHashTable a b)) #

packGList :: [Ptr a] -> IO (Ptr (GList (Ptr a))) #

packGPtrArray :: [Ptr a] -> IO (Ptr (GPtrArray (Ptr a))) #

packGSList :: [Ptr a] -> IO (Ptr (GSList (Ptr a))) #

packMapStorableArray :: forall a b. Storable b => (a -> b) -> [a] -> IO (Ptr b) #

packMapZeroTerminatedStorableArray :: forall a b. (Num b, Storable b) => (a -> b) -> [a] -> IO (Ptr b) #

packPtrArray :: [Ptr a] -> IO (Ptr (Ptr a)) #

packStorableArray :: Storable a => [a] -> IO (Ptr a) #

packUTF8CArray :: [Text] -> IO (Ptr CString) #

packZeroTerminatedByteString :: ByteString -> IO (Ptr Word8) #

packZeroTerminatedFileNameArray :: [String] -> IO (Ptr CString) #

packZeroTerminatedPtrArray :: [Ptr a] -> IO (Ptr (Ptr a)) #

packZeroTerminatedStorableArray :: (Num a, Storable a) => [a] -> IO (Ptr a) #

packZeroTerminatedUTF8CArray :: [Text] -> IO (Ptr CString) #

stringToCString :: String -> IO CString #

textToCString :: Text -> IO CString #

unpackBlockArrayWithLength :: Integral a => Int -> a -> Ptr b -> IO [Ptr b] #

unpackBoxedArrayWithLength :: (Integral a, GBoxed b) => Int -> a -> Ptr b -> IO [Ptr b] #

unpackByteStringWithLength :: Integral a => a -> Ptr Word8 -> IO ByteString #

unpackFileNameArrayWithLength :: (HasCallStack, Integral a) => a -> Ptr CString -> IO [String] #

unpackGArray :: Storable a => Ptr (GArray a) -> IO [a] #

unpackGByteArray :: Ptr GByteArray -> IO ByteString #

unpackGHashTable :: Ptr (GHashTable a b) -> IO [(PtrWrapped a, PtrWrapped b)] #

unpackGList :: Ptr (GList (Ptr a)) -> IO [Ptr a] #

unpackGPtrArray :: Ptr (GPtrArray (Ptr a)) -> IO [Ptr a] #

unpackGSList :: Ptr (GSList (Ptr a)) -> IO [Ptr a] #

unpackMapStorableArrayWithLength :: (Integral a, Storable b) => (b -> c) -> a -> Ptr b -> IO [c] #

unpackMapZeroTerminatedStorableArray :: (Eq a, Num a, Storable a) => (a -> b) -> Ptr a -> IO [b] #

unpackPtrArrayWithLength :: Integral a => a -> Ptr (Ptr b) -> IO [Ptr b] #

unpackStorableArrayWithLength :: (Integral a, Storable b) => a -> Ptr b -> IO [b] #

unpackUTF8CArrayWithLength :: (HasCallStack, Integral a) => a -> Ptr CString -> IO [Text] #

unpackZeroTerminatedByteString :: Ptr Word8 -> IO ByteString #

unpackZeroTerminatedFileNameArray :: HasCallStack => Ptr CString -> IO [String] #

unpackZeroTerminatedPtrArray :: Ptr (Ptr a) -> IO [Ptr a] #

unpackZeroTerminatedStorableArray :: (Eq a, Num a, Storable a) => Ptr a -> IO [a] #

unpackZeroTerminatedUTF8CArray :: HasCallStack => Ptr CString -> IO [Text] #

unrefGArray :: Ptr (GArray a) -> IO () #

unrefGByteArray :: Ptr GByteArray -> IO () #

unrefGHashTable :: Ptr (GHashTable a b) -> IO () #

unrefPtrArray :: Ptr (GPtrArray a) -> IO () #

withTextCString :: Text -> (CString -> IO a) -> IO a #

wordToGFlags :: (Storable a, Integral a, Bits a, IsGFlag b) => a -> [b] #

g_list_free :: Ptr (GList a) -> IO () #

g_slist_free :: Ptr (GSList a) -> IO () #

gtypeName :: GType -> IO String #

catchGErrorJust :: GErrorClass err => err -> IO a -> (GErrorMessage -> IO a) -> IO a #

catchGErrorJustDomain :: GErrorClass err => IO a -> (err -> GErrorMessage -> IO a) -> IO a #

checkGError :: (Ptr (Ptr GError) -> IO a) -> (GError -> IO a) -> IO a #

gerrorDomain :: GError -> IO GQuark #

handleGErrorJust :: GErrorClass err => err -> (GErrorMessage -> IO a) -> IO a -> IO a #

handleGErrorJustDomain :: GErrorClass err => (err -> GErrorMessage -> IO a) -> IO a -> IO a #

maybePokeGError :: Ptr (Ptr GError) -> Maybe GError -> IO () #

propagateGError :: (Ptr (Ptr GError) -> IO a) -> IO a #

cstringPackPtr :: CString -> PtrWrapped CString #

cstringUnpackPtr :: PtrWrapped CString -> CString #

gStrHash :: GHashFunc CString #

ptrPackPtr :: Ptr a -> PtrWrapped (Ptr a) #

ptrUnpackPtr :: PtrWrapped (Ptr a) -> Ptr a #

gvariantFromBytestring :: ByteString -> IO GVariant #

gvariantFromDictEntry :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => key -> value -> IO GVariant #

gvariantFromDouble :: Double -> IO GVariant #

gvariantFromMap :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => Map key value -> IO GVariant #

gvariantFromMaybe :: IsGVariant a => Maybe a -> IO GVariant #

gvariantFromWord16 :: Word16 -> IO GVariant #

gvariantFromWord32 :: Word32 -> IO GVariant #

gvariantFromWord64 :: Word64 -> IO GVariant #

gvariantToBool :: GVariant -> IO (Maybe Bool) #

gvariantToBytestring :: GVariant -> IO (Maybe ByteString) #

gvariantToDictEntry :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO (Maybe (key, value)) #

gvariantToDouble :: GVariant -> IO (Maybe Double) #

gvariantToHandle :: GVariant -> IO (Maybe Int32) #

gvariantToInt16 :: GVariant -> IO (Maybe Int16) #

gvariantToInt32 :: GVariant -> IO (Maybe Int32) #

gvariantToInt64 :: GVariant -> IO (Maybe Int64) #

gvariantToList :: IsGVariant a => GVariant -> IO (Maybe [a]) #

gvariantToMap :: (IsGVariant key, IsGVariantBasicType key, IsGVariant value) => GVariant -> IO (Maybe (Map key value)) #

gvariantToMaybe :: IsGVariant a => GVariant -> IO (Maybe (Maybe a)) #

gvariantToObjectPath :: GVariant -> IO (Maybe Text) #

gvariantToSignature :: GVariant -> IO (Maybe Text) #

gvariantToText :: GVariant -> IO (Maybe Text) #

gvariantToTuple :: GVariant -> IO (Maybe [GVariant]) #

gvariantToWord16 :: GVariant -> IO (Maybe Word16) #

gvariantToWord32 :: GVariant -> IO (Maybe Word32) #

gvariantToWord64 :: GVariant -> IO (Maybe Word64) #

gvariantToWord8 :: GVariant -> IO (Maybe Word8) #

castTo :: (HasCallStack, ManagedPtrNewtype o, TypedObject o, ManagedPtrNewtype o', TypedObject o', GObject o') => (ManagedPtr o' -> o') -> o -> IO (Maybe o') #

copyBoxed :: (HasCallStack, GBoxed a) => a -> IO (Ptr a) #

copyBoxedPtr :: GBoxed a => Ptr a -> IO (Ptr a) #

copyBytes :: (HasCallStack, CallocPtr a) => Int -> Ptr a -> IO (Ptr a) #

disownBoxed :: (HasCallStack, GBoxed a) => a -> IO (Ptr a) #

disownManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b) #

disownObject :: (HasCallStack, GObject a) => a -> IO (Ptr b) #

freeBoxed :: (HasCallStack, GBoxed a) => a -> IO () #

maybeWithManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => Maybe a -> (Ptr a -> IO c) -> IO c #

newBoxed :: (HasCallStack, GBoxed a) => (ManagedPtr a -> a) -> Ptr a -> IO a #

newManagedPtr :: HasCallStack => Ptr a -> IO () -> IO (ManagedPtr a) #

newManagedPtr' :: HasCallStack => FinalizerPtr a -> Ptr a -> IO (ManagedPtr a) #

newManagedPtr_ :: Ptr a -> IO (ManagedPtr a) #

newObject :: (HasCallStack, GObject a, GObject b) => (ManagedPtr a -> a) -> Ptr b -> IO a #

newPtr :: (HasCallStack, BoxedPtr a) => (ManagedPtr a -> a) -> Ptr a -> IO a #

releaseObject :: (HasCallStack, GObject a) => a -> IO () #

unrefObject :: (HasCallStack, GObject a) => a -> IO () #

unsafeCastTo :: (HasCallStack, ManagedPtrNewtype o, TypedObject o, ManagedPtrNewtype o', TypedObject o') => (ManagedPtr o' -> o') -> o -> IO o' #

unsafeManagedPtrCastPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr b) #

unsafeManagedPtrGetPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> IO (Ptr a) #

withManagedPtr :: (HasCallStack, ManagedPtrNewtype a) => a -> (Ptr a -> IO c) -> IO c #

withManagedPtrList :: (HasCallStack, ManagedPtrNewtype a) => [a] -> ([Ptr a] -> IO c) -> IO c #

withNewObject :: (HasCallStack, GObject o) => Ptr o -> (o -> IO b) -> IO b #

withTransient :: (HasCallStack, ManagedPtrNewtype a) => Ptr a -> (a -> IO b) -> IO b #

wrapBoxed :: (HasCallStack, GBoxed a) => (ManagedPtr a -> a) -> Ptr a -> IO a #

wrapObject :: (HasCallStack, GObject a, GObject b) => (ManagedPtr a -> a) -> Ptr b -> IO a #

wrapPtr :: (HasCallStack, BoxedPtr a) => (ManagedPtr a -> a) -> Ptr a -> IO a #

class TypedObject a => BoxedEnum a #

Instances

Instances details
BoxedEnum Antialias 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum Content 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum DeviceType 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum Extend 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum FillRule 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum Filter 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum FontSlant 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum FontType 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum FontWeight 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum Format 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum HintMetrics 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum HintStyle 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum LineCap 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum LineJoin 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum Operator 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum PathDataType 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum PatternType 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum RegionOverlap 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum Status 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum SubpixelOrder 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum SurfaceType 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum TextClusterFlags 
Instance details

Defined in GI.Cairo.Enums

BoxedEnum AxisUse 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum CicpRange 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum CrossingMode 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DevicePadFeature 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DeviceToolType 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DmabufError 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DragCancelReason 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum EventType 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum FullscreenMode 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum GLError 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum Gravity 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum InputSource 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum KeyMatch 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum MemoryFormat 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum NotifyType 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum ScrollDirection 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum ScrollUnit 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum SubpixelLayout 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum SurfaceEdge 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum TextureError 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum TitlebarGesture 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum TouchpadGesturePhase 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum VulkanError 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum Colorspace 
Instance details

Defined in GI.GdkPixbuf.Enums

BoxedEnum InterpType 
Instance details

Defined in GI.GdkPixbuf.Enums

BoxedEnum PixbufAlphaMode 
Instance details

Defined in GI.GdkPixbuf.Enums

BoxedEnum PixbufError 
Instance details

Defined in GI.GdkPixbuf.Enums

BoxedEnum PixbufRotation 
Instance details

Defined in GI.GdkPixbuf.Enums

BoxedEnum BusType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum ConverterResult 
Instance details

Defined in GI.Gio.Enums

BoxedEnum CredentialsType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DBusError 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DBusMessageByteOrder 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DBusMessageHeaderField 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DBusMessageType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DataStreamByteOrder 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DataStreamNewlineType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum DriveStartStopType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum EmblemOrigin 
Instance details

Defined in GI.Gio.Enums

BoxedEnum FileAttributeStatus 
Instance details

Defined in GI.Gio.Enums

BoxedEnum FileAttributeType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum FileMonitorEvent 
Instance details

Defined in GI.Gio.Enums

BoxedEnum FileType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum FilesystemPreviewType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum IOErrorEnum 
Instance details

Defined in GI.Gio.Enums

BoxedEnum IOModuleScopeFlags 
Instance details

Defined in GI.Gio.Enums

BoxedEnum MemoryMonitorWarningLevel 
Instance details

Defined in GI.Gio.Enums

BoxedEnum MountOperationResult 
Instance details

Defined in GI.Gio.Enums

BoxedEnum NetworkConnectivity 
Instance details

Defined in GI.Gio.Enums

BoxedEnum NotificationPriority 
Instance details

Defined in GI.Gio.Enums

BoxedEnum PasswordSave 
Instance details

Defined in GI.Gio.Enums

BoxedEnum PollableReturn 
Instance details

Defined in GI.Gio.Enums

BoxedEnum ResolverError 
Instance details

Defined in GI.Gio.Enums

BoxedEnum ResolverRecordType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum ResourceError 
Instance details

Defined in GI.Gio.Enums

BoxedEnum SocketClientEvent 
Instance details

Defined in GI.Gio.Enums

BoxedEnum SocketFamily 
Instance details

Defined in GI.Gio.Enums

BoxedEnum SocketListenerEvent 
Instance details

Defined in GI.Gio.Enums

BoxedEnum SocketProtocol 
Instance details

Defined in GI.Gio.Enums

BoxedEnum SocketType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsAuthenticationMode 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsCertificateRequestFlags 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsChannelBindingError 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsChannelBindingType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsDatabaseLookupFlags 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsError 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsInteractionResult 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsProtocolVersion 
Instance details

Defined in GI.Gio.Enums

BoxedEnum TlsRehandshakeMode 
Instance details

Defined in GI.Gio.Enums

BoxedEnum UnixSocketAddressType 
Instance details

Defined in GI.Gio.Enums

BoxedEnum ZlibCompressorFormat 
Instance details

Defined in GI.Gio.Enums

BoxedEnum NormalizeMode 
Instance details

Defined in GI.GLib.Enums

BoxedEnum UnicodeBreakType 
Instance details

Defined in GI.GLib.Enums

BoxedEnum UnicodeScript 
Instance details

Defined in GI.GLib.Enums

BoxedEnum UnicodeType 
Instance details

Defined in GI.GLib.Enums

BoxedEnum BlendMode 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum Corner 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum FillRule 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum GLUniformType 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum LineCap 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum LineJoin 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum MaskMode 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum PathDirection 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum PathOperation 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum RenderNodeType 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum ScalingFilter 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum SerializationError 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum TransformCategory 
Instance details

Defined in GI.Gsk.Enums

BoxedEnum AccessibleAnnouncementPriority Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleAutocomplete Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleInvalidState Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessiblePlatformState Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleProperty Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleRelation Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleRole Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleSort Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleState Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleTextContentChange Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleTextGranularity Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AccessibleTristate Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Align Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ArrowType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum AssistantPageType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum BaselinePosition Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum BorderStyle Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum BuilderError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ButtonsType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum CellRendererAccelMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum CellRendererMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Collation Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ConstraintAttribute Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ConstraintRelation Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ConstraintStrength Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ConstraintVflParserError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ContentFit Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum CornerType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum DeleteType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum DialogError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum DirectionType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum EditableProperties Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum EntryIconPosition Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum EventSequenceState Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum FileChooserAction Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum FileChooserError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum FilterChange Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum FilterMatch Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum FontLevel Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum FontRendering Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum GraphicsOffloadEnabled Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum IconSize Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum IconThemeError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum IconViewDropPosition Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ImageType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum InputPurpose Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum InscriptionOverflow Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Justification Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum LevelBarMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum License Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ListTabBehavior Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum MessageType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum MovementStep Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum NaturalWrapMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum NotebookTab Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum NumberUpLayout Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Ordering Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Orientation Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Overflow Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PackType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PadActionType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PageOrientation Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PageSet Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PanDirection Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PolicyType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PositionType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintDuplex Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintOperationAction Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintOperationResult Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintPages Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintQuality Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PrintStatus Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PropagationLimit Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum PropagationPhase Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum RecentManagerError Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ResponseType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum RevealerTransitionType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ScrollStep Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ScrollType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ScrollablePolicy Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SelectionMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SensitivityType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ShortcutScope Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum ShortcutType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SizeGroupMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SizeRequestMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SortType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SorterChange Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SorterOrder Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SpinButtonUpdatePolicy Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SpinType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum StackTransitionType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum StringFilterMatchMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SymbolicColor Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum SystemSetting Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TextDirection Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TextExtendSelection Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TextViewLayer Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TextWindowType Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TreeViewColumnSizing Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TreeViewDropPosition Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum TreeViewGridLines Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Unit Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum WrapMode Source # 
Instance details

Defined in GI.Gtk.Enums

BoxedEnum Alignment 
Instance details

Defined in GI.Pango.Enums

BoxedEnum AttrType 
Instance details

Defined in GI.Pango.Enums

BoxedEnum BaselineShift 
Instance details

Defined in GI.Pango.Enums

BoxedEnum BidiType 
Instance details

Defined in GI.Pango.Enums

BoxedEnum CoverageLevel 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Direction 
Instance details

Defined in GI.Pango.Enums

BoxedEnum EllipsizeMode 
Instance details

Defined in GI.Pango.Enums

BoxedEnum FontScale 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Gravity 
Instance details

Defined in GI.Pango.Enums

BoxedEnum GravityHint 
Instance details

Defined in GI.Pango.Enums

BoxedEnum LayoutDeserializeError 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Overline 
Instance details

Defined in GI.Pango.Enums

BoxedEnum RenderPart 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Script 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Stretch 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Style 
Instance details

Defined in GI.Pango.Enums

BoxedEnum TabAlign 
Instance details

Defined in GI.Pango.Enums

BoxedEnum TextTransform 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Underline 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Variant 
Instance details

Defined in GI.Pango.Enums

BoxedEnum Weight 
Instance details

Defined in GI.Pango.Enums

BoxedEnum WrapMode 
Instance details

Defined in GI.Pango.Enums

class TypedObject a => BoxedFlags a #

Instances

Instances details
BoxedFlags AnchorHints 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags AxisFlags 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags DragAction 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags FrameClockPhase 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags GLAPI 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags ModifierType 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags PaintableFlags 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags SeatCapabilities 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags ToplevelCapabilities 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags ToplevelState 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags AppInfoCreateFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags ApplicationFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags AskPasswordFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags BusNameOwnerFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags BusNameWatcherFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags ConverterFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusCallFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusCapabilityFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusConnectionFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusInterfaceSkeletonFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusMessageFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusObjectManagerClientFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusPropertyInfoFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusProxyFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusSendMessageFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusServerFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusSignalFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DBusSubtreeFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags DriveStartFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags FileAttributeInfoFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags FileCopyFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags FileCreateFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags FileMeasureFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags FileMonitorFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags FileQueryInfoFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags IOStreamSpliceFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags MountMountFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags MountUnmountFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags OutputStreamSpliceFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags ResolverNameLookupFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags ResourceFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags ResourceLookupFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags SettingsBindFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags SocketMsgFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags SubprocessFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags TestDBusFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags TlsCertificateFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags TlsDatabaseVerifyFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags TlsPasswordFlags 
Instance details

Defined in GI.Gio.Flags

BoxedFlags IOCondition 
Instance details

Defined in GI.GLib.Flags

BoxedFlags BindingFlags 
Instance details

Defined in GI.GObject.Flags

BoxedFlags IOCondition 
Instance details

Defined in GI.GObject.Flags

BoxedFlags PathForeachFlags 
Instance details

Defined in GI.Gsk.Flags

BoxedFlags ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags DebugFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags ListScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags PrintCapabilities Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags TextBufferNotifyFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

BoxedFlags FontMask 
Instance details

Defined in GI.Pango.Flags

BoxedFlags LayoutDeserializeFlags 
Instance details

Defined in GI.Pango.Flags

BoxedFlags LayoutSerializeFlags 
Instance details

Defined in GI.Pango.Flags

BoxedFlags ShapeFlags 
Instance details

Defined in GI.Pango.Flags

BoxedFlags ShowFlags 
Instance details

Defined in GI.Pango.Flags

class ManagedPtrNewtype a => BoxedPtr a where #

Methods

boxedPtrCopy :: a -> IO a #

boxedPtrFree :: a -> IO () #

Instances

Instances details
BoxedPtr Path 
Instance details

Defined in GI.Cairo.Structs.Path

Methods

boxedPtrCopy :: Path -> IO Path #

boxedPtrFree :: Path -> IO () #

BoxedPtr ButtonEvent 
Instance details

Defined in GI.Gdk.Objects.ButtonEvent

Methods

boxedPtrCopy :: ButtonEvent -> IO ButtonEvent #

boxedPtrFree :: ButtonEvent -> IO () #

BoxedPtr CrossingEvent 
Instance details

Defined in GI.Gdk.Objects.CrossingEvent

Methods

boxedPtrCopy :: CrossingEvent -> IO CrossingEvent #

boxedPtrFree :: CrossingEvent -> IO () #

BoxedPtr DNDEvent 
Instance details

Defined in GI.Gdk.Objects.DNDEvent

Methods

boxedPtrCopy :: DNDEvent -> IO DNDEvent #

boxedPtrFree :: DNDEvent -> IO () #

BoxedPtr DeleteEvent 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

Methods

boxedPtrCopy :: DeleteEvent -> IO DeleteEvent #

boxedPtrFree :: DeleteEvent -> IO () #

BoxedPtr Event 
Instance details

Defined in GI.Gdk.Objects.Event

Methods

boxedPtrCopy :: Event -> IO Event #

boxedPtrFree :: Event -> IO () #

BoxedPtr FocusEvent 
Instance details

Defined in GI.Gdk.Objects.FocusEvent

Methods

boxedPtrCopy :: FocusEvent -> IO FocusEvent #

boxedPtrFree :: FocusEvent -> IO () #

BoxedPtr GrabBrokenEvent 
Instance details

Defined in GI.Gdk.Objects.GrabBrokenEvent

Methods

boxedPtrCopy :: GrabBrokenEvent -> IO GrabBrokenEvent #

boxedPtrFree :: GrabBrokenEvent -> IO () #

BoxedPtr KeyEvent 
Instance details

Defined in GI.Gdk.Objects.KeyEvent

Methods

boxedPtrCopy :: KeyEvent -> IO KeyEvent #

boxedPtrFree :: KeyEvent -> IO () #

BoxedPtr MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

boxedPtrCopy :: MotionEvent -> IO MotionEvent #

boxedPtrFree :: MotionEvent -> IO () #

BoxedPtr PadEvent 
Instance details

Defined in GI.Gdk.Objects.PadEvent

Methods

boxedPtrCopy :: PadEvent -> IO PadEvent #

boxedPtrFree :: PadEvent -> IO () #

BoxedPtr ProximityEvent 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

Methods

boxedPtrCopy :: ProximityEvent -> IO ProximityEvent #

boxedPtrFree :: ProximityEvent -> IO () #

BoxedPtr ScrollEvent 
Instance details

Defined in GI.Gdk.Objects.ScrollEvent

Methods

boxedPtrCopy :: ScrollEvent -> IO ScrollEvent #

boxedPtrFree :: ScrollEvent -> IO () #

BoxedPtr TouchEvent 
Instance details

Defined in GI.Gdk.Objects.TouchEvent

Methods

boxedPtrCopy :: TouchEvent -> IO TouchEvent #

boxedPtrFree :: TouchEvent -> IO () #

BoxedPtr TouchpadEvent 
Instance details

Defined in GI.Gdk.Objects.TouchpadEvent

Methods

boxedPtrCopy :: TouchpadEvent -> IO TouchpadEvent #

boxedPtrFree :: TouchpadEvent -> IO () #

BoxedPtr DragSurfaceSize 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

Methods

boxedPtrCopy :: DragSurfaceSize -> IO DragSurfaceSize #

boxedPtrFree :: DragSurfaceSize -> IO () #

BoxedPtr KeymapKey 
Instance details

Defined in GI.Gdk.Structs.KeymapKey

Methods

boxedPtrCopy :: KeymapKey -> IO KeymapKey #

boxedPtrFree :: KeymapKey -> IO () #

BoxedPtr TimeCoord 
Instance details

Defined in GI.Gdk.Structs.TimeCoord

Methods

boxedPtrCopy :: TimeCoord -> IO TimeCoord #

boxedPtrFree :: TimeCoord -> IO () #

BoxedPtr ToplevelSize 
Instance details

Defined in GI.Gdk.Structs.ToplevelSize

Methods

boxedPtrCopy :: ToplevelSize -> IO ToplevelSize #

boxedPtrFree :: ToplevelSize -> IO () #

BoxedPtr PixbufModule 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufModule

Methods

boxedPtrCopy :: PixbufModule -> IO PixbufModule #

boxedPtrFree :: PixbufModule -> IO () #

BoxedPtr PixbufModulePattern 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufModulePattern

Methods

boxedPtrCopy :: PixbufModulePattern -> IO PixbufModulePattern #

boxedPtrFree :: PixbufModulePattern -> IO () #

BoxedPtr ActionEntry 
Instance details

Defined in GI.Gio.Structs.ActionEntry

Methods

boxedPtrCopy :: ActionEntry -> IO ActionEntry #

boxedPtrFree :: ActionEntry -> IO () #

BoxedPtr DBusErrorEntry 
Instance details

Defined in GI.Gio.Structs.DBusErrorEntry

Methods

boxedPtrCopy :: DBusErrorEntry -> IO DBusErrorEntry #

boxedPtrFree :: DBusErrorEntry -> IO () #

BoxedPtr DBusInterfaceVTable 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceVTable

Methods

boxedPtrCopy :: DBusInterfaceVTable -> IO DBusInterfaceVTable #

boxedPtrFree :: DBusInterfaceVTable -> IO () #

BoxedPtr DBusSubtreeVTable 
Instance details

Defined in GI.Gio.Structs.DBusSubtreeVTable

Methods

boxedPtrCopy :: DBusSubtreeVTable -> IO DBusSubtreeVTable #

boxedPtrFree :: DBusSubtreeVTable -> IO () #

BoxedPtr FileAttributeInfo 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfo

Methods

boxedPtrCopy :: FileAttributeInfo -> IO FileAttributeInfo #

boxedPtrFree :: FileAttributeInfo -> IO () #

BoxedPtr IOExtension 
Instance details

Defined in GI.Gio.Structs.IOExtension

Methods

boxedPtrCopy :: IOExtension -> IO IOExtension #

boxedPtrFree :: IOExtension -> IO () #

BoxedPtr IOExtensionPoint 
Instance details

Defined in GI.Gio.Structs.IOExtensionPoint

Methods

boxedPtrCopy :: IOExtensionPoint -> IO IOExtensionPoint #

boxedPtrFree :: IOExtensionPoint -> IO () #

BoxedPtr IOModuleScope 
Instance details

Defined in GI.Gio.Structs.IOModuleScope

Methods

boxedPtrCopy :: IOModuleScope -> IO IOModuleScope #

boxedPtrFree :: IOModuleScope -> IO () #

BoxedPtr IOSchedulerJob 
Instance details

Defined in GI.Gio.Structs.IOSchedulerJob

Methods

boxedPtrCopy :: IOSchedulerJob -> IO IOSchedulerJob #

boxedPtrFree :: IOSchedulerJob -> IO () #

BoxedPtr IOStreamAdapter 
Instance details

Defined in GI.Gio.Structs.IOStreamAdapter

Methods

boxedPtrCopy :: IOStreamAdapter -> IO IOStreamAdapter #

boxedPtrFree :: IOStreamAdapter -> IO () #

BoxedPtr InputMessage 
Instance details

Defined in GI.Gio.Structs.InputMessage

Methods

boxedPtrCopy :: InputMessage -> IO InputMessage #

boxedPtrFree :: InputMessage -> IO () #

BoxedPtr InputStreamClass 
Instance details

Defined in GI.Gio.Structs.InputStreamClass

Methods

boxedPtrCopy :: InputStreamClass -> IO InputStreamClass #

boxedPtrFree :: InputStreamClass -> IO () #

BoxedPtr InputVector 
Instance details

Defined in GI.Gio.Structs.InputVector

Methods

boxedPtrCopy :: InputVector -> IO InputVector #

boxedPtrFree :: InputVector -> IO () #

BoxedPtr OutputMessage 
Instance details

Defined in GI.Gio.Structs.OutputMessage

Methods

boxedPtrCopy :: OutputMessage -> IO OutputMessage #

boxedPtrFree :: OutputMessage -> IO () #

BoxedPtr OutputVector 
Instance details

Defined in GI.Gio.Structs.OutputVector

Methods

boxedPtrCopy :: OutputVector -> IO OutputVector #

boxedPtrFree :: OutputVector -> IO () #

BoxedPtr SeekableIface 
Instance details

Defined in GI.Gio.Structs.SeekableIface

Methods

boxedPtrCopy :: SeekableIface -> IO SeekableIface #

boxedPtrFree :: SeekableIface -> IO () #

BoxedPtr StaticResource 
Instance details

Defined in GI.Gio.Structs.StaticResource

Methods

boxedPtrCopy :: StaticResource -> IO StaticResource #

boxedPtrFree :: StaticResource -> IO () #

BoxedPtr Allocator 
Instance details

Defined in GI.GLib.Structs.Allocator

Methods

boxedPtrCopy :: Allocator -> IO Allocator #

boxedPtrFree :: Allocator -> IO () #

BoxedPtr AsyncQueue 
Instance details

Defined in GI.GLib.Structs.AsyncQueue

Methods

boxedPtrCopy :: AsyncQueue -> IO AsyncQueue #

boxedPtrFree :: AsyncQueue -> IO () #

BoxedPtr Cache 
Instance details

Defined in GI.GLib.Structs.Cache

Methods

boxedPtrCopy :: Cache -> IO Cache #

boxedPtrFree :: Cache -> IO () #

BoxedPtr Completion 
Instance details

Defined in GI.GLib.Structs.Completion

Methods

boxedPtrCopy :: Completion -> IO Completion #

boxedPtrFree :: Completion -> IO () #

BoxedPtr Cond 
Instance details

Defined in GI.GLib.Structs.Cond

Methods

boxedPtrCopy :: Cond -> IO Cond #

boxedPtrFree :: Cond -> IO () #

BoxedPtr Data 
Instance details

Defined in GI.GLib.Structs.Data

Methods

boxedPtrCopy :: Data -> IO Data #

boxedPtrFree :: Data -> IO () #

BoxedPtr DebugKey 
Instance details

Defined in GI.GLib.Structs.DebugKey

Methods

boxedPtrCopy :: DebugKey -> IO DebugKey #

boxedPtrFree :: DebugKey -> IO () #

BoxedPtr HashTableIter 
Instance details

Defined in GI.GLib.Structs.HashTableIter

Methods

boxedPtrCopy :: HashTableIter -> IO HashTableIter #

boxedPtrFree :: HashTableIter -> IO () #

BoxedPtr Hook 
Instance details

Defined in GI.GLib.Structs.Hook

Methods

boxedPtrCopy :: Hook -> IO Hook #

boxedPtrFree :: Hook -> IO () #

BoxedPtr HookList 
Instance details

Defined in GI.GLib.Structs.HookList

Methods

boxedPtrCopy :: HookList -> IO HookList #

boxedPtrFree :: HookList -> IO () #

BoxedPtr IOFuncs 
Instance details

Defined in GI.GLib.Structs.IOFuncs

Methods

boxedPtrCopy :: IOFuncs -> IO IOFuncs #

boxedPtrFree :: IOFuncs -> IO () #

BoxedPtr LogField 
Instance details

Defined in GI.GLib.Structs.LogField

Methods

boxedPtrCopy :: LogField -> IO LogField #

boxedPtrFree :: LogField -> IO () #

BoxedPtr MarkupParser 
Instance details

Defined in GI.GLib.Structs.MarkupParser

Methods

boxedPtrCopy :: MarkupParser -> IO MarkupParser #

boxedPtrFree :: MarkupParser -> IO () #

BoxedPtr MemChunk 
Instance details

Defined in GI.GLib.Structs.MemChunk

Methods

boxedPtrCopy :: MemChunk -> IO MemChunk #

boxedPtrFree :: MemChunk -> IO () #

BoxedPtr MemVTable 
Instance details

Defined in GI.GLib.Structs.MemVTable

Methods

boxedPtrCopy :: MemVTable -> IO MemVTable #

boxedPtrFree :: MemVTable -> IO () #

BoxedPtr Node 
Instance details

Defined in GI.GLib.Structs.Node

Methods

boxedPtrCopy :: Node -> IO Node #

boxedPtrFree :: Node -> IO () #

BoxedPtr Once 
Instance details

Defined in GI.GLib.Structs.Once

Methods

boxedPtrCopy :: Once -> IO Once #

boxedPtrFree :: Once -> IO () #

BoxedPtr OptionContext 
Instance details

Defined in GI.GLib.Structs.OptionContext

Methods

boxedPtrCopy :: OptionContext -> IO OptionContext #

boxedPtrFree :: OptionContext -> IO () #

BoxedPtr OptionEntry 
Instance details

Defined in GI.GLib.Structs.OptionEntry

Methods

boxedPtrCopy :: OptionEntry -> IO OptionEntry #

boxedPtrFree :: OptionEntry -> IO () #

BoxedPtr PathBuf 
Instance details

Defined in GI.GLib.Structs.PathBuf

Methods

boxedPtrCopy :: PathBuf -> IO PathBuf #

boxedPtrFree :: PathBuf -> IO () #

BoxedPtr Queue 
Instance details

Defined in GI.GLib.Structs.Queue

Methods

boxedPtrCopy :: Queue -> IO Queue #

boxedPtrFree :: Queue -> IO () #

BoxedPtr RWLock 
Instance details

Defined in GI.GLib.Structs.RWLock

Methods

boxedPtrCopy :: RWLock -> IO RWLock #

boxedPtrFree :: RWLock -> IO () #

BoxedPtr RecMutex 
Instance details

Defined in GI.GLib.Structs.RecMutex

Methods

boxedPtrCopy :: RecMutex -> IO RecMutex #

boxedPtrFree :: RecMutex -> IO () #

BoxedPtr Relation 
Instance details

Defined in GI.GLib.Structs.Relation

Methods

boxedPtrCopy :: Relation -> IO Relation #

boxedPtrFree :: Relation -> IO () #

BoxedPtr Scanner 
Instance details

Defined in GI.GLib.Structs.Scanner

Methods

boxedPtrCopy :: Scanner -> IO Scanner #

boxedPtrFree :: Scanner -> IO () #

BoxedPtr ScannerConfig 
Instance details

Defined in GI.GLib.Structs.ScannerConfig

Methods

boxedPtrCopy :: ScannerConfig -> IO ScannerConfig #

boxedPtrFree :: ScannerConfig -> IO () #

BoxedPtr Sequence 
Instance details

Defined in GI.GLib.Structs.Sequence

Methods

boxedPtrCopy :: Sequence -> IO Sequence #

boxedPtrFree :: Sequence -> IO () #

BoxedPtr SequenceIter 
Instance details

Defined in GI.GLib.Structs.SequenceIter

Methods

boxedPtrCopy :: SequenceIter -> IO SequenceIter #

boxedPtrFree :: SequenceIter -> IO () #

BoxedPtr SourceCallbackFuncs 
Instance details

Defined in GI.GLib.Structs.SourceCallbackFuncs

Methods

boxedPtrCopy :: SourceCallbackFuncs -> IO SourceCallbackFuncs #

boxedPtrFree :: SourceCallbackFuncs -> IO () #

BoxedPtr SourceFuncs 
Instance details

Defined in GI.GLib.Structs.SourceFuncs

Methods

boxedPtrCopy :: SourceFuncs -> IO SourceFuncs #

boxedPtrFree :: SourceFuncs -> IO () #

BoxedPtr StatBuf 
Instance details

Defined in GI.GLib.Structs.StatBuf

Methods

boxedPtrCopy :: StatBuf -> IO StatBuf #

boxedPtrFree :: StatBuf -> IO () #

BoxedPtr StringChunk 
Instance details

Defined in GI.GLib.Structs.StringChunk

Methods

boxedPtrCopy :: StringChunk -> IO StringChunk #

boxedPtrFree :: StringChunk -> IO () #

BoxedPtr TestCase 
Instance details

Defined in GI.GLib.Structs.TestCase

Methods

boxedPtrCopy :: TestCase -> IO TestCase #

boxedPtrFree :: TestCase -> IO () #

BoxedPtr TestConfig 
Instance details

Defined in GI.GLib.Structs.TestConfig

Methods

boxedPtrCopy :: TestConfig -> IO TestConfig #

boxedPtrFree :: TestConfig -> IO () #

BoxedPtr TestLogBuffer 
Instance details

Defined in GI.GLib.Structs.TestLogBuffer

Methods

boxedPtrCopy :: TestLogBuffer -> IO TestLogBuffer #

boxedPtrFree :: TestLogBuffer -> IO () #

BoxedPtr TestLogMsg 
Instance details

Defined in GI.GLib.Structs.TestLogMsg

Methods

boxedPtrCopy :: TestLogMsg -> IO TestLogMsg #

boxedPtrFree :: TestLogMsg -> IO () #

BoxedPtr TestSuite 
Instance details

Defined in GI.GLib.Structs.TestSuite

Methods

boxedPtrCopy :: TestSuite -> IO TestSuite #

boxedPtrFree :: TestSuite -> IO () #

BoxedPtr ThreadPool 
Instance details

Defined in GI.GLib.Structs.ThreadPool

Methods

boxedPtrCopy :: ThreadPool -> IO ThreadPool #

boxedPtrFree :: ThreadPool -> IO () #

BoxedPtr TimeVal 
Instance details

Defined in GI.GLib.Structs.TimeVal

Methods

boxedPtrCopy :: TimeVal -> IO TimeVal #

boxedPtrFree :: TimeVal -> IO () #

BoxedPtr Timer 
Instance details

Defined in GI.GLib.Structs.Timer

Methods

boxedPtrCopy :: Timer -> IO Timer #

boxedPtrFree :: Timer -> IO () #

BoxedPtr TrashStack 
Instance details

Defined in GI.GLib.Structs.TrashStack

Methods

boxedPtrCopy :: TrashStack -> IO TrashStack #

boxedPtrFree :: TrashStack -> IO () #

BoxedPtr TreeNode 
Instance details

Defined in GI.GLib.Structs.TreeNode

Methods

boxedPtrCopy :: TreeNode -> IO TreeNode #

boxedPtrFree :: TreeNode -> IO () #

BoxedPtr Tuples 
Instance details

Defined in GI.GLib.Structs.Tuples

Methods

boxedPtrCopy :: Tuples -> IO Tuples #

boxedPtrFree :: Tuples -> IO () #

BoxedPtr UnixPipe 
Instance details

Defined in GI.GLib.Structs.UnixPipe

Methods

boxedPtrCopy :: UnixPipe -> IO UnixPipe #

boxedPtrFree :: UnixPipe -> IO () #

BoxedPtr UriParamsIter 
Instance details

Defined in GI.GLib.Structs.UriParamsIter

Methods

boxedPtrCopy :: UriParamsIter -> IO UriParamsIter #

boxedPtrFree :: UriParamsIter -> IO () #

BoxedPtr DoubleIEEE754 
Instance details

Defined in GI.GLib.Unions.DoubleIEEE754

Methods

boxedPtrCopy :: DoubleIEEE754 -> IO DoubleIEEE754 #

boxedPtrFree :: DoubleIEEE754 -> IO () #

BoxedPtr FloatIEEE754 
Instance details

Defined in GI.GLib.Unions.FloatIEEE754

Methods

boxedPtrCopy :: FloatIEEE754 -> IO FloatIEEE754 #

boxedPtrFree :: FloatIEEE754 -> IO () #

BoxedPtr Mutex 
Instance details

Defined in GI.GLib.Unions.Mutex

Methods

boxedPtrCopy :: Mutex -> IO Mutex #

boxedPtrFree :: Mutex -> IO () #

BoxedPtr TokenValue 
Instance details

Defined in GI.GLib.Unions.TokenValue

Methods

boxedPtrCopy :: TokenValue -> IO TokenValue #

boxedPtrFree :: TokenValue -> IO () #

BoxedPtr Module 
Instance details

Defined in GI.GModule.Structs.Module

Methods

boxedPtrCopy :: Module -> IO Module #

boxedPtrFree :: Module -> IO () #

BoxedPtr TypePlugin 
Instance details

Defined in GI.GObject.Interfaces.TypePlugin

Methods

boxedPtrCopy :: TypePlugin -> IO TypePlugin #

boxedPtrFree :: TypePlugin -> IO () #

BoxedPtr ParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

boxedPtrCopy :: ParamSpec -> IO ParamSpec #

boxedPtrFree :: ParamSpec -> IO () #

BoxedPtr ParamSpecBoolean 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

Methods

boxedPtrCopy :: ParamSpecBoolean -> IO ParamSpecBoolean #

boxedPtrFree :: ParamSpecBoolean -> IO () #

BoxedPtr ParamSpecBoxed 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoxed

Methods

boxedPtrCopy :: ParamSpecBoxed -> IO ParamSpecBoxed #

boxedPtrFree :: ParamSpecBoxed -> IO () #

BoxedPtr ParamSpecChar 
Instance details

Defined in GI.GObject.Objects.ParamSpecChar

Methods

boxedPtrCopy :: ParamSpecChar -> IO ParamSpecChar #

boxedPtrFree :: ParamSpecChar -> IO () #

BoxedPtr ParamSpecDouble 
Instance details

Defined in GI.GObject.Objects.ParamSpecDouble

Methods

boxedPtrCopy :: ParamSpecDouble -> IO ParamSpecDouble #

boxedPtrFree :: ParamSpecDouble -> IO () #

BoxedPtr ParamSpecEnum 
Instance details

Defined in GI.GObject.Objects.ParamSpecEnum

Methods

boxedPtrCopy :: ParamSpecEnum -> IO ParamSpecEnum #

boxedPtrFree :: ParamSpecEnum -> IO () #

BoxedPtr ParamSpecFlags 
Instance details

Defined in GI.GObject.Objects.ParamSpecFlags

Methods

boxedPtrCopy :: ParamSpecFlags -> IO ParamSpecFlags #

boxedPtrFree :: ParamSpecFlags -> IO () #

BoxedPtr ParamSpecFloat 
Instance details

Defined in GI.GObject.Objects.ParamSpecFloat

Methods

boxedPtrCopy :: ParamSpecFloat -> IO ParamSpecFloat #

boxedPtrFree :: ParamSpecFloat -> IO () #

BoxedPtr ParamSpecGType 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

Methods

boxedPtrCopy :: ParamSpecGType -> IO ParamSpecGType #

boxedPtrFree :: ParamSpecGType -> IO () #

BoxedPtr ParamSpecInt 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

Methods

boxedPtrCopy :: ParamSpecInt -> IO ParamSpecInt #

boxedPtrFree :: ParamSpecInt -> IO () #

BoxedPtr ParamSpecInt64 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

Methods

boxedPtrCopy :: ParamSpecInt64 -> IO ParamSpecInt64 #

boxedPtrFree :: ParamSpecInt64 -> IO () #

BoxedPtr ParamSpecLong 
Instance details

Defined in GI.GObject.Objects.ParamSpecLong

Methods

boxedPtrCopy :: ParamSpecLong -> IO ParamSpecLong #

boxedPtrFree :: ParamSpecLong -> IO () #

BoxedPtr ParamSpecObject 
Instance details

Defined in GI.GObject.Objects.ParamSpecObject

Methods

boxedPtrCopy :: ParamSpecObject -> IO ParamSpecObject #

boxedPtrFree :: ParamSpecObject -> IO () #

BoxedPtr ParamSpecOverride 
Instance details

Defined in GI.GObject.Objects.ParamSpecOverride

Methods

boxedPtrCopy :: ParamSpecOverride -> IO ParamSpecOverride #

boxedPtrFree :: ParamSpecOverride -> IO () #

BoxedPtr ParamSpecParam 
Instance details

Defined in GI.GObject.Objects.ParamSpecParam

Methods

boxedPtrCopy :: ParamSpecParam -> IO ParamSpecParam #

boxedPtrFree :: ParamSpecParam -> IO () #

BoxedPtr ParamSpecPointer 
Instance details

Defined in GI.GObject.Objects.ParamSpecPointer

Methods

boxedPtrCopy :: ParamSpecPointer -> IO ParamSpecPointer #

boxedPtrFree :: ParamSpecPointer -> IO () #

BoxedPtr ParamSpecString 
Instance details

Defined in GI.GObject.Objects.ParamSpecString

Methods

boxedPtrCopy :: ParamSpecString -> IO ParamSpecString #

boxedPtrFree :: ParamSpecString -> IO () #

BoxedPtr ParamSpecUChar 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

Methods

boxedPtrCopy :: ParamSpecUChar -> IO ParamSpecUChar #

boxedPtrFree :: ParamSpecUChar -> IO () #

BoxedPtr ParamSpecUInt 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

Methods

boxedPtrCopy :: ParamSpecUInt -> IO ParamSpecUInt #

boxedPtrFree :: ParamSpecUInt -> IO () #

BoxedPtr ParamSpecUInt64 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

Methods

boxedPtrCopy :: ParamSpecUInt64 -> IO ParamSpecUInt64 #

boxedPtrFree :: ParamSpecUInt64 -> IO () #

BoxedPtr ParamSpecULong 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

Methods

boxedPtrCopy :: ParamSpecULong -> IO ParamSpecULong #

boxedPtrFree :: ParamSpecULong -> IO () #

BoxedPtr ParamSpecUnichar 
Instance details

Defined in GI.GObject.Objects.ParamSpecUnichar

Methods

boxedPtrCopy :: ParamSpecUnichar -> IO ParamSpecUnichar #

boxedPtrFree :: ParamSpecUnichar -> IO () #

BoxedPtr ParamSpecValueArray 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

Methods

boxedPtrCopy :: ParamSpecValueArray -> IO ParamSpecValueArray #

boxedPtrFree :: ParamSpecValueArray -> IO () #

BoxedPtr ParamSpecVariant 
Instance details

Defined in GI.GObject.Objects.ParamSpecVariant

Methods

boxedPtrCopy :: ParamSpecVariant -> IO ParamSpecVariant #

boxedPtrFree :: ParamSpecVariant -> IO () #

BoxedPtr CClosure 
Instance details

Defined in GI.GObject.Structs.CClosure

Methods

boxedPtrCopy :: CClosure -> IO CClosure #

boxedPtrFree :: CClosure -> IO () #

BoxedPtr ClosureNotifyData 
Instance details

Defined in GI.GObject.Structs.ClosureNotifyData

Methods

boxedPtrCopy :: ClosureNotifyData -> IO ClosureNotifyData #

boxedPtrFree :: ClosureNotifyData -> IO () #

BoxedPtr EnumClass 
Instance details

Defined in GI.GObject.Structs.EnumClass

Methods

boxedPtrCopy :: EnumClass -> IO EnumClass #

boxedPtrFree :: EnumClass -> IO () #

BoxedPtr EnumValue 
Instance details

Defined in GI.GObject.Structs.EnumValue

Methods

boxedPtrCopy :: EnumValue -> IO EnumValue #

boxedPtrFree :: EnumValue -> IO () #

BoxedPtr FlagsClass 
Instance details

Defined in GI.GObject.Structs.FlagsClass

Methods

boxedPtrCopy :: FlagsClass -> IO FlagsClass #

boxedPtrFree :: FlagsClass -> IO () #

BoxedPtr FlagsValue 
Instance details

Defined in GI.GObject.Structs.FlagsValue

Methods

boxedPtrCopy :: FlagsValue -> IO FlagsValue #

boxedPtrFree :: FlagsValue -> IO () #

BoxedPtr InitiallyUnownedClass 
Instance details

Defined in GI.GObject.Structs.InitiallyUnownedClass

Methods

boxedPtrCopy :: InitiallyUnownedClass -> IO InitiallyUnownedClass #

boxedPtrFree :: InitiallyUnownedClass -> IO () #

BoxedPtr InterfaceInfo 
Instance details

Defined in GI.GObject.Structs.InterfaceInfo

Methods

boxedPtrCopy :: InterfaceInfo -> IO InterfaceInfo #

boxedPtrFree :: InterfaceInfo -> IO () #

BoxedPtr ObjectClass 
Instance details

Defined in GI.GObject.Structs.ObjectClass

Methods

boxedPtrCopy :: ObjectClass -> IO ObjectClass #

boxedPtrFree :: ObjectClass -> IO () #

BoxedPtr ObjectConstructParam 
Instance details

Defined in GI.GObject.Structs.ObjectConstructParam

Methods

boxedPtrCopy :: ObjectConstructParam -> IO ObjectConstructParam #

boxedPtrFree :: ObjectConstructParam -> IO () #

BoxedPtr ParamSpecPool 
Instance details

Defined in GI.GObject.Structs.ParamSpecPool

Methods

boxedPtrCopy :: ParamSpecPool -> IO ParamSpecPool #

boxedPtrFree :: ParamSpecPool -> IO () #

BoxedPtr ParamSpecTypeInfo 
Instance details

Defined in GI.GObject.Structs.ParamSpecTypeInfo

Methods

boxedPtrCopy :: ParamSpecTypeInfo -> IO ParamSpecTypeInfo #

boxedPtrFree :: ParamSpecTypeInfo -> IO () #

BoxedPtr Parameter 
Instance details

Defined in GI.GObject.Structs.Parameter

Methods

boxedPtrCopy :: Parameter -> IO Parameter #

boxedPtrFree :: Parameter -> IO () #

BoxedPtr SignalInvocationHint 
Instance details

Defined in GI.GObject.Structs.SignalInvocationHint

Methods

boxedPtrCopy :: SignalInvocationHint -> IO SignalInvocationHint #

boxedPtrFree :: SignalInvocationHint -> IO () #

BoxedPtr SignalQuery 
Instance details

Defined in GI.GObject.Structs.SignalQuery

Methods

boxedPtrCopy :: SignalQuery -> IO SignalQuery #

boxedPtrFree :: SignalQuery -> IO () #

BoxedPtr TypeClass 
Instance details

Defined in GI.GObject.Structs.TypeClass

Methods

boxedPtrCopy :: TypeClass -> IO TypeClass #

boxedPtrFree :: TypeClass -> IO () #

BoxedPtr TypeFundamentalInfo 
Instance details

Defined in GI.GObject.Structs.TypeFundamentalInfo

Methods

boxedPtrCopy :: TypeFundamentalInfo -> IO TypeFundamentalInfo #

boxedPtrFree :: TypeFundamentalInfo -> IO () #

BoxedPtr TypeInfo 
Instance details

Defined in GI.GObject.Structs.TypeInfo

Methods

boxedPtrCopy :: TypeInfo -> IO TypeInfo #

boxedPtrFree :: TypeInfo -> IO () #

BoxedPtr TypeInstance 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

boxedPtrCopy :: TypeInstance -> IO TypeInstance #

boxedPtrFree :: TypeInstance -> IO () #

BoxedPtr TypeInterface 
Instance details

Defined in GI.GObject.Structs.TypeInterface

Methods

boxedPtrCopy :: TypeInterface -> IO TypeInterface #

boxedPtrFree :: TypeInterface -> IO () #

BoxedPtr TypeQuery 
Instance details

Defined in GI.GObject.Structs.TypeQuery

Methods

boxedPtrCopy :: TypeQuery -> IO TypeQuery #

boxedPtrFree :: TypeQuery -> IO () #

BoxedPtr TypeValueTable 
Instance details

Defined in GI.GObject.Structs.TypeValueTable

Methods

boxedPtrCopy :: TypeValueTable -> IO TypeValueTable #

boxedPtrFree :: TypeValueTable -> IO () #

BoxedPtr WeakRef 
Instance details

Defined in GI.GObject.Structs.WeakRef

Methods

boxedPtrCopy :: WeakRef -> IO WeakRef #

boxedPtrFree :: WeakRef -> IO () #

BoxedPtr TypeCValue 
Instance details

Defined in GI.GObject.Unions.TypeCValue

Methods

boxedPtrCopy :: TypeCValue -> IO TypeCValue #

boxedPtrFree :: TypeCValue -> IO () #

BoxedPtr Value_Data_Union_ 
Instance details

Defined in GI.GObject.Unions.Value_Data_Union_

Methods

boxedPtrCopy :: Value_Data_Union_ -> IO Value_Data_Union_ #

boxedPtrFree :: Value_Data_Union_ -> IO () #

BoxedPtr Simd4F 
Instance details

Defined in GI.Graphene.Structs.Simd4F

Methods

boxedPtrCopy :: Simd4F -> IO Simd4F #

boxedPtrFree :: Simd4F -> IO () #

BoxedPtr Simd4X4F 
Instance details

Defined in GI.Graphene.Structs.Simd4X4F

BoxedPtr BlendNode 
Instance details

Defined in GI.Gsk.Objects.BlendNode

BoxedPtr BlurNode 
Instance details

Defined in GI.Gsk.Objects.BlurNode

BoxedPtr BorderNode 
Instance details

Defined in GI.Gsk.Objects.BorderNode

BoxedPtr CairoNode 
Instance details

Defined in GI.Gsk.Objects.CairoNode

BoxedPtr ClipNode 
Instance details

Defined in GI.Gsk.Objects.ClipNode

BoxedPtr ColorMatrixNode 
Instance details

Defined in GI.Gsk.Objects.ColorMatrixNode

BoxedPtr ColorNode 
Instance details

Defined in GI.Gsk.Objects.ColorNode

BoxedPtr ConicGradientNode 
Instance details

Defined in GI.Gsk.Objects.ConicGradientNode

BoxedPtr ContainerNode 
Instance details

Defined in GI.Gsk.Objects.ContainerNode

BoxedPtr CrossFadeNode 
Instance details

Defined in GI.Gsk.Objects.CrossFadeNode

BoxedPtr DebugNode 
Instance details

Defined in GI.Gsk.Objects.DebugNode

BoxedPtr FillNode 
Instance details

Defined in GI.Gsk.Objects.FillNode

BoxedPtr GLShaderNode 
Instance details

Defined in GI.Gsk.Objects.GLShaderNode

BoxedPtr InsetShadowNode 
Instance details

Defined in GI.Gsk.Objects.InsetShadowNode

BoxedPtr LinearGradientNode 
Instance details

Defined in GI.Gsk.Objects.LinearGradientNode

BoxedPtr MaskNode 
Instance details

Defined in GI.Gsk.Objects.MaskNode

BoxedPtr OpacityNode 
Instance details

Defined in GI.Gsk.Objects.OpacityNode

BoxedPtr OutsetShadowNode 
Instance details

Defined in GI.Gsk.Objects.OutsetShadowNode

BoxedPtr RadialGradientNode 
Instance details

Defined in GI.Gsk.Objects.RadialGradientNode

BoxedPtr RenderNode 
Instance details

Defined in GI.Gsk.Objects.RenderNode

BoxedPtr RepeatNode 
Instance details

Defined in GI.Gsk.Objects.RepeatNode

BoxedPtr RepeatingLinearGradientNode 
Instance details

Defined in GI.Gsk.Objects.RepeatingLinearGradientNode

BoxedPtr RepeatingRadialGradientNode 
Instance details

Defined in GI.Gsk.Objects.RepeatingRadialGradientNode

BoxedPtr RoundedClipNode 
Instance details

Defined in GI.Gsk.Objects.RoundedClipNode

BoxedPtr ShadowNode 
Instance details

Defined in GI.Gsk.Objects.ShadowNode

BoxedPtr StrokeNode 
Instance details

Defined in GI.Gsk.Objects.StrokeNode

BoxedPtr SubsurfaceNode 
Instance details

Defined in GI.Gsk.Objects.SubsurfaceNode

BoxedPtr TextNode 
Instance details

Defined in GI.Gsk.Objects.TextNode

BoxedPtr TextureNode 
Instance details

Defined in GI.Gsk.Objects.TextureNode

BoxedPtr TextureScaleNode 
Instance details

Defined in GI.Gsk.Objects.TextureScaleNode

BoxedPtr TransformNode 
Instance details

Defined in GI.Gsk.Objects.TransformNode

BoxedPtr ColorStop 
Instance details

Defined in GI.Gsk.Structs.ColorStop

BoxedPtr ParseLocation 
Instance details

Defined in GI.Gsk.Structs.ParseLocation

BoxedPtr RoundedRect 
Instance details

Defined in GI.Gsk.Structs.RoundedRect

BoxedPtr Shadow 
Instance details

Defined in GI.Gsk.Structs.Shadow

Methods

boxedPtrCopy :: Shadow -> IO Shadow #

boxedPtrFree :: Shadow -> IO () #

BoxedPtr TreeDragDest Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeDragDest

BoxedPtr TreeDragSource Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeDragSource

BoxedPtr CClosureExpression Source # 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

BoxedPtr ClosureExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ClosureExpression

BoxedPtr ConstantExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ConstantExpression

BoxedPtr Expression Source # 
Instance details

Defined in GI.Gtk.Objects.Expression

BoxedPtr ObjectExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

BoxedPtr ParamSpecExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ParamSpecExpression

BoxedPtr PropertyExpression Source # 
Instance details

Defined in GI.Gtk.Objects.PropertyExpression

BoxedPtr AccessibleTextRange Source # 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

BoxedPtr BuildableParseContext Source # 
Instance details

Defined in GI.Gtk.Structs.BuildableParseContext

BoxedPtr BuildableParser Source # 
Instance details

Defined in GI.Gtk.Structs.BuildableParser

BoxedPtr CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

BoxedPtr CssStyleChange Source # 
Instance details

Defined in GI.Gtk.Structs.CssStyleChange

BoxedPtr PadActionEntry Source # 
Instance details

Defined in GI.Gtk.Structs.PadActionEntry

BoxedPtr PageRange Source # 
Instance details

Defined in GI.Gtk.Structs.PageRange

BoxedPtr PrintBackend Source # 
Instance details

Defined in GI.Gtk.Structs.PrintBackend

BoxedPtr RecentData Source # 
Instance details

Defined in GI.Gtk.Structs.RecentData

BoxedPtr RequestedSize Source # 
Instance details

Defined in GI.Gtk.Structs.RequestedSize

BoxedPtr WidgetClass Source # 
Instance details

Defined in GI.Gtk.Structs.WidgetClass

BoxedPtr Analysis 
Instance details

Defined in GI.Pango.Structs.Analysis

Methods

boxedPtrCopy :: Analysis -> IO Analysis #

boxedPtrFree :: Analysis -> IO () #

BoxedPtr AttrClass 
Instance details

Defined in GI.Pango.Structs.AttrClass

Methods

boxedPtrCopy :: AttrClass -> IO AttrClass #

boxedPtrFree :: AttrClass -> IO () #

BoxedPtr AttrColor 
Instance details

Defined in GI.Pango.Structs.AttrColor

Methods

boxedPtrCopy :: AttrColor -> IO AttrColor #

boxedPtrFree :: AttrColor -> IO () #

BoxedPtr AttrFloat 
Instance details

Defined in GI.Pango.Structs.AttrFloat

Methods

boxedPtrCopy :: AttrFloat -> IO AttrFloat #

boxedPtrFree :: AttrFloat -> IO () #

BoxedPtr AttrFontDesc 
Instance details

Defined in GI.Pango.Structs.AttrFontDesc

Methods

boxedPtrCopy :: AttrFontDesc -> IO AttrFontDesc #

boxedPtrFree :: AttrFontDesc -> IO () #

BoxedPtr AttrFontFeatures 
Instance details

Defined in GI.Pango.Structs.AttrFontFeatures

Methods

boxedPtrCopy :: AttrFontFeatures -> IO AttrFontFeatures #

boxedPtrFree :: AttrFontFeatures -> IO () #

BoxedPtr AttrInt 
Instance details

Defined in GI.Pango.Structs.AttrInt

Methods

boxedPtrCopy :: AttrInt -> IO AttrInt #

boxedPtrFree :: AttrInt -> IO () #

BoxedPtr AttrLanguage 
Instance details

Defined in GI.Pango.Structs.AttrLanguage

Methods

boxedPtrCopy :: AttrLanguage -> IO AttrLanguage #

boxedPtrFree :: AttrLanguage -> IO () #

BoxedPtr AttrShape 
Instance details

Defined in GI.Pango.Structs.AttrShape

Methods

boxedPtrCopy :: AttrShape -> IO AttrShape #

boxedPtrFree :: AttrShape -> IO () #

BoxedPtr AttrSize 
Instance details

Defined in GI.Pango.Structs.AttrSize

Methods

boxedPtrCopy :: AttrSize -> IO AttrSize #

boxedPtrFree :: AttrSize -> IO () #

BoxedPtr AttrString 
Instance details

Defined in GI.Pango.Structs.AttrString

Methods

boxedPtrCopy :: AttrString -> IO AttrString #

boxedPtrFree :: AttrString -> IO () #

BoxedPtr GlyphGeometry 
Instance details

Defined in GI.Pango.Structs.GlyphGeometry

Methods

boxedPtrCopy :: GlyphGeometry -> IO GlyphGeometry #

boxedPtrFree :: GlyphGeometry -> IO () #

BoxedPtr GlyphInfo 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

Methods

boxedPtrCopy :: GlyphInfo -> IO GlyphInfo #

boxedPtrFree :: GlyphInfo -> IO () #

BoxedPtr GlyphVisAttr 
Instance details

Defined in GI.Pango.Structs.GlyphVisAttr

Methods

boxedPtrCopy :: GlyphVisAttr -> IO GlyphVisAttr #

boxedPtrFree :: GlyphVisAttr -> IO () #

BoxedPtr LogAttr 
Instance details

Defined in GI.Pango.Structs.LogAttr

Methods

boxedPtrCopy :: LogAttr -> IO LogAttr #

boxedPtrFree :: LogAttr -> IO () #

BoxedPtr Rectangle 
Instance details

Defined in GI.Pango.Structs.Rectangle

Methods

boxedPtrCopy :: Rectangle -> IO Rectangle #

boxedPtrFree :: Rectangle -> IO () #

type CGType = Word64 #

class BoxedPtr a => CallocPtr a where #

Methods

boxedPtrCalloc :: IO (Ptr a) #

Instances

Instances details
CallocPtr KeymapKey 
Instance details

Defined in GI.Gdk.Structs.KeymapKey

Methods

boxedPtrCalloc :: IO (Ptr KeymapKey) #

CallocPtr TimeCoord 
Instance details

Defined in GI.Gdk.Structs.TimeCoord

Methods

boxedPtrCalloc :: IO (Ptr TimeCoord) #

CallocPtr PixbufModule 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufModule

Methods

boxedPtrCalloc :: IO (Ptr PixbufModule) #

CallocPtr PixbufModulePattern 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufModulePattern

Methods

boxedPtrCalloc :: IO (Ptr PixbufModulePattern) #

CallocPtr ActionEntry 
Instance details

Defined in GI.Gio.Structs.ActionEntry

Methods

boxedPtrCalloc :: IO (Ptr ActionEntry) #

CallocPtr DBusErrorEntry 
Instance details

Defined in GI.Gio.Structs.DBusErrorEntry

Methods

boxedPtrCalloc :: IO (Ptr DBusErrorEntry) #

CallocPtr DBusInterfaceVTable 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceVTable

Methods

boxedPtrCalloc :: IO (Ptr DBusInterfaceVTable) #

CallocPtr DBusSubtreeVTable 
Instance details

Defined in GI.Gio.Structs.DBusSubtreeVTable

Methods

boxedPtrCalloc :: IO (Ptr DBusSubtreeVTable) #

CallocPtr FileAttributeInfo 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfo

Methods

boxedPtrCalloc :: IO (Ptr FileAttributeInfo) #

CallocPtr InputMessage 
Instance details

Defined in GI.Gio.Structs.InputMessage

Methods

boxedPtrCalloc :: IO (Ptr InputMessage) #

CallocPtr InputStreamClass 
Instance details

Defined in GI.Gio.Structs.InputStreamClass

Methods

boxedPtrCalloc :: IO (Ptr InputStreamClass) #

CallocPtr InputVector 
Instance details

Defined in GI.Gio.Structs.InputVector

Methods

boxedPtrCalloc :: IO (Ptr InputVector) #

CallocPtr OutputMessage 
Instance details

Defined in GI.Gio.Structs.OutputMessage

Methods

boxedPtrCalloc :: IO (Ptr OutputMessage) #

CallocPtr OutputVector 
Instance details

Defined in GI.Gio.Structs.OutputVector

Methods

boxedPtrCalloc :: IO (Ptr OutputVector) #

CallocPtr SeekableIface 
Instance details

Defined in GI.Gio.Structs.SeekableIface

Methods

boxedPtrCalloc :: IO (Ptr SeekableIface) #

CallocPtr StaticResource 
Instance details

Defined in GI.Gio.Structs.StaticResource

Methods

boxedPtrCalloc :: IO (Ptr StaticResource) #

CallocPtr Completion 
Instance details

Defined in GI.GLib.Structs.Completion

Methods

boxedPtrCalloc :: IO (Ptr Completion) #

CallocPtr Cond 
Instance details

Defined in GI.GLib.Structs.Cond

Methods

boxedPtrCalloc :: IO (Ptr Cond) #

CallocPtr DebugKey 
Instance details

Defined in GI.GLib.Structs.DebugKey

Methods

boxedPtrCalloc :: IO (Ptr DebugKey) #

CallocPtr HashTableIter 
Instance details

Defined in GI.GLib.Structs.HashTableIter

Methods

boxedPtrCalloc :: IO (Ptr HashTableIter) #

CallocPtr Hook 
Instance details

Defined in GI.GLib.Structs.Hook

Methods

boxedPtrCalloc :: IO (Ptr Hook) #

CallocPtr HookList 
Instance details

Defined in GI.GLib.Structs.HookList

Methods

boxedPtrCalloc :: IO (Ptr HookList) #

CallocPtr IOFuncs 
Instance details

Defined in GI.GLib.Structs.IOFuncs

Methods

boxedPtrCalloc :: IO (Ptr IOFuncs) #

CallocPtr LogField 
Instance details

Defined in GI.GLib.Structs.LogField

Methods

boxedPtrCalloc :: IO (Ptr LogField) #

CallocPtr MarkupParser 
Instance details

Defined in GI.GLib.Structs.MarkupParser

Methods

boxedPtrCalloc :: IO (Ptr MarkupParser) #

CallocPtr MemVTable 
Instance details

Defined in GI.GLib.Structs.MemVTable

Methods

boxedPtrCalloc :: IO (Ptr MemVTable) #

CallocPtr Node 
Instance details

Defined in GI.GLib.Structs.Node

Methods

boxedPtrCalloc :: IO (Ptr Node) #

CallocPtr Once 
Instance details

Defined in GI.GLib.Structs.Once

Methods

boxedPtrCalloc :: IO (Ptr Once) #

CallocPtr OptionEntry 
Instance details

Defined in GI.GLib.Structs.OptionEntry

Methods

boxedPtrCalloc :: IO (Ptr OptionEntry) #

CallocPtr PathBuf 
Instance details

Defined in GI.GLib.Structs.PathBuf

Methods

boxedPtrCalloc :: IO (Ptr PathBuf) #

CallocPtr Queue 
Instance details

Defined in GI.GLib.Structs.Queue

Methods

boxedPtrCalloc :: IO (Ptr Queue) #

CallocPtr RWLock 
Instance details

Defined in GI.GLib.Structs.RWLock

Methods

boxedPtrCalloc :: IO (Ptr RWLock) #

CallocPtr RecMutex 
Instance details

Defined in GI.GLib.Structs.RecMutex

Methods

boxedPtrCalloc :: IO (Ptr RecMutex) #

CallocPtr Scanner 
Instance details

Defined in GI.GLib.Structs.Scanner

Methods

boxedPtrCalloc :: IO (Ptr Scanner) #

CallocPtr ScannerConfig 
Instance details

Defined in GI.GLib.Structs.ScannerConfig

Methods

boxedPtrCalloc :: IO (Ptr ScannerConfig) #

CallocPtr SourceCallbackFuncs 
Instance details

Defined in GI.GLib.Structs.SourceCallbackFuncs

Methods

boxedPtrCalloc :: IO (Ptr SourceCallbackFuncs) #

CallocPtr SourceFuncs 
Instance details

Defined in GI.GLib.Structs.SourceFuncs

Methods

boxedPtrCalloc :: IO (Ptr SourceFuncs) #

CallocPtr TestConfig 
Instance details

Defined in GI.GLib.Structs.TestConfig

Methods

boxedPtrCalloc :: IO (Ptr TestConfig) #

CallocPtr TestLogBuffer 
Instance details

Defined in GI.GLib.Structs.TestLogBuffer

Methods

boxedPtrCalloc :: IO (Ptr TestLogBuffer) #

CallocPtr TestLogMsg 
Instance details

Defined in GI.GLib.Structs.TestLogMsg

Methods

boxedPtrCalloc :: IO (Ptr TestLogMsg) #

CallocPtr ThreadPool 
Instance details

Defined in GI.GLib.Structs.ThreadPool

Methods

boxedPtrCalloc :: IO (Ptr ThreadPool) #

CallocPtr TimeVal 
Instance details

Defined in GI.GLib.Structs.TimeVal

Methods

boxedPtrCalloc :: IO (Ptr TimeVal) #

CallocPtr TrashStack 
Instance details

Defined in GI.GLib.Structs.TrashStack

Methods

boxedPtrCalloc :: IO (Ptr TrashStack) #

CallocPtr Tuples 
Instance details

Defined in GI.GLib.Structs.Tuples

Methods

boxedPtrCalloc :: IO (Ptr Tuples) #

CallocPtr UnixPipe 
Instance details

Defined in GI.GLib.Structs.UnixPipe

Methods

boxedPtrCalloc :: IO (Ptr UnixPipe) #

CallocPtr UriParamsIter 
Instance details

Defined in GI.GLib.Structs.UriParamsIter

Methods

boxedPtrCalloc :: IO (Ptr UriParamsIter) #

CallocPtr DoubleIEEE754 
Instance details

Defined in GI.GLib.Unions.DoubleIEEE754

Methods

boxedPtrCalloc :: IO (Ptr DoubleIEEE754) #

CallocPtr FloatIEEE754 
Instance details

Defined in GI.GLib.Unions.FloatIEEE754

Methods

boxedPtrCalloc :: IO (Ptr FloatIEEE754) #

CallocPtr Mutex 
Instance details

Defined in GI.GLib.Unions.Mutex

Methods

boxedPtrCalloc :: IO (Ptr Mutex) #

CallocPtr TokenValue 
Instance details

Defined in GI.GLib.Unions.TokenValue

Methods

boxedPtrCalloc :: IO (Ptr TokenValue) #

CallocPtr CClosure 
Instance details

Defined in GI.GObject.Structs.CClosure

Methods

boxedPtrCalloc :: IO (Ptr CClosure) #

CallocPtr ClosureNotifyData 
Instance details

Defined in GI.GObject.Structs.ClosureNotifyData

Methods

boxedPtrCalloc :: IO (Ptr ClosureNotifyData) #

CallocPtr EnumClass 
Instance details

Defined in GI.GObject.Structs.EnumClass

Methods

boxedPtrCalloc :: IO (Ptr EnumClass) #

CallocPtr EnumValue 
Instance details

Defined in GI.GObject.Structs.EnumValue

Methods

boxedPtrCalloc :: IO (Ptr EnumValue) #

CallocPtr FlagsClass 
Instance details

Defined in GI.GObject.Structs.FlagsClass

Methods

boxedPtrCalloc :: IO (Ptr FlagsClass) #

CallocPtr FlagsValue 
Instance details

Defined in GI.GObject.Structs.FlagsValue

Methods

boxedPtrCalloc :: IO (Ptr FlagsValue) #

CallocPtr InitiallyUnownedClass 
Instance details

Defined in GI.GObject.Structs.InitiallyUnownedClass

Methods

boxedPtrCalloc :: IO (Ptr InitiallyUnownedClass) #

CallocPtr InterfaceInfo 
Instance details

Defined in GI.GObject.Structs.InterfaceInfo

Methods

boxedPtrCalloc :: IO (Ptr InterfaceInfo) #

CallocPtr ObjectClass 
Instance details

Defined in GI.GObject.Structs.ObjectClass

Methods

boxedPtrCalloc :: IO (Ptr ObjectClass) #

CallocPtr ObjectConstructParam 
Instance details

Defined in GI.GObject.Structs.ObjectConstructParam

Methods

boxedPtrCalloc :: IO (Ptr ObjectConstructParam) #

CallocPtr ParamSpecTypeInfo 
Instance details

Defined in GI.GObject.Structs.ParamSpecTypeInfo

Methods

boxedPtrCalloc :: IO (Ptr ParamSpecTypeInfo) #

CallocPtr Parameter 
Instance details

Defined in GI.GObject.Structs.Parameter

Methods

boxedPtrCalloc :: IO (Ptr Parameter) #

CallocPtr SignalInvocationHint 
Instance details

Defined in GI.GObject.Structs.SignalInvocationHint

Methods

boxedPtrCalloc :: IO (Ptr SignalInvocationHint) #

CallocPtr SignalQuery 
Instance details

Defined in GI.GObject.Structs.SignalQuery

Methods

boxedPtrCalloc :: IO (Ptr SignalQuery) #

CallocPtr TypeClass 
Instance details

Defined in GI.GObject.Structs.TypeClass

Methods

boxedPtrCalloc :: IO (Ptr TypeClass) #

CallocPtr TypeFundamentalInfo 
Instance details

Defined in GI.GObject.Structs.TypeFundamentalInfo

Methods

boxedPtrCalloc :: IO (Ptr TypeFundamentalInfo) #

CallocPtr TypeInfo 
Instance details

Defined in GI.GObject.Structs.TypeInfo

Methods

boxedPtrCalloc :: IO (Ptr TypeInfo) #

CallocPtr TypeInstance 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

boxedPtrCalloc :: IO (Ptr TypeInstance) #

CallocPtr TypeInterface 
Instance details

Defined in GI.GObject.Structs.TypeInterface

Methods

boxedPtrCalloc :: IO (Ptr TypeInterface) #

CallocPtr TypeQuery 
Instance details

Defined in GI.GObject.Structs.TypeQuery

Methods

boxedPtrCalloc :: IO (Ptr TypeQuery) #

CallocPtr TypeValueTable 
Instance details

Defined in GI.GObject.Structs.TypeValueTable

Methods

boxedPtrCalloc :: IO (Ptr TypeValueTable) #

CallocPtr TypeCValue 
Instance details

Defined in GI.GObject.Unions.TypeCValue

Methods

boxedPtrCalloc :: IO (Ptr TypeCValue) #

CallocPtr Value_Data_Union_ 
Instance details

Defined in GI.GObject.Unions.Value_Data_Union_

Methods

boxedPtrCalloc :: IO (Ptr Value_Data_Union_) #

CallocPtr Simd4F 
Instance details

Defined in GI.Graphene.Structs.Simd4F

Methods

boxedPtrCalloc :: IO (Ptr Simd4F) #

CallocPtr Simd4X4F 
Instance details

Defined in GI.Graphene.Structs.Simd4X4F

Methods

boxedPtrCalloc :: IO (Ptr Simd4X4F) #

CallocPtr ColorStop 
Instance details

Defined in GI.Gsk.Structs.ColorStop

Methods

boxedPtrCalloc :: IO (Ptr ColorStop) #

CallocPtr ParseLocation 
Instance details

Defined in GI.Gsk.Structs.ParseLocation

Methods

boxedPtrCalloc :: IO (Ptr ParseLocation) #

CallocPtr RoundedRect 
Instance details

Defined in GI.Gsk.Structs.RoundedRect

Methods

boxedPtrCalloc :: IO (Ptr RoundedRect) #

CallocPtr Shadow 
Instance details

Defined in GI.Gsk.Structs.Shadow

Methods

boxedPtrCalloc :: IO (Ptr Shadow) #

CallocPtr AccessibleTextRange Source # 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

CallocPtr BuildableParser Source # 
Instance details

Defined in GI.Gtk.Structs.BuildableParser

Methods

boxedPtrCalloc :: IO (Ptr BuildableParser) #

CallocPtr CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

Methods

boxedPtrCalloc :: IO (Ptr CssLocation) #

CallocPtr PadActionEntry Source # 
Instance details

Defined in GI.Gtk.Structs.PadActionEntry

Methods

boxedPtrCalloc :: IO (Ptr PadActionEntry) #

CallocPtr PageRange Source # 
Instance details

Defined in GI.Gtk.Structs.PageRange

Methods

boxedPtrCalloc :: IO (Ptr PageRange) #

CallocPtr RecentData Source # 
Instance details

Defined in GI.Gtk.Structs.RecentData

Methods

boxedPtrCalloc :: IO (Ptr RecentData) #

CallocPtr RequestedSize Source # 
Instance details

Defined in GI.Gtk.Structs.RequestedSize

Methods

boxedPtrCalloc :: IO (Ptr RequestedSize) #

CallocPtr WidgetClass Source # 
Instance details

Defined in GI.Gtk.Structs.WidgetClass

Methods

boxedPtrCalloc :: IO (Ptr WidgetClass) #

CallocPtr Analysis 
Instance details

Defined in GI.Pango.Structs.Analysis

Methods

boxedPtrCalloc :: IO (Ptr Analysis) #

CallocPtr AttrClass 
Instance details

Defined in GI.Pango.Structs.AttrClass

Methods

boxedPtrCalloc :: IO (Ptr AttrClass) #

CallocPtr AttrColor 
Instance details

Defined in GI.Pango.Structs.AttrColor

Methods

boxedPtrCalloc :: IO (Ptr AttrColor) #

CallocPtr AttrFloat 
Instance details

Defined in GI.Pango.Structs.AttrFloat

Methods

boxedPtrCalloc :: IO (Ptr AttrFloat) #

CallocPtr AttrFontDesc 
Instance details

Defined in GI.Pango.Structs.AttrFontDesc

Methods

boxedPtrCalloc :: IO (Ptr AttrFontDesc) #

CallocPtr AttrFontFeatures 
Instance details

Defined in GI.Pango.Structs.AttrFontFeatures

Methods

boxedPtrCalloc :: IO (Ptr AttrFontFeatures) #

CallocPtr AttrInt 
Instance details

Defined in GI.Pango.Structs.AttrInt

Methods

boxedPtrCalloc :: IO (Ptr AttrInt) #

CallocPtr AttrLanguage 
Instance details

Defined in GI.Pango.Structs.AttrLanguage

Methods

boxedPtrCalloc :: IO (Ptr AttrLanguage) #

CallocPtr AttrShape 
Instance details

Defined in GI.Pango.Structs.AttrShape

Methods

boxedPtrCalloc :: IO (Ptr AttrShape) #

CallocPtr AttrSize 
Instance details

Defined in GI.Pango.Structs.AttrSize

Methods

boxedPtrCalloc :: IO (Ptr AttrSize) #

CallocPtr AttrString 
Instance details

Defined in GI.Pango.Structs.AttrString

Methods

boxedPtrCalloc :: IO (Ptr AttrString) #

CallocPtr GlyphGeometry 
Instance details

Defined in GI.Pango.Structs.GlyphGeometry

Methods

boxedPtrCalloc :: IO (Ptr GlyphGeometry) #

CallocPtr GlyphInfo 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

Methods

boxedPtrCalloc :: IO (Ptr GlyphInfo) #

CallocPtr GlyphVisAttr 
Instance details

Defined in GI.Pango.Structs.GlyphVisAttr

Methods

boxedPtrCalloc :: IO (Ptr GlyphVisAttr) #

CallocPtr LogAttr 
Instance details

Defined in GI.Pango.Structs.LogAttr

Methods

boxedPtrCalloc :: IO (Ptr LogAttr) #

CallocPtr Rectangle 
Instance details

Defined in GI.Pango.Structs.Rectangle

Methods

boxedPtrCalloc :: IO (Ptr Rectangle) #

data GArray a #

Constructors

GArray (Ptr (GArray a)) 

class (ManagedPtrNewtype a, TypedObject a) => GBoxed a #

Instances

Instances details
GBoxed Context 
Instance details

Defined in GI.Cairo.Structs.Context

GBoxed Device 
Instance details

Defined in GI.Cairo.Structs.Device

GBoxed FontFace 
Instance details

Defined in GI.Cairo.Structs.FontFace

GBoxed FontOptions 
Instance details

Defined in GI.Cairo.Structs.FontOptions

GBoxed Glyph 
Instance details

Defined in GI.Cairo.Structs.Glyph

GBoxed Matrix 
Instance details

Defined in GI.Cairo.Structs.Matrix

GBoxed Pattern 
Instance details

Defined in GI.Cairo.Structs.Pattern

GBoxed Rectangle 
Instance details

Defined in GI.Cairo.Structs.Rectangle

GBoxed RectangleInt 
Instance details

Defined in GI.Cairo.Structs.RectangleInt

GBoxed Region 
Instance details

Defined in GI.Cairo.Structs.Region

GBoxed ScaledFont 
Instance details

Defined in GI.Cairo.Structs.ScaledFont

GBoxed Surface 
Instance details

Defined in GI.Cairo.Structs.Surface

GBoxed TextCluster 
Instance details

Defined in GI.Cairo.Structs.TextCluster

GBoxed ColorState 
Instance details

Defined in GI.Gdk.Structs.ColorState

GBoxed ContentFormats 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

GBoxed ContentFormatsBuilder 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

GBoxed DmabufFormats 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

GBoxed EventSequence 
Instance details

Defined in GI.Gdk.Structs.EventSequence

GBoxed FileList 
Instance details

Defined in GI.Gdk.Structs.FileList

GBoxed FrameTimings 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

GBoxed PopupLayout 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

GBoxed RGBA 
Instance details

Defined in GI.Gdk.Structs.RGBA

GBoxed Rectangle 
Instance details

Defined in GI.Gdk.Structs.Rectangle

GBoxed TextureDownloader 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

GBoxed ToplevelLayout 
Instance details

Defined in GI.Gdk.Structs.ToplevelLayout

GBoxed PixbufFormat 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufFormat

GBoxed DBusAnnotationInfo 
Instance details

Defined in GI.Gio.Structs.DBusAnnotationInfo

GBoxed DBusArgInfo 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

GBoxed DBusInterfaceInfo 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceInfo

GBoxed DBusMethodInfo 
Instance details

Defined in GI.Gio.Structs.DBusMethodInfo

GBoxed DBusNodeInfo 
Instance details

Defined in GI.Gio.Structs.DBusNodeInfo

GBoxed DBusPropertyInfo 
Instance details

Defined in GI.Gio.Structs.DBusPropertyInfo

GBoxed DBusSignalInfo 
Instance details

Defined in GI.Gio.Structs.DBusSignalInfo

GBoxed FileAttributeInfoList 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfoList

GBoxed FileAttributeMatcher 
Instance details

Defined in GI.Gio.Structs.FileAttributeMatcher

GBoxed Resource 
Instance details

Defined in GI.Gio.Structs.Resource

GBoxed SettingsSchema 
Instance details

Defined in GI.Gio.Structs.SettingsSchema

GBoxed SettingsSchemaKey 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaKey

GBoxed SettingsSchemaSource 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaSource

GBoxed SrvTarget 
Instance details

Defined in GI.Gio.Structs.SrvTarget

GBoxed UnixMountEntry 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

GBoxed UnixMountPoint 
Instance details

Defined in GI.Gio.Structs.UnixMountPoint

GBoxed BookmarkFile 
Instance details

Defined in GI.GLib.Structs.BookmarkFile

GBoxed ByteArray 
Instance details

Defined in GI.GLib.Structs.ByteArray

GBoxed Bytes 
Instance details

Defined in GI.GLib.Structs.Bytes

GBoxed Checksum 
Instance details

Defined in GI.GLib.Structs.Checksum

GBoxed Date 
Instance details

Defined in GI.GLib.Structs.Date

GBoxed DateTime 
Instance details

Defined in GI.GLib.Structs.DateTime

GBoxed Dir 
Instance details

Defined in GI.GLib.Structs.Dir

GBoxed Hmac 
Instance details

Defined in GI.GLib.Structs.Hmac

GBoxed IOChannel 
Instance details

Defined in GI.GLib.Structs.IOChannel

GBoxed KeyFile 
Instance details

Defined in GI.GLib.Structs.KeyFile

GBoxed MainContext 
Instance details

Defined in GI.GLib.Structs.MainContext

GBoxed MainLoop 
Instance details

Defined in GI.GLib.Structs.MainLoop

GBoxed MappedFile 
Instance details

Defined in GI.GLib.Structs.MappedFile

GBoxed MarkupParseContext 
Instance details

Defined in GI.GLib.Structs.MarkupParseContext

GBoxed MatchInfo 
Instance details

Defined in GI.GLib.Structs.MatchInfo

GBoxed OptionGroup 
Instance details

Defined in GI.GLib.Structs.OptionGroup

GBoxed PatternSpec 
Instance details

Defined in GI.GLib.Structs.PatternSpec

GBoxed PollFD 
Instance details

Defined in GI.GLib.Structs.PollFD

GBoxed PtrArray 
Instance details

Defined in GI.GLib.Structs.PtrArray

GBoxed Rand 
Instance details

Defined in GI.GLib.Structs.Rand

GBoxed Regex 
Instance details

Defined in GI.GLib.Structs.Regex

GBoxed Source 
Instance details

Defined in GI.GLib.Structs.Source

GBoxed String 
Instance details

Defined in GI.GLib.Structs.String

GBoxed StrvBuilder 
Instance details

Defined in GI.GLib.Structs.StrvBuilder

GBoxed Thread 
Instance details

Defined in GI.GLib.Structs.Thread

GBoxed TimeZone 
Instance details

Defined in GI.GLib.Structs.TimeZone

GBoxed Tree 
Instance details

Defined in GI.GLib.Structs.Tree

GBoxed Uri 
Instance details

Defined in GI.GLib.Structs.Uri

GBoxed VariantBuilder 
Instance details

Defined in GI.GLib.Structs.VariantBuilder

GBoxed VariantDict 
Instance details

Defined in GI.GLib.Structs.VariantDict

GBoxed VariantType 
Instance details

Defined in GI.GLib.Structs.VariantType

GBoxed ValueArray 
Instance details

Defined in GI.GObject.Structs.ValueArray

GBoxed Box 
Instance details

Defined in GI.Graphene.Structs.Box

GBoxed Euler 
Instance details

Defined in GI.Graphene.Structs.Euler

GBoxed Frustum 
Instance details

Defined in GI.Graphene.Structs.Frustum

GBoxed Matrix 
Instance details

Defined in GI.Graphene.Structs.Matrix

GBoxed Plane 
Instance details

Defined in GI.Graphene.Structs.Plane

GBoxed Point 
Instance details

Defined in GI.Graphene.Structs.Point

GBoxed Point3D 
Instance details

Defined in GI.Graphene.Structs.Point3D

GBoxed Quad 
Instance details

Defined in GI.Graphene.Structs.Quad

GBoxed Quaternion 
Instance details

Defined in GI.Graphene.Structs.Quaternion

GBoxed Ray 
Instance details

Defined in GI.Graphene.Structs.Ray

GBoxed Rect 
Instance details

Defined in GI.Graphene.Structs.Rect

GBoxed Size 
Instance details

Defined in GI.Graphene.Structs.Size

GBoxed Sphere 
Instance details

Defined in GI.Graphene.Structs.Sphere

GBoxed Triangle 
Instance details

Defined in GI.Graphene.Structs.Triangle

GBoxed Vec2 
Instance details

Defined in GI.Graphene.Structs.Vec2

GBoxed Vec3 
Instance details

Defined in GI.Graphene.Structs.Vec3

GBoxed Vec4 
Instance details

Defined in GI.Graphene.Structs.Vec4

GBoxed Path 
Instance details

Defined in GI.Gsk.Structs.Path

GBoxed PathBuilder 
Instance details

Defined in GI.Gsk.Structs.PathBuilder

GBoxed PathMeasure 
Instance details

Defined in GI.Gsk.Structs.PathMeasure

GBoxed PathPoint 
Instance details

Defined in GI.Gsk.Structs.PathPoint

GBoxed ShaderArgsBuilder 
Instance details

Defined in GI.Gsk.Structs.ShaderArgsBuilder

GBoxed Stroke 
Instance details

Defined in GI.Gsk.Structs.Stroke

GBoxed Transform 
Instance details

Defined in GI.Gsk.Structs.Transform

GBoxed AccessibleList Source # 
Instance details

Defined in GI.Gtk.Structs.AccessibleList

GBoxed Bitset Source # 
Instance details

Defined in GI.Gtk.Structs.Bitset

GBoxed BitsetIter Source # 
Instance details

Defined in GI.Gtk.Structs.BitsetIter

GBoxed Border Source # 
Instance details

Defined in GI.Gtk.Structs.Border

GBoxed CssSection Source # 
Instance details

Defined in GI.Gtk.Structs.CssSection

GBoxed ExpressionWatch Source # 
Instance details

Defined in GI.Gtk.Structs.ExpressionWatch

GBoxed PaperSize Source # 
Instance details

Defined in GI.Gtk.Structs.PaperSize

GBoxed PrintSetup Source # 
Instance details

Defined in GI.Gtk.Structs.PrintSetup

GBoxed RecentInfo Source # 
Instance details

Defined in GI.Gtk.Structs.RecentInfo

GBoxed Requisition Source # 
Instance details

Defined in GI.Gtk.Structs.Requisition

GBoxed ScrollInfo Source # 
Instance details

Defined in GI.Gtk.Structs.ScrollInfo

GBoxed TextIter Source # 
Instance details

Defined in GI.Gtk.Structs.TextIter

GBoxed TreeIter Source # 
Instance details

Defined in GI.Gtk.Structs.TreeIter

GBoxed TreePath Source # 
Instance details

Defined in GI.Gtk.Structs.TreePath

GBoxed TreeRowReference Source # 
Instance details

Defined in GI.Gtk.Structs.TreeRowReference

GBoxed FeatureT 
Instance details

Defined in GI.HarfBuzz.Structs.FeatureT

GBoxed AttrIterator 
Instance details

Defined in GI.Pango.Structs.AttrIterator

GBoxed AttrList 
Instance details

Defined in GI.Pango.Structs.AttrList

GBoxed Attribute 
Instance details

Defined in GI.Pango.Structs.Attribute

GBoxed Color 
Instance details

Defined in GI.Pango.Structs.Color

GBoxed FontDescription 
Instance details

Defined in GI.Pango.Structs.FontDescription

GBoxed FontMetrics 
Instance details

Defined in GI.Pango.Structs.FontMetrics

GBoxed GlyphItem 
Instance details

Defined in GI.Pango.Structs.GlyphItem

GBoxed GlyphItemIter 
Instance details

Defined in GI.Pango.Structs.GlyphItemIter

GBoxed GlyphString 
Instance details

Defined in GI.Pango.Structs.GlyphString

GBoxed Item 
Instance details

Defined in GI.Pango.Structs.Item

GBoxed Language 
Instance details

Defined in GI.Pango.Structs.Language

GBoxed LayoutIter 
Instance details

Defined in GI.Pango.Structs.LayoutIter

GBoxed LayoutLine 
Instance details

Defined in GI.Pango.Structs.LayoutLine

GBoxed Matrix 
Instance details

Defined in GI.Pango.Structs.Matrix

GBoxed ScriptIter 
Instance details

Defined in GI.Pango.Structs.ScriptIter

GBoxed TabArray 
Instance details

Defined in GI.Pango.Structs.TabArray

GBoxed BaseInfo 
Instance details

Defined in Data.GI.CodeGen.LibGIRepository

GBoxed GError 
Instance details

Defined in Data.GI.Base.GError

GBoxed GValue 
Instance details

Defined in Data.GI.Base.GValue

GBoxed (GClosure a) 
Instance details

Defined in Data.GI.Base.GClosure

data GByteArray #

Constructors

GByteArray (Ptr GByteArray) 

type GDestroyNotify ptr = FunPtr (ptr -> IO ()) #

type GEqualFunc a = FunPtr (PtrWrapped a -> PtrWrapped a -> IO Int32) #

type GHashFunc a = FunPtr (PtrWrapped a -> IO Word32) #

data GHashTable a b #

Constructors

GHashTable (Ptr (GHashTable a b)) 

data GList a #

Constructors

GList (Ptr (GList a)) 

class (ManagedPtrNewtype a, TypedObject a) => GObject a #

Instances

Instances details
GObject DevicePad 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

GObject DragSurface 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

GObject Paintable 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

GObject Popup 
Instance details

Defined in GI.Gdk.Interfaces.Popup

GObject Toplevel 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

GObject AppLaunchContext 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

GObject CairoContext 
Instance details

Defined in GI.Gdk.Objects.CairoContext

GObject CicpParams 
Instance details

Defined in GI.Gdk.Objects.CicpParams

GObject Clipboard 
Instance details

Defined in GI.Gdk.Objects.Clipboard

GObject ContentDeserializer 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

GObject ContentProvider 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

GObject ContentSerializer 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

GObject Cursor 
Instance details

Defined in GI.Gdk.Objects.Cursor

GObject Device 
Instance details

Defined in GI.Gdk.Objects.Device

GObject DeviceTool 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

GObject Display 
Instance details

Defined in GI.Gdk.Objects.Display

GObject DisplayManager 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

GObject DmabufTexture 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

GObject DmabufTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

GObject Drag 
Instance details

Defined in GI.Gdk.Objects.Drag

GObject DrawContext 
Instance details

Defined in GI.Gdk.Objects.DrawContext

GObject Drop 
Instance details

Defined in GI.Gdk.Objects.Drop

GObject FrameClock 
Instance details

Defined in GI.Gdk.Objects.FrameClock

GObject GLContext 
Instance details

Defined in GI.Gdk.Objects.GLContext

GObject GLTexture 
Instance details

Defined in GI.Gdk.Objects.GLTexture

GObject GLTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

GObject MemoryTexture 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

GObject MemoryTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.MemoryTextureBuilder

GObject Monitor 
Instance details

Defined in GI.Gdk.Objects.Monitor

GObject Seat 
Instance details

Defined in GI.Gdk.Objects.Seat

GObject Snapshot 
Instance details

Defined in GI.Gdk.Objects.Snapshot

GObject Surface 
Instance details

Defined in GI.Gdk.Objects.Surface

GObject Texture 
Instance details

Defined in GI.Gdk.Objects.Texture

GObject VulkanContext 
Instance details

Defined in GI.Gdk.Objects.VulkanContext

GObject Pixbuf 
Instance details

Defined in GI.GdkPixbuf.Objects.Pixbuf

GObject PixbufAnimation 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimation

GObject PixbufAnimationIter 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimationIter

GObject PixbufLoader 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufLoader

GObject PixbufNonAnim 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

GObject PixbufSimpleAnim 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnim

GObject PixbufSimpleAnimIter 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter

GObject Action 
Instance details

Defined in GI.Gio.Interfaces.Action

GObject ActionGroup 
Instance details

Defined in GI.Gio.Interfaces.ActionGroup

GObject ActionMap 
Instance details

Defined in GI.Gio.Interfaces.ActionMap

GObject AppInfo 
Instance details

Defined in GI.Gio.Interfaces.AppInfo

GObject AsyncInitable 
Instance details

Defined in GI.Gio.Interfaces.AsyncInitable

GObject AsyncResult 
Instance details

Defined in GI.Gio.Interfaces.AsyncResult

GObject Converter 
Instance details

Defined in GI.Gio.Interfaces.Converter

GObject DBusInterface 
Instance details

Defined in GI.Gio.Interfaces.DBusInterface

GObject DBusObject 
Instance details

Defined in GI.Gio.Interfaces.DBusObject

GObject DBusObjectManager 
Instance details

Defined in GI.Gio.Interfaces.DBusObjectManager

GObject DatagramBased 
Instance details

Defined in GI.Gio.Interfaces.DatagramBased

GObject DebugController 
Instance details

Defined in GI.Gio.Interfaces.DebugController

GObject DesktopAppInfoLookup 
Instance details

Defined in GI.Gio.Interfaces.DesktopAppInfoLookup

GObject Drive 
Instance details

Defined in GI.Gio.Interfaces.Drive

GObject DtlsClientConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsClientConnection

GObject DtlsConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsConnection

GObject DtlsServerConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsServerConnection

GObject File 
Instance details

Defined in GI.Gio.Interfaces.File

GObject FileDescriptorBased 
Instance details

Defined in GI.Gio.Interfaces.FileDescriptorBased

GObject Icon 
Instance details

Defined in GI.Gio.Interfaces.Icon

GObject Initable 
Instance details

Defined in GI.Gio.Interfaces.Initable

GObject ListModel 
Instance details

Defined in GI.Gio.Interfaces.ListModel

GObject LoadableIcon 
Instance details

Defined in GI.Gio.Interfaces.LoadableIcon

GObject MemoryMonitor 
Instance details

Defined in GI.Gio.Interfaces.MemoryMonitor

GObject Mount 
Instance details

Defined in GI.Gio.Interfaces.Mount

GObject NetworkMonitor 
Instance details

Defined in GI.Gio.Interfaces.NetworkMonitor

GObject PollableInputStream 
Instance details

Defined in GI.Gio.Interfaces.PollableInputStream

GObject PollableOutputStream 
Instance details

Defined in GI.Gio.Interfaces.PollableOutputStream

GObject PowerProfileMonitor 
Instance details

Defined in GI.Gio.Interfaces.PowerProfileMonitor

GObject Proxy 
Instance details

Defined in GI.Gio.Interfaces.Proxy

GObject ProxyResolver 
Instance details

Defined in GI.Gio.Interfaces.ProxyResolver

GObject RemoteActionGroup 
Instance details

Defined in GI.Gio.Interfaces.RemoteActionGroup

GObject Seekable 
Instance details

Defined in GI.Gio.Interfaces.Seekable

GObject SocketConnectable 
Instance details

Defined in GI.Gio.Interfaces.SocketConnectable

GObject TlsBackend 
Instance details

Defined in GI.Gio.Interfaces.TlsBackend

GObject TlsClientConnection 
Instance details

Defined in GI.Gio.Interfaces.TlsClientConnection

GObject TlsFileDatabase 
Instance details

Defined in GI.Gio.Interfaces.TlsFileDatabase

GObject TlsServerConnection 
Instance details

Defined in GI.Gio.Interfaces.TlsServerConnection

GObject Volume 
Instance details

Defined in GI.Gio.Interfaces.Volume

GObject AppInfoMonitor 
Instance details

Defined in GI.Gio.Objects.AppInfoMonitor

GObject AppLaunchContext 
Instance details

Defined in GI.Gio.Objects.AppLaunchContext

GObject Application 
Instance details

Defined in GI.Gio.Objects.Application

GObject ApplicationCommandLine 
Instance details

Defined in GI.Gio.Objects.ApplicationCommandLine

GObject BufferedInputStream 
Instance details

Defined in GI.Gio.Objects.BufferedInputStream

GObject BufferedOutputStream 
Instance details

Defined in GI.Gio.Objects.BufferedOutputStream

GObject BytesIcon 
Instance details

Defined in GI.Gio.Objects.BytesIcon

GObject Cancellable 
Instance details

Defined in GI.Gio.Objects.Cancellable

GObject CharsetConverter 
Instance details

Defined in GI.Gio.Objects.CharsetConverter

GObject ConverterInputStream 
Instance details

Defined in GI.Gio.Objects.ConverterInputStream

GObject ConverterOutputStream 
Instance details

Defined in GI.Gio.Objects.ConverterOutputStream

GObject Credentials 
Instance details

Defined in GI.Gio.Objects.Credentials

GObject DBusActionGroup 
Instance details

Defined in GI.Gio.Objects.DBusActionGroup

GObject DBusAuthObserver 
Instance details

Defined in GI.Gio.Objects.DBusAuthObserver

GObject DBusConnection 
Instance details

Defined in GI.Gio.Objects.DBusConnection

GObject DBusInterfaceSkeleton 
Instance details

Defined in GI.Gio.Objects.DBusInterfaceSkeleton

GObject DBusMenuModel 
Instance details

Defined in GI.Gio.Objects.DBusMenuModel

GObject DBusMessage 
Instance details

Defined in GI.Gio.Objects.DBusMessage

GObject DBusMethodInvocation 
Instance details

Defined in GI.Gio.Objects.DBusMethodInvocation

GObject DBusObjectManagerClient 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerClient

GObject DBusObjectManagerServer 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerServer

GObject DBusObjectProxy 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

GObject DBusObjectSkeleton 
Instance details

Defined in GI.Gio.Objects.DBusObjectSkeleton

GObject DBusProxy 
Instance details

Defined in GI.Gio.Objects.DBusProxy

GObject DBusServer 
Instance details

Defined in GI.Gio.Objects.DBusServer

GObject DataInputStream 
Instance details

Defined in GI.Gio.Objects.DataInputStream

GObject DataOutputStream 
Instance details

Defined in GI.Gio.Objects.DataOutputStream

GObject DebugControllerDBus 
Instance details

Defined in GI.Gio.Objects.DebugControllerDBus

GObject DesktopAppInfo 
Instance details

Defined in GI.Gio.Objects.DesktopAppInfo

GObject Emblem 
Instance details

Defined in GI.Gio.Objects.Emblem

GObject EmblemedIcon 
Instance details

Defined in GI.Gio.Objects.EmblemedIcon

GObject FileEnumerator 
Instance details

Defined in GI.Gio.Objects.FileEnumerator

GObject FileIOStream 
Instance details

Defined in GI.Gio.Objects.FileIOStream

GObject FileIcon 
Instance details

Defined in GI.Gio.Objects.FileIcon

GObject FileInfo 
Instance details

Defined in GI.Gio.Objects.FileInfo

GObject FileInputStream 
Instance details

Defined in GI.Gio.Objects.FileInputStream

GObject FileMonitor 
Instance details

Defined in GI.Gio.Objects.FileMonitor

GObject FileOutputStream 
Instance details

Defined in GI.Gio.Objects.FileOutputStream

GObject FilenameCompleter 
Instance details

Defined in GI.Gio.Objects.FilenameCompleter

GObject FilterInputStream 
Instance details

Defined in GI.Gio.Objects.FilterInputStream

GObject FilterOutputStream 
Instance details

Defined in GI.Gio.Objects.FilterOutputStream

GObject IOStream 
Instance details

Defined in GI.Gio.Objects.IOStream

GObject InetAddress 
Instance details

Defined in GI.Gio.Objects.InetAddress

GObject InetAddressMask 
Instance details

Defined in GI.Gio.Objects.InetAddressMask

GObject InetSocketAddress 
Instance details

Defined in GI.Gio.Objects.InetSocketAddress

GObject InputStream 
Instance details

Defined in GI.Gio.Objects.InputStream

GObject ListStore 
Instance details

Defined in GI.Gio.Objects.ListStore

GObject MemoryInputStream 
Instance details

Defined in GI.Gio.Objects.MemoryInputStream

GObject MemoryOutputStream 
Instance details

Defined in GI.Gio.Objects.MemoryOutputStream

GObject Menu 
Instance details

Defined in GI.Gio.Objects.Menu

GObject MenuAttributeIter 
Instance details

Defined in GI.Gio.Objects.MenuAttributeIter

GObject MenuItem 
Instance details

Defined in GI.Gio.Objects.MenuItem

GObject MenuLinkIter 
Instance details

Defined in GI.Gio.Objects.MenuLinkIter

GObject MenuModel 
Instance details

Defined in GI.Gio.Objects.MenuModel

GObject MountOperation 
Instance details

Defined in GI.Gio.Objects.MountOperation

GObject NativeSocketAddress 
Instance details

Defined in GI.Gio.Objects.NativeSocketAddress

GObject NativeVolumeMonitor 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

GObject NetworkAddress 
Instance details

Defined in GI.Gio.Objects.NetworkAddress

GObject NetworkService 
Instance details

Defined in GI.Gio.Objects.NetworkService

GObject Notification 
Instance details

Defined in GI.Gio.Objects.Notification

GObject OutputStream 
Instance details

Defined in GI.Gio.Objects.OutputStream

GObject Permission 
Instance details

Defined in GI.Gio.Objects.Permission

GObject PropertyAction 
Instance details

Defined in GI.Gio.Objects.PropertyAction

GObject ProxyAddress 
Instance details

Defined in GI.Gio.Objects.ProxyAddress

GObject ProxyAddressEnumerator 
Instance details

Defined in GI.Gio.Objects.ProxyAddressEnumerator

GObject Resolver 
Instance details

Defined in GI.Gio.Objects.Resolver

GObject Settings 
Instance details

Defined in GI.Gio.Objects.Settings

GObject SettingsBackend 
Instance details

Defined in GI.Gio.Objects.SettingsBackend

GObject SimpleAction 
Instance details

Defined in GI.Gio.Objects.SimpleAction

GObject SimpleActionGroup 
Instance details

Defined in GI.Gio.Objects.SimpleActionGroup

GObject SimpleAsyncResult 
Instance details

Defined in GI.Gio.Objects.SimpleAsyncResult

GObject SimpleIOStream 
Instance details

Defined in GI.Gio.Objects.SimpleIOStream

GObject SimplePermission 
Instance details

Defined in GI.Gio.Objects.SimplePermission

GObject SimpleProxyResolver 
Instance details

Defined in GI.Gio.Objects.SimpleProxyResolver

GObject Socket 
Instance details

Defined in GI.Gio.Objects.Socket

GObject SocketAddress 
Instance details

Defined in GI.Gio.Objects.SocketAddress

GObject SocketAddressEnumerator 
Instance details

Defined in GI.Gio.Objects.SocketAddressEnumerator

GObject SocketClient 
Instance details

Defined in GI.Gio.Objects.SocketClient

GObject SocketConnection 
Instance details

Defined in GI.Gio.Objects.SocketConnection

GObject SocketControlMessage 
Instance details

Defined in GI.Gio.Objects.SocketControlMessage

GObject SocketListener 
Instance details

Defined in GI.Gio.Objects.SocketListener

GObject SocketService 
Instance details

Defined in GI.Gio.Objects.SocketService

GObject Subprocess 
Instance details

Defined in GI.Gio.Objects.Subprocess

GObject SubprocessLauncher 
Instance details

Defined in GI.Gio.Objects.SubprocessLauncher

GObject Task 
Instance details

Defined in GI.Gio.Objects.Task

GObject TcpConnection 
Instance details

Defined in GI.Gio.Objects.TcpConnection

GObject TcpWrapperConnection 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

GObject TestDBus 
Instance details

Defined in GI.Gio.Objects.TestDBus

GObject ThemedIcon 
Instance details

Defined in GI.Gio.Objects.ThemedIcon

GObject ThreadedResolver 
Instance details

Defined in GI.Gio.Objects.ThreadedResolver

GObject ThreadedSocketService 
Instance details

Defined in GI.Gio.Objects.ThreadedSocketService

GObject TlsCertificate 
Instance details

Defined in GI.Gio.Objects.TlsCertificate

GObject TlsConnection 
Instance details

Defined in GI.Gio.Objects.TlsConnection

GObject TlsDatabase 
Instance details

Defined in GI.Gio.Objects.TlsDatabase

GObject TlsInteraction 
Instance details

Defined in GI.Gio.Objects.TlsInteraction

GObject TlsPassword 
Instance details

Defined in GI.Gio.Objects.TlsPassword

GObject UnixConnection 
Instance details

Defined in GI.Gio.Objects.UnixConnection

GObject UnixCredentialsMessage 
Instance details

Defined in GI.Gio.Objects.UnixCredentialsMessage

GObject UnixFDList 
Instance details

Defined in GI.Gio.Objects.UnixFDList

GObject UnixFDMessage 
Instance details

Defined in GI.Gio.Objects.UnixFDMessage

GObject UnixInputStream 
Instance details

Defined in GI.Gio.Objects.UnixInputStream

GObject UnixMountMonitor 
Instance details

Defined in GI.Gio.Objects.UnixMountMonitor

GObject UnixOutputStream 
Instance details

Defined in GI.Gio.Objects.UnixOutputStream

GObject UnixSocketAddress 
Instance details

Defined in GI.Gio.Objects.UnixSocketAddress

GObject Vfs 
Instance details

Defined in GI.Gio.Objects.Vfs

GObject VolumeMonitor 
Instance details

Defined in GI.Gio.Objects.VolumeMonitor

GObject ZlibCompressor 
Instance details

Defined in GI.Gio.Objects.ZlibCompressor

GObject ZlibDecompressor 
Instance details

Defined in GI.Gio.Objects.ZlibDecompressor

GObject Binding 
Instance details

Defined in GI.GObject.Objects.Binding

GObject BindingGroup 
Instance details

Defined in GI.GObject.Objects.BindingGroup

GObject InitiallyUnowned 
Instance details

Defined in GI.GObject.Objects.InitiallyUnowned

GObject Object 
Instance details

Defined in GI.GObject.Objects.Object

GObject SignalGroup 
Instance details

Defined in GI.GObject.Objects.SignalGroup

GObject TypeModule 
Instance details

Defined in GI.GObject.Objects.TypeModule

GObject BroadwayRenderer 
Instance details

Defined in GI.Gsk.Objects.BroadwayRenderer

GObject CairoRenderer 
Instance details

Defined in GI.Gsk.Objects.CairoRenderer

GObject GLRenderer 
Instance details

Defined in GI.Gsk.Objects.GLRenderer

GObject GLShader 
Instance details

Defined in GI.Gsk.Objects.GLShader

GObject NglRenderer 
Instance details

Defined in GI.Gsk.Objects.NglRenderer

GObject Renderer 
Instance details

Defined in GI.Gsk.Objects.Renderer

GObject VulkanRenderer 
Instance details

Defined in GI.Gsk.Objects.VulkanRenderer

GObject Accessible Source # 
Instance details

Defined in GI.Gtk.Interfaces.Accessible

GObject AccessibleRange Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleRange

GObject AccessibleText Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleText

GObject Actionable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

GObject AppChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.AppChooser

GObject Buildable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Buildable

GObject BuilderScope Source # 
Instance details

Defined in GI.Gtk.Interfaces.BuilderScope

GObject CellEditable Source # 
Instance details

Defined in GI.Gtk.Interfaces.CellEditable

GObject CellLayout Source # 
Instance details

Defined in GI.Gtk.Interfaces.CellLayout

GObject ColorChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.ColorChooser

GObject ConstraintTarget Source # 
Instance details

Defined in GI.Gtk.Interfaces.ConstraintTarget

GObject Editable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Editable

GObject FileChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FileChooser

GObject FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

GObject Native Source # 
Instance details

Defined in GI.Gtk.Interfaces.Native

GObject Orientable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Orientable

GObject PrintOperationPreview Source # 
Instance details

Defined in GI.Gtk.Interfaces.PrintOperationPreview

GObject Root Source # 
Instance details

Defined in GI.Gtk.Interfaces.Root

GObject Scrollable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Scrollable

GObject SectionModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.SectionModel

GObject SelectionModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.SelectionModel

GObject ShortcutManager Source # 
Instance details

Defined in GI.Gtk.Interfaces.ShortcutManager

GObject StyleProvider Source # 
Instance details

Defined in GI.Gtk.Interfaces.StyleProvider

GObject SymbolicPaintable Source # 
Instance details

Defined in GI.Gtk.Interfaces.SymbolicPaintable

GObject TreeModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeModel

GObject TreeSortable Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeSortable

GObject ATContext Source # 
Instance details

Defined in GI.Gtk.Objects.ATContext

GObject AboutDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AboutDialog

GObject ActionBar Source # 
Instance details

Defined in GI.Gtk.Objects.ActionBar

GObject ActivateAction Source # 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

GObject Adjustment Source # 
Instance details

Defined in GI.Gtk.Objects.Adjustment

GObject AlertDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AlertDialog

GObject AlternativeTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.AlternativeTrigger

GObject AnyFilter Source # 
Instance details

Defined in GI.Gtk.Objects.AnyFilter

GObject AppChooserButton Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserButton

GObject AppChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserDialog

GObject AppChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserWidget

GObject Application Source # 
Instance details

Defined in GI.Gtk.Objects.Application

GObject ApplicationWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ApplicationWindow

GObject AspectFrame Source # 
Instance details

Defined in GI.Gtk.Objects.AspectFrame

GObject Assistant Source # 
Instance details

Defined in GI.Gtk.Objects.Assistant

GObject AssistantPage Source # 
Instance details

Defined in GI.Gtk.Objects.AssistantPage

GObject BinLayout Source # 
Instance details

Defined in GI.Gtk.Objects.BinLayout

GObject BookmarkList Source # 
Instance details

Defined in GI.Gtk.Objects.BookmarkList

GObject BoolFilter Source # 
Instance details

Defined in GI.Gtk.Objects.BoolFilter

GObject Box Source # 
Instance details

Defined in GI.Gtk.Objects.Box

GObject BoxLayout Source # 
Instance details

Defined in GI.Gtk.Objects.BoxLayout

GObject Builder Source # 
Instance details

Defined in GI.Gtk.Objects.Builder

GObject BuilderCScope Source # 
Instance details

Defined in GI.Gtk.Objects.BuilderCScope

GObject BuilderListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.BuilderListItemFactory

GObject Button Source # 
Instance details

Defined in GI.Gtk.Objects.Button

GObject Calendar Source # 
Instance details

Defined in GI.Gtk.Objects.Calendar

GObject CallbackAction Source # 
Instance details

Defined in GI.Gtk.Objects.CallbackAction

GObject CellArea Source # 
Instance details

Defined in GI.Gtk.Objects.CellArea

GObject CellAreaBox Source # 
Instance details

Defined in GI.Gtk.Objects.CellAreaBox

GObject CellAreaContext Source # 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

GObject CellRenderer Source # 
Instance details

Defined in GI.Gtk.Objects.CellRenderer

GObject CellRendererAccel Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererAccel

GObject CellRendererCombo Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererCombo

GObject CellRendererPixbuf Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererPixbuf

GObject CellRendererProgress Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererProgress

GObject CellRendererSpin Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererSpin

GObject CellRendererSpinner Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererSpinner

GObject CellRendererText Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererText

GObject CellRendererToggle Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererToggle

GObject CellView Source # 
Instance details

Defined in GI.Gtk.Objects.CellView

GObject CenterBox Source # 
Instance details

Defined in GI.Gtk.Objects.CenterBox

GObject CenterLayout Source # 
Instance details

Defined in GI.Gtk.Objects.CenterLayout

GObject CheckButton Source # 
Instance details

Defined in GI.Gtk.Objects.CheckButton

GObject ColorButton Source # 
Instance details

Defined in GI.Gtk.Objects.ColorButton

GObject ColorChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorChooserDialog

GObject ColorChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.ColorChooserWidget

GObject ColorDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorDialog

GObject ColorDialogButton Source # 
Instance details

Defined in GI.Gtk.Objects.ColorDialogButton

GObject ColumnView Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnView

GObject ColumnViewCell Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewCell

GObject ColumnViewColumn Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewColumn

GObject ColumnViewRow Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewRow

GObject ColumnViewSorter Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewSorter

GObject ComboBox Source # 
Instance details

Defined in GI.Gtk.Objects.ComboBox

GObject ComboBoxText Source # 
Instance details

Defined in GI.Gtk.Objects.ComboBoxText

GObject Constraint Source # 
Instance details

Defined in GI.Gtk.Objects.Constraint

GObject ConstraintGuide Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

GObject ConstraintLayout Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintLayout

GObject ConstraintLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintLayoutChild

GObject CssProvider Source # 
Instance details

Defined in GI.Gtk.Objects.CssProvider

GObject CustomFilter Source # 
Instance details

Defined in GI.Gtk.Objects.CustomFilter

GObject CustomLayout Source # 
Instance details

Defined in GI.Gtk.Objects.CustomLayout

GObject CustomSorter Source # 
Instance details

Defined in GI.Gtk.Objects.CustomSorter

GObject Dialog Source # 
Instance details

Defined in GI.Gtk.Objects.Dialog

GObject DirectoryList Source # 
Instance details

Defined in GI.Gtk.Objects.DirectoryList

GObject DragIcon Source # 
Instance details

Defined in GI.Gtk.Objects.DragIcon

GObject DragSource Source # 
Instance details

Defined in GI.Gtk.Objects.DragSource

GObject DrawingArea Source # 
Instance details

Defined in GI.Gtk.Objects.DrawingArea

GObject DropControllerMotion Source # 
Instance details

Defined in GI.Gtk.Objects.DropControllerMotion

GObject DropDown Source # 
Instance details

Defined in GI.Gtk.Objects.DropDown

GObject DropTarget Source # 
Instance details

Defined in GI.Gtk.Objects.DropTarget

GObject DropTargetAsync Source # 
Instance details

Defined in GI.Gtk.Objects.DropTargetAsync

GObject EditableLabel Source # 
Instance details

Defined in GI.Gtk.Objects.EditableLabel

GObject EmojiChooser Source # 
Instance details

Defined in GI.Gtk.Objects.EmojiChooser

GObject Entry Source # 
Instance details

Defined in GI.Gtk.Objects.Entry

GObject EntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

GObject EntryCompletion Source # 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

GObject EventController Source # 
Instance details

Defined in GI.Gtk.Objects.EventController

GObject EventControllerFocus Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerFocus

GObject EventControllerKey Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerKey

GObject EventControllerLegacy Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerLegacy

GObject EventControllerMotion Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerMotion

GObject EventControllerScroll Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerScroll

GObject EveryFilter Source # 
Instance details

Defined in GI.Gtk.Objects.EveryFilter

GObject Expander Source # 
Instance details

Defined in GI.Gtk.Objects.Expander

GObject FileChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserDialog

GObject FileChooserNative Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserNative

GObject FileChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserWidget

GObject FileDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FileDialog

GObject FileFilter Source # 
Instance details

Defined in GI.Gtk.Objects.FileFilter

GObject FileLauncher Source # 
Instance details

Defined in GI.Gtk.Objects.FileLauncher

GObject Filter Source # 
Instance details

Defined in GI.Gtk.Objects.Filter

GObject FilterListModel Source # 
Instance details

Defined in GI.Gtk.Objects.FilterListModel

GObject Fixed Source # 
Instance details

Defined in GI.Gtk.Objects.Fixed

GObject FixedLayout Source # 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

GObject FixedLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.FixedLayoutChild

GObject FlattenListModel Source # 
Instance details

Defined in GI.Gtk.Objects.FlattenListModel

GObject FlowBox Source # 
Instance details

Defined in GI.Gtk.Objects.FlowBox

GObject FlowBoxChild Source # 
Instance details

Defined in GI.Gtk.Objects.FlowBoxChild

GObject FontButton Source # 
Instance details

Defined in GI.Gtk.Objects.FontButton

GObject FontChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

GObject FontChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserWidget

GObject FontDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontDialog

GObject FontDialogButton Source # 
Instance details

Defined in GI.Gtk.Objects.FontDialogButton

GObject Frame Source # 
Instance details

Defined in GI.Gtk.Objects.Frame

GObject GLArea Source # 
Instance details

Defined in GI.Gtk.Objects.GLArea

GObject Gesture Source # 
Instance details

Defined in GI.Gtk.Objects.Gesture

GObject GestureClick Source # 
Instance details

Defined in GI.Gtk.Objects.GestureClick

GObject GestureDrag Source # 
Instance details

Defined in GI.Gtk.Objects.GestureDrag

GObject GestureLongPress Source # 
Instance details

Defined in GI.Gtk.Objects.GestureLongPress

GObject GesturePan Source # 
Instance details

Defined in GI.Gtk.Objects.GesturePan

GObject GestureRotate Source # 
Instance details

Defined in GI.Gtk.Objects.GestureRotate

GObject GestureSingle Source # 
Instance details

Defined in GI.Gtk.Objects.GestureSingle

GObject GestureStylus Source # 
Instance details

Defined in GI.Gtk.Objects.GestureStylus

GObject GestureSwipe Source # 
Instance details

Defined in GI.Gtk.Objects.GestureSwipe

GObject GestureZoom Source # 
Instance details

Defined in GI.Gtk.Objects.GestureZoom

GObject GraphicsOffload Source # 
Instance details

Defined in GI.Gtk.Objects.GraphicsOffload

GObject Grid Source # 
Instance details

Defined in GI.Gtk.Objects.Grid

GObject GridLayout Source # 
Instance details

Defined in GI.Gtk.Objects.GridLayout

GObject GridLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.GridLayoutChild

GObject GridView Source # 
Instance details

Defined in GI.Gtk.Objects.GridView

GObject HeaderBar Source # 
Instance details

Defined in GI.Gtk.Objects.HeaderBar

GObject IMContext Source # 
Instance details

Defined in GI.Gtk.Objects.IMContext

GObject IMContextSimple Source # 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

GObject IMMulticontext Source # 
Instance details

Defined in GI.Gtk.Objects.IMMulticontext

GObject IconPaintable Source # 
Instance details

Defined in GI.Gtk.Objects.IconPaintable

GObject IconTheme Source # 
Instance details

Defined in GI.Gtk.Objects.IconTheme

GObject IconView Source # 
Instance details

Defined in GI.Gtk.Objects.IconView

GObject Image Source # 
Instance details

Defined in GI.Gtk.Objects.Image

GObject InfoBar Source # 
Instance details

Defined in GI.Gtk.Objects.InfoBar

GObject Inscription Source # 
Instance details

Defined in GI.Gtk.Objects.Inscription

GObject KeyvalTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.KeyvalTrigger

GObject Label Source # 
Instance details

Defined in GI.Gtk.Objects.Label

GObject LayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.LayoutChild

GObject LayoutManager Source # 
Instance details

Defined in GI.Gtk.Objects.LayoutManager

GObject LevelBar Source # 
Instance details

Defined in GI.Gtk.Objects.LevelBar

GObject LinkButton Source # 
Instance details

Defined in GI.Gtk.Objects.LinkButton

GObject ListBase Source # 
Instance details

Defined in GI.Gtk.Objects.ListBase

GObject ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

GObject ListBoxRow Source # 
Instance details

Defined in GI.Gtk.Objects.ListBoxRow

GObject ListHeader Source # 
Instance details

Defined in GI.Gtk.Objects.ListHeader

GObject ListItem Source # 
Instance details

Defined in GI.Gtk.Objects.ListItem

GObject ListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.ListItemFactory

GObject ListStore Source # 
Instance details

Defined in GI.Gtk.Objects.ListStore

GObject ListView Source # 
Instance details

Defined in GI.Gtk.Objects.ListView

GObject LockButton Source # 
Instance details

Defined in GI.Gtk.Objects.LockButton

GObject MapListModel Source # 
Instance details

Defined in GI.Gtk.Objects.MapListModel

GObject MediaControls Source # 
Instance details

Defined in GI.Gtk.Objects.MediaControls

GObject MediaFile Source # 
Instance details

Defined in GI.Gtk.Objects.MediaFile

GObject MediaStream Source # 
Instance details

Defined in GI.Gtk.Objects.MediaStream

GObject MenuButton Source # 
Instance details

Defined in GI.Gtk.Objects.MenuButton

GObject MessageDialog Source # 
Instance details

Defined in GI.Gtk.Objects.MessageDialog

GObject MnemonicAction Source # 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

GObject MnemonicTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.MnemonicTrigger

GObject MountOperation Source # 
Instance details

Defined in GI.Gtk.Objects.MountOperation

GObject MultiFilter Source # 
Instance details

Defined in GI.Gtk.Objects.MultiFilter

GObject MultiSelection Source # 
Instance details

Defined in GI.Gtk.Objects.MultiSelection

GObject MultiSorter Source # 
Instance details

Defined in GI.Gtk.Objects.MultiSorter

GObject NamedAction Source # 
Instance details

Defined in GI.Gtk.Objects.NamedAction

GObject NativeDialog Source # 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

GObject NeverTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.NeverTrigger

GObject NoSelection Source # 
Instance details

Defined in GI.Gtk.Objects.NoSelection

GObject Notebook Source # 
Instance details

Defined in GI.Gtk.Objects.Notebook

GObject NotebookPage Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

GObject NothingAction Source # 
Instance details

Defined in GI.Gtk.Objects.NothingAction

GObject NumericSorter Source # 
Instance details

Defined in GI.Gtk.Objects.NumericSorter

GObject Overlay Source # 
Instance details

Defined in GI.Gtk.Objects.Overlay

GObject OverlayLayout Source # 
Instance details

Defined in GI.Gtk.Objects.OverlayLayout

GObject OverlayLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.OverlayLayoutChild

GObject PadController Source # 
Instance details

Defined in GI.Gtk.Objects.PadController

GObject PageSetup Source # 
Instance details

Defined in GI.Gtk.Objects.PageSetup

GObject PageSetupUnixDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PageSetupUnixDialog

GObject Paned Source # 
Instance details

Defined in GI.Gtk.Objects.Paned

GObject PasswordEntry Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntry

GObject PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

GObject Picture Source # 
Instance details

Defined in GI.Gtk.Objects.Picture

GObject Popover Source # 
Instance details

Defined in GI.Gtk.Objects.Popover

GObject PopoverMenu Source # 
Instance details

Defined in GI.Gtk.Objects.PopoverMenu

GObject PopoverMenuBar Source # 
Instance details

Defined in GI.Gtk.Objects.PopoverMenuBar

GObject PrintContext Source # 
Instance details

Defined in GI.Gtk.Objects.PrintContext

GObject PrintDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PrintDialog

GObject PrintJob Source # 
Instance details

Defined in GI.Gtk.Objects.PrintJob

GObject PrintOperation Source # 
Instance details

Defined in GI.Gtk.Objects.PrintOperation

GObject PrintSettings Source # 
Instance details

Defined in GI.Gtk.Objects.PrintSettings

GObject PrintUnixDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PrintUnixDialog

GObject Printer Source # 
Instance details

Defined in GI.Gtk.Objects.Printer

GObject ProgressBar Source # 
Instance details

Defined in GI.Gtk.Objects.ProgressBar

GObject Range Source # 
Instance details

Defined in GI.Gtk.Objects.Range

GObject RecentManager Source # 
Instance details

Defined in GI.Gtk.Objects.RecentManager

GObject Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

GObject Scale Source # 
Instance details

Defined in GI.Gtk.Objects.Scale

GObject ScaleButton Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButton

GObject Scrollbar Source # 
Instance details

Defined in GI.Gtk.Objects.Scrollbar

GObject ScrolledWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ScrolledWindow

GObject SearchBar Source # 
Instance details

Defined in GI.Gtk.Objects.SearchBar

GObject SearchEntry Source # 
Instance details

Defined in GI.Gtk.Objects.SearchEntry

GObject SelectionFilterModel Source # 
Instance details

Defined in GI.Gtk.Objects.SelectionFilterModel

GObject Separator Source # 
Instance details

Defined in GI.Gtk.Objects.Separator

GObject Settings Source # 
Instance details

Defined in GI.Gtk.Objects.Settings

GObject Shortcut Source # 
Instance details

Defined in GI.Gtk.Objects.Shortcut

GObject ShortcutAction Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutAction

GObject ShortcutController Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutController

GObject ShortcutLabel Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutLabel

GObject ShortcutTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutTrigger

GObject ShortcutsGroup Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsGroup

GObject ShortcutsSection Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsSection

GObject ShortcutsShortcut Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsShortcut

GObject ShortcutsWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsWindow

GObject SignalAction Source # 
Instance details

Defined in GI.Gtk.Objects.SignalAction

GObject SignalListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.SignalListItemFactory

GObject SingleSelection Source # 
Instance details

Defined in GI.Gtk.Objects.SingleSelection

GObject SizeGroup Source # 
Instance details

Defined in GI.Gtk.Objects.SizeGroup

GObject SliceListModel Source # 
Instance details

Defined in GI.Gtk.Objects.SliceListModel

GObject Snapshot Source # 
Instance details

Defined in GI.Gtk.Objects.Snapshot

GObject SortListModel Source # 
Instance details

Defined in GI.Gtk.Objects.SortListModel

GObject Sorter Source # 
Instance details

Defined in GI.Gtk.Objects.Sorter

GObject SpinButton Source # 
Instance details

Defined in GI.Gtk.Objects.SpinButton

GObject Spinner Source # 
Instance details

Defined in GI.Gtk.Objects.Spinner

GObject Stack Source # 
Instance details

Defined in GI.Gtk.Objects.Stack

GObject StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

GObject StackSidebar Source # 
Instance details

Defined in GI.Gtk.Objects.StackSidebar

GObject StackSwitcher Source # 
Instance details

Defined in GI.Gtk.Objects.StackSwitcher

GObject Statusbar Source # 
Instance details

Defined in GI.Gtk.Objects.Statusbar

GObject StringFilter Source # 
Instance details

Defined in GI.Gtk.Objects.StringFilter

GObject StringList Source # 
Instance details

Defined in GI.Gtk.Objects.StringList

GObject StringObject Source # 
Instance details

Defined in GI.Gtk.Objects.StringObject

GObject StringSorter Source # 
Instance details

Defined in GI.Gtk.Objects.StringSorter

GObject StyleContext Source # 
Instance details

Defined in GI.Gtk.Objects.StyleContext

GObject Switch Source # 
Instance details

Defined in GI.Gtk.Objects.Switch

GObject Text Source # 
Instance details

Defined in GI.Gtk.Objects.Text

GObject TextBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.TextBuffer

GObject TextChildAnchor Source # 
Instance details

Defined in GI.Gtk.Objects.TextChildAnchor

GObject TextMark Source # 
Instance details

Defined in GI.Gtk.Objects.TextMark

GObject TextTag Source # 
Instance details

Defined in GI.Gtk.Objects.TextTag

GObject TextTagTable Source # 
Instance details

Defined in GI.Gtk.Objects.TextTagTable

GObject TextView Source # 
Instance details

Defined in GI.Gtk.Objects.TextView

GObject ToggleButton Source # 
Instance details

Defined in GI.Gtk.Objects.ToggleButton

GObject Tooltip Source # 
Instance details

Defined in GI.Gtk.Objects.Tooltip

GObject TreeExpander Source # 
Instance details

Defined in GI.Gtk.Objects.TreeExpander

GObject TreeListModel Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListModel

GObject TreeListRow Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListRow

GObject TreeListRowSorter Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListRowSorter

GObject TreeModelFilter Source # 
Instance details

Defined in GI.Gtk.Objects.TreeModelFilter

GObject TreeModelSort Source # 
Instance details

Defined in GI.Gtk.Objects.TreeModelSort

GObject TreeSelection Source # 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

GObject TreeStore Source # 
Instance details

Defined in GI.Gtk.Objects.TreeStore

GObject TreeView Source # 
Instance details

Defined in GI.Gtk.Objects.TreeView

GObject TreeViewColumn Source # 
Instance details

Defined in GI.Gtk.Objects.TreeViewColumn

GObject UriLauncher Source # 
Instance details

Defined in GI.Gtk.Objects.UriLauncher

GObject Video Source # 
Instance details

Defined in GI.Gtk.Objects.Video

GObject Viewport Source # 
Instance details

Defined in GI.Gtk.Objects.Viewport

GObject VolumeButton Source # 
Instance details

Defined in GI.Gtk.Objects.VolumeButton

GObject Widget Source # 
Instance details

Defined in GI.Gtk.Objects.Widget

GObject WidgetPaintable Source # 
Instance details

Defined in GI.Gtk.Objects.WidgetPaintable

GObject Window Source # 
Instance details

Defined in GI.Gtk.Objects.Window

GObject WindowControls Source # 
Instance details

Defined in GI.Gtk.Objects.WindowControls

GObject WindowGroup Source # 
Instance details

Defined in GI.Gtk.Objects.WindowGroup

GObject WindowHandle Source # 
Instance details

Defined in GI.Gtk.Objects.WindowHandle

GObject Context 
Instance details

Defined in GI.Pango.Objects.Context

GObject Coverage 
Instance details

Defined in GI.Pango.Objects.Coverage

GObject Font 
Instance details

Defined in GI.Pango.Objects.Font

GObject FontFace 
Instance details

Defined in GI.Pango.Objects.FontFace

GObject FontFamily 
Instance details

Defined in GI.Pango.Objects.FontFamily

GObject FontMap 
Instance details

Defined in GI.Pango.Objects.FontMap

GObject Fontset 
Instance details

Defined in GI.Pango.Objects.Fontset

GObject FontsetSimple 
Instance details

Defined in GI.Pango.Objects.FontsetSimple

GObject Layout 
Instance details

Defined in GI.Pango.Objects.Layout

GObject Renderer 
Instance details

Defined in GI.Pango.Objects.Renderer

newtype GParamSpec #

Instances

Instances details
(signature ~ m (Maybe Text), MonadIO m) => OverloadedMethod ParamSpecGetBlurbMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ m GValue, MonadIO m) => OverloadedMethod ParamSpecGetDefaultValueMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ m Text, MonadIO m) => OverloadedMethod ParamSpecGetNameMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ m Word32, MonadIO m) => OverloadedMethod ParamSpecGetNameQuarkMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ m Text, MonadIO m) => OverloadedMethod ParamSpecGetNickMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ (Word32 -> m (Ptr ())), MonadIO m) => OverloadedMethod ParamSpecGetQdataMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ m (Maybe GParamSpec), MonadIO m) => OverloadedMethod ParamSpecGetRedirectTargetMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ (Word32 -> Ptr () -> m ()), MonadIO m) => OverloadedMethod ParamSpecSetQdataMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ m (), MonadIO m) => OverloadedMethod ParamSpecSinkMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

(signature ~ (Word32 -> m (Ptr ())), MonadIO m) => OverloadedMethod ParamSpecStealQdataMethodInfo GParamSpec signature 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethod :: GParamSpec -> signature

OverloadedMethodInfo ParamSpecGetBlurbMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecGetDefaultValueMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecGetNameMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecGetNameQuarkMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecGetNickMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecGetQdataMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecGetRedirectTargetMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecSetQdataMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecSinkMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

OverloadedMethodInfo ParamSpecStealQdataMethodInfo GParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

overloadedMethodInfo :: Maybe ResolvedSymbolInfo

IsGValue (Maybe GParamSpec) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GParamSpec -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GParamSpec) #

data GPtrArray a #

Constructors

GPtrArray (Ptr (GPtrArray a)) 

data GSList a #

Constructors

GSList (Ptr (GSList a)) 

newtype GType #

Constructors

GType 

Instances

Instances details
Show GType 
Instance details

Defined in Data.GI.Base.BasicTypes

Methods

showsPrec :: Int -> GType -> ShowS

show :: GType -> String

showList :: [GType] -> ShowS

Eq GType 
Instance details

Defined in Data.GI.Base.BasicTypes

Methods

(==) :: GType -> GType -> Bool

(/=) :: GType -> GType -> Bool

IsGValue GType 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> GType -> IO () #

gvalueGet_ :: Ptr GValue -> IO GType #

newtype GVariant #

Constructors

GVariant (ManagedPtr GVariant) 

Instances

Instances details
IsGVariant GVariant 
Instance details

Defined in Data.GI.Base.GVariant

class Enum a => IsGFlag a #

Instances

Instances details
IsGFlag AnchorHints 
Instance details

Defined in GI.Gdk.Flags

IsGFlag AxisFlags 
Instance details

Defined in GI.Gdk.Flags

IsGFlag DragAction 
Instance details

Defined in GI.Gdk.Flags

IsGFlag FrameClockPhase 
Instance details

Defined in GI.Gdk.Flags

IsGFlag GLAPI 
Instance details

Defined in GI.Gdk.Flags

IsGFlag ModifierType 
Instance details

Defined in GI.Gdk.Flags

IsGFlag PaintableFlags 
Instance details

Defined in GI.Gdk.Flags

IsGFlag SeatCapabilities 
Instance details

Defined in GI.Gdk.Flags

IsGFlag ToplevelCapabilities 
Instance details

Defined in GI.Gdk.Flags

IsGFlag ToplevelState 
Instance details

Defined in GI.Gdk.Flags

IsGFlag PixbufFormatFlags 
Instance details

Defined in GI.GdkPixbuf.Flags

IsGFlag AppInfoCreateFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag ApplicationFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag AskPasswordFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag BusNameOwnerFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag BusNameWatcherFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag ConverterFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusCallFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusCapabilityFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusConnectionFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusInterfaceSkeletonFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusMessageFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusObjectManagerClientFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusPropertyInfoFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusProxyFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusSendMessageFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusServerFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusSignalFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DBusSubtreeFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag DriveStartFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag FileAttributeInfoFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag FileCopyFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag FileCreateFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag FileMeasureFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag FileMonitorFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag FileQueryInfoFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag IOStreamSpliceFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag MountMountFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag MountUnmountFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag OutputStreamSpliceFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag ResolverNameLookupFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag ResourceFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag ResourceLookupFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag SettingsBindFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag SocketMsgFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag SubprocessFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag TestDBusFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag TlsCertificateFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag TlsDatabaseVerifyFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag TlsPasswordFlags 
Instance details

Defined in GI.Gio.Flags

IsGFlag AsciiType 
Instance details

Defined in GI.GLib.Flags

IsGFlag FileSetContentsFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag FileTest 
Instance details

Defined in GI.GLib.Flags

IsGFlag FormatSizeFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag HookFlagMask 
Instance details

Defined in GI.GLib.Flags

IsGFlag IOCondition 
Instance details

Defined in GI.GLib.Flags

IsGFlag IOFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag KeyFileFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag LogLevelFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag MainContextFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag MarkupCollectType 
Instance details

Defined in GI.GLib.Flags

IsGFlag MarkupParseFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag OptionFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag RegexCompileFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag RegexMatchFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag SpawnFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag TestSubprocessFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag TestTrapFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag TraverseFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag UriFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag UriHideFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag UriParamsFlags 
Instance details

Defined in GI.GLib.Flags

IsGFlag BindingFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag ConnectFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag IOCondition 
Instance details

Defined in GI.GObject.Flags

IsGFlag ParamFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag SignalFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag SignalMatchType 
Instance details

Defined in GI.GObject.Flags

IsGFlag TypeDebugFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag TypeFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag TypeFundamentalFlags 
Instance details

Defined in GI.GObject.Flags

IsGFlag PathForeachFlags 
Instance details

Defined in GI.Gsk.Flags

IsGFlag ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag DebugFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag ListScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag PrintCapabilities Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TextBufferNotifyFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

IsGFlag FontMask 
Instance details

Defined in GI.Pango.Flags

IsGFlag LayoutDeserializeFlags 
Instance details

Defined in GI.Pango.Flags

IsGFlag LayoutSerializeFlags 
Instance details

Defined in GI.Pango.Flags

IsGFlag ShapeFlags 
Instance details

Defined in GI.Pango.Flags

IsGFlag ShowFlags 
Instance details

Defined in GI.Pango.Flags

IsGFlag GParamFlag 
Instance details

Defined in Data.GI.Base.GParamSpec

data ManagedPtr a #

Constructors

ManagedPtr 

Fields

Instances

Instances details
Eq (ManagedPtr a) 
Instance details

Defined in Data.GI.Base.BasicTypes

Methods

(==) :: ManagedPtr a -> ManagedPtr a -> Bool

(/=) :: ManagedPtr a -> ManagedPtr a -> Bool

class Coercible a (ManagedPtr ()) => ManagedPtrNewtype a where #

Methods

toManagedPtr :: a -> ManagedPtr a #

Instances

Instances details
ManagedPtrNewtype Context 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

toManagedPtr :: Context -> ManagedPtr Context #

ManagedPtrNewtype Device 
Instance details

Defined in GI.Cairo.Structs.Device

Methods

toManagedPtr :: Device -> ManagedPtr Device #

ManagedPtrNewtype FontFace 
Instance details

Defined in GI.Cairo.Structs.FontFace

Methods

toManagedPtr :: FontFace -> ManagedPtr FontFace #

ManagedPtrNewtype FontOptions 
Instance details

Defined in GI.Cairo.Structs.FontOptions

Methods

toManagedPtr :: FontOptions -> ManagedPtr FontOptions #

ManagedPtrNewtype Glyph 
Instance details

Defined in GI.Cairo.Structs.Glyph

Methods

toManagedPtr :: Glyph -> ManagedPtr Glyph #

ManagedPtrNewtype Matrix 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

toManagedPtr :: Matrix -> ManagedPtr Matrix #

ManagedPtrNewtype Path 
Instance details

Defined in GI.Cairo.Structs.Path

Methods

toManagedPtr :: Path -> ManagedPtr Path #

ManagedPtrNewtype Pattern 
Instance details

Defined in GI.Cairo.Structs.Pattern

Methods

toManagedPtr :: Pattern -> ManagedPtr Pattern #

ManagedPtrNewtype Rectangle 
Instance details

Defined in GI.Cairo.Structs.Rectangle

Methods

toManagedPtr :: Rectangle -> ManagedPtr Rectangle #

ManagedPtrNewtype RectangleInt 
Instance details

Defined in GI.Cairo.Structs.RectangleInt

Methods

toManagedPtr :: RectangleInt -> ManagedPtr RectangleInt #

ManagedPtrNewtype Region 
Instance details

Defined in GI.Cairo.Structs.Region

Methods

toManagedPtr :: Region -> ManagedPtr Region #

ManagedPtrNewtype ScaledFont 
Instance details

Defined in GI.Cairo.Structs.ScaledFont

Methods

toManagedPtr :: ScaledFont -> ManagedPtr ScaledFont #

ManagedPtrNewtype Surface 
Instance details

Defined in GI.Cairo.Structs.Surface

Methods

toManagedPtr :: Surface -> ManagedPtr Surface #

ManagedPtrNewtype TextCluster 
Instance details

Defined in GI.Cairo.Structs.TextCluster

Methods

toManagedPtr :: TextCluster -> ManagedPtr TextCluster #

ManagedPtrNewtype DevicePad 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

Methods

toManagedPtr :: DevicePad -> ManagedPtr DevicePad #

ManagedPtrNewtype DragSurface 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

Methods

toManagedPtr :: DragSurface -> ManagedPtr DragSurface #

ManagedPtrNewtype Paintable 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

Methods

toManagedPtr :: Paintable -> ManagedPtr Paintable #

ManagedPtrNewtype Popup 
Instance details

Defined in GI.Gdk.Interfaces.Popup

Methods

toManagedPtr :: Popup -> ManagedPtr Popup #

ManagedPtrNewtype Toplevel 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

Methods

toManagedPtr :: Toplevel -> ManagedPtr Toplevel #

ManagedPtrNewtype AppLaunchContext 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

Methods

toManagedPtr :: AppLaunchContext -> ManagedPtr AppLaunchContext #

ManagedPtrNewtype ButtonEvent 
Instance details

Defined in GI.Gdk.Objects.ButtonEvent

Methods

toManagedPtr :: ButtonEvent -> ManagedPtr ButtonEvent #

ManagedPtrNewtype CairoContext 
Instance details

Defined in GI.Gdk.Objects.CairoContext

Methods

toManagedPtr :: CairoContext -> ManagedPtr CairoContext #

ManagedPtrNewtype CicpParams 
Instance details

Defined in GI.Gdk.Objects.CicpParams

Methods

toManagedPtr :: CicpParams -> ManagedPtr CicpParams #

ManagedPtrNewtype Clipboard 
Instance details

Defined in GI.Gdk.Objects.Clipboard

Methods

toManagedPtr :: Clipboard -> ManagedPtr Clipboard #

ManagedPtrNewtype ContentDeserializer 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

Methods

toManagedPtr :: ContentDeserializer -> ManagedPtr ContentDeserializer #

ManagedPtrNewtype ContentProvider 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

Methods

toManagedPtr :: ContentProvider -> ManagedPtr ContentProvider #

ManagedPtrNewtype ContentSerializer 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

Methods

toManagedPtr :: ContentSerializer -> ManagedPtr ContentSerializer #

ManagedPtrNewtype CrossingEvent 
Instance details

Defined in GI.Gdk.Objects.CrossingEvent

Methods

toManagedPtr :: CrossingEvent -> ManagedPtr CrossingEvent #

ManagedPtrNewtype Cursor 
Instance details

Defined in GI.Gdk.Objects.Cursor

Methods

toManagedPtr :: Cursor -> ManagedPtr Cursor #

ManagedPtrNewtype DNDEvent 
Instance details

Defined in GI.Gdk.Objects.DNDEvent

Methods

toManagedPtr :: DNDEvent -> ManagedPtr DNDEvent #

ManagedPtrNewtype DeleteEvent 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

Methods

toManagedPtr :: DeleteEvent -> ManagedPtr DeleteEvent #

ManagedPtrNewtype Device 
Instance details

Defined in GI.Gdk.Objects.Device

Methods

toManagedPtr :: Device -> ManagedPtr Device #

ManagedPtrNewtype DeviceTool 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

Methods

toManagedPtr :: DeviceTool -> ManagedPtr DeviceTool #

ManagedPtrNewtype Display 
Instance details

Defined in GI.Gdk.Objects.Display

Methods

toManagedPtr :: Display -> ManagedPtr Display #

ManagedPtrNewtype DisplayManager 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

Methods

toManagedPtr :: DisplayManager -> ManagedPtr DisplayManager #

ManagedPtrNewtype DmabufTexture 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

Methods

toManagedPtr :: DmabufTexture -> ManagedPtr DmabufTexture #

ManagedPtrNewtype DmabufTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

Methods

toManagedPtr :: DmabufTextureBuilder -> ManagedPtr DmabufTextureBuilder #

ManagedPtrNewtype Drag 
Instance details

Defined in GI.Gdk.Objects.Drag

Methods

toManagedPtr :: Drag -> ManagedPtr Drag #

ManagedPtrNewtype DrawContext 
Instance details

Defined in GI.Gdk.Objects.DrawContext

Methods

toManagedPtr :: DrawContext -> ManagedPtr DrawContext #

ManagedPtrNewtype Drop 
Instance details

Defined in GI.Gdk.Objects.Drop

Methods

toManagedPtr :: Drop -> ManagedPtr Drop #

ManagedPtrNewtype Event 
Instance details

Defined in GI.Gdk.Objects.Event

Methods

toManagedPtr :: Event -> ManagedPtr Event #

ManagedPtrNewtype FocusEvent 
Instance details

Defined in GI.Gdk.Objects.FocusEvent

Methods

toManagedPtr :: FocusEvent -> ManagedPtr FocusEvent #

ManagedPtrNewtype FrameClock 
Instance details

Defined in GI.Gdk.Objects.FrameClock

Methods

toManagedPtr :: FrameClock -> ManagedPtr FrameClock #

ManagedPtrNewtype GLContext 
Instance details

Defined in GI.Gdk.Objects.GLContext

Methods

toManagedPtr :: GLContext -> ManagedPtr GLContext #

ManagedPtrNewtype GLTexture 
Instance details

Defined in GI.Gdk.Objects.GLTexture

Methods

toManagedPtr :: GLTexture -> ManagedPtr GLTexture #

ManagedPtrNewtype GLTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

Methods

toManagedPtr :: GLTextureBuilder -> ManagedPtr GLTextureBuilder #

ManagedPtrNewtype GrabBrokenEvent 
Instance details

Defined in GI.Gdk.Objects.GrabBrokenEvent

Methods

toManagedPtr :: GrabBrokenEvent -> ManagedPtr GrabBrokenEvent #

ManagedPtrNewtype KeyEvent 
Instance details

Defined in GI.Gdk.Objects.KeyEvent

Methods

toManagedPtr :: KeyEvent -> ManagedPtr KeyEvent #

ManagedPtrNewtype MemoryTexture 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

Methods

toManagedPtr :: MemoryTexture -> ManagedPtr MemoryTexture #

ManagedPtrNewtype MemoryTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.MemoryTextureBuilder

Methods

toManagedPtr :: MemoryTextureBuilder -> ManagedPtr MemoryTextureBuilder #

ManagedPtrNewtype Monitor 
Instance details

Defined in GI.Gdk.Objects.Monitor

Methods

toManagedPtr :: Monitor -> ManagedPtr Monitor #

ManagedPtrNewtype MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

toManagedPtr :: MotionEvent -> ManagedPtr MotionEvent #

ManagedPtrNewtype PadEvent 
Instance details

Defined in GI.Gdk.Objects.PadEvent

Methods

toManagedPtr :: PadEvent -> ManagedPtr PadEvent #

ManagedPtrNewtype ProximityEvent 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

Methods

toManagedPtr :: ProximityEvent -> ManagedPtr ProximityEvent #

ManagedPtrNewtype ScrollEvent 
Instance details

Defined in GI.Gdk.Objects.ScrollEvent

Methods

toManagedPtr :: ScrollEvent -> ManagedPtr ScrollEvent #

ManagedPtrNewtype Seat 
Instance details

Defined in GI.Gdk.Objects.Seat

Methods

toManagedPtr :: Seat -> ManagedPtr Seat #

ManagedPtrNewtype Snapshot 
Instance details

Defined in GI.Gdk.Objects.Snapshot

Methods

toManagedPtr :: Snapshot -> ManagedPtr Snapshot #

ManagedPtrNewtype Surface 
Instance details

Defined in GI.Gdk.Objects.Surface

Methods

toManagedPtr :: Surface -> ManagedPtr Surface #

ManagedPtrNewtype Texture 
Instance details

Defined in GI.Gdk.Objects.Texture

Methods

toManagedPtr :: Texture -> ManagedPtr Texture #

ManagedPtrNewtype TouchEvent 
Instance details

Defined in GI.Gdk.Objects.TouchEvent

Methods

toManagedPtr :: TouchEvent -> ManagedPtr TouchEvent #

ManagedPtrNewtype TouchpadEvent 
Instance details

Defined in GI.Gdk.Objects.TouchpadEvent

Methods

toManagedPtr :: TouchpadEvent -> ManagedPtr TouchpadEvent #

ManagedPtrNewtype VulkanContext 
Instance details

Defined in GI.Gdk.Objects.VulkanContext

Methods

toManagedPtr :: VulkanContext -> ManagedPtr VulkanContext #

ManagedPtrNewtype ColorState 
Instance details

Defined in GI.Gdk.Structs.ColorState

Methods

toManagedPtr :: ColorState -> ManagedPtr ColorState #

ManagedPtrNewtype ContentFormats 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

Methods

toManagedPtr :: ContentFormats -> ManagedPtr ContentFormats #

ManagedPtrNewtype ContentFormatsBuilder 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

Methods

toManagedPtr :: ContentFormatsBuilder -> ManagedPtr ContentFormatsBuilder #

ManagedPtrNewtype DmabufFormats 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

Methods

toManagedPtr :: DmabufFormats -> ManagedPtr DmabufFormats #

ManagedPtrNewtype DragSurfaceSize 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

Methods

toManagedPtr :: DragSurfaceSize -> ManagedPtr DragSurfaceSize #

ManagedPtrNewtype EventSequence 
Instance details

Defined in GI.Gdk.Structs.EventSequence

Methods

toManagedPtr :: EventSequence -> ManagedPtr EventSequence #

ManagedPtrNewtype FileList 
Instance details

Defined in GI.Gdk.Structs.FileList

Methods

toManagedPtr :: FileList -> ManagedPtr FileList #

ManagedPtrNewtype FrameTimings 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

Methods

toManagedPtr :: FrameTimings -> ManagedPtr FrameTimings #

ManagedPtrNewtype KeymapKey 
Instance details

Defined in GI.Gdk.Structs.KeymapKey

Methods

toManagedPtr :: KeymapKey -> ManagedPtr KeymapKey #

ManagedPtrNewtype PopupLayout 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

Methods

toManagedPtr :: PopupLayout -> ManagedPtr PopupLayout #

ManagedPtrNewtype RGBA 
Instance details

Defined in GI.Gdk.Structs.RGBA

Methods

toManagedPtr :: RGBA -> ManagedPtr RGBA #

ManagedPtrNewtype Rectangle 
Instance details

Defined in GI.Gdk.Structs.Rectangle

Methods

toManagedPtr :: Rectangle -> ManagedPtr Rectangle #

ManagedPtrNewtype TextureDownloader 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

Methods

toManagedPtr :: TextureDownloader -> ManagedPtr TextureDownloader #

ManagedPtrNewtype TimeCoord 
Instance details

Defined in GI.Gdk.Structs.TimeCoord

Methods

toManagedPtr :: TimeCoord -> ManagedPtr TimeCoord #

ManagedPtrNewtype ToplevelLayout 
Instance details

Defined in GI.Gdk.Structs.ToplevelLayout

Methods

toManagedPtr :: ToplevelLayout -> ManagedPtr ToplevelLayout #

ManagedPtrNewtype ToplevelSize 
Instance details

Defined in GI.Gdk.Structs.ToplevelSize

Methods

toManagedPtr :: ToplevelSize -> ManagedPtr ToplevelSize #

ManagedPtrNewtype Pixbuf 
Instance details

Defined in GI.GdkPixbuf.Objects.Pixbuf

Methods

toManagedPtr :: Pixbuf -> ManagedPtr Pixbuf #

ManagedPtrNewtype PixbufAnimation 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimation

Methods

toManagedPtr :: PixbufAnimation -> ManagedPtr PixbufAnimation #

ManagedPtrNewtype PixbufAnimationIter 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimationIter

Methods

toManagedPtr :: PixbufAnimationIter -> ManagedPtr PixbufAnimationIter #

ManagedPtrNewtype PixbufLoader 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufLoader

Methods

toManagedPtr :: PixbufLoader -> ManagedPtr PixbufLoader #

ManagedPtrNewtype PixbufNonAnim 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

Methods

toManagedPtr :: PixbufNonAnim -> ManagedPtr PixbufNonAnim #

ManagedPtrNewtype PixbufSimpleAnim 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnim

Methods

toManagedPtr :: PixbufSimpleAnim -> ManagedPtr PixbufSimpleAnim #

ManagedPtrNewtype PixbufSimpleAnimIter 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter

Methods

toManagedPtr :: PixbufSimpleAnimIter -> ManagedPtr PixbufSimpleAnimIter #

ManagedPtrNewtype PixbufFormat 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufFormat

Methods

toManagedPtr :: PixbufFormat -> ManagedPtr PixbufFormat #

ManagedPtrNewtype PixbufModule 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufModule

Methods

toManagedPtr :: PixbufModule -> ManagedPtr PixbufModule #

ManagedPtrNewtype PixbufModulePattern 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufModulePattern

Methods

toManagedPtr :: PixbufModulePattern -> ManagedPtr PixbufModulePattern #

ManagedPtrNewtype Action 
Instance details

Defined in GI.Gio.Interfaces.Action

Methods

toManagedPtr :: Action -> ManagedPtr Action #

ManagedPtrNewtype ActionGroup 
Instance details

Defined in GI.Gio.Interfaces.ActionGroup

Methods

toManagedPtr :: ActionGroup -> ManagedPtr ActionGroup #

ManagedPtrNewtype ActionMap 
Instance details

Defined in GI.Gio.Interfaces.ActionMap

Methods

toManagedPtr :: ActionMap -> ManagedPtr ActionMap #

ManagedPtrNewtype AppInfo 
Instance details

Defined in GI.Gio.Interfaces.AppInfo

Methods

toManagedPtr :: AppInfo -> ManagedPtr AppInfo #

ManagedPtrNewtype AsyncInitable 
Instance details

Defined in GI.Gio.Interfaces.AsyncInitable

Methods

toManagedPtr :: AsyncInitable -> ManagedPtr AsyncInitable #

ManagedPtrNewtype AsyncResult 
Instance details

Defined in GI.Gio.Interfaces.AsyncResult

Methods

toManagedPtr :: AsyncResult -> ManagedPtr AsyncResult #

ManagedPtrNewtype Converter 
Instance details

Defined in GI.Gio.Interfaces.Converter

Methods

toManagedPtr :: Converter -> ManagedPtr Converter #

ManagedPtrNewtype DBusInterface 
Instance details

Defined in GI.Gio.Interfaces.DBusInterface

Methods

toManagedPtr :: DBusInterface -> ManagedPtr DBusInterface #

ManagedPtrNewtype DBusObject 
Instance details

Defined in GI.Gio.Interfaces.DBusObject

Methods

toManagedPtr :: DBusObject -> ManagedPtr DBusObject #

ManagedPtrNewtype DBusObjectManager 
Instance details

Defined in GI.Gio.Interfaces.DBusObjectManager

Methods

toManagedPtr :: DBusObjectManager -> ManagedPtr DBusObjectManager #

ManagedPtrNewtype DatagramBased 
Instance details

Defined in GI.Gio.Interfaces.DatagramBased

Methods

toManagedPtr :: DatagramBased -> ManagedPtr DatagramBased #

ManagedPtrNewtype DebugController 
Instance details

Defined in GI.Gio.Interfaces.DebugController

Methods

toManagedPtr :: DebugController -> ManagedPtr DebugController #

ManagedPtrNewtype DesktopAppInfoLookup 
Instance details

Defined in GI.Gio.Interfaces.DesktopAppInfoLookup

Methods

toManagedPtr :: DesktopAppInfoLookup -> ManagedPtr DesktopAppInfoLookup #

ManagedPtrNewtype Drive 
Instance details

Defined in GI.Gio.Interfaces.Drive

Methods

toManagedPtr :: Drive -> ManagedPtr Drive #

ManagedPtrNewtype DtlsClientConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsClientConnection

Methods

toManagedPtr :: DtlsClientConnection -> ManagedPtr DtlsClientConnection #

ManagedPtrNewtype DtlsConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsConnection

Methods

toManagedPtr :: DtlsConnection -> ManagedPtr DtlsConnection #

ManagedPtrNewtype DtlsServerConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsServerConnection

Methods

toManagedPtr :: DtlsServerConnection -> ManagedPtr DtlsServerConnection #

ManagedPtrNewtype File 
Instance details

Defined in GI.Gio.Interfaces.File

Methods

toManagedPtr :: File -> ManagedPtr File #

ManagedPtrNewtype FileDescriptorBased 
Instance details

Defined in GI.Gio.Interfaces.FileDescriptorBased

Methods

toManagedPtr :: FileDescriptorBased -> ManagedPtr FileDescriptorBased #

ManagedPtrNewtype Icon 
Instance details

Defined in GI.Gio.Interfaces.Icon

Methods

toManagedPtr :: Icon -> ManagedPtr Icon #

ManagedPtrNewtype Initable 
Instance details

Defined in GI.Gio.Interfaces.Initable

Methods

toManagedPtr :: Initable -> ManagedPtr Initable #

ManagedPtrNewtype ListModel 
Instance details

Defined in GI.Gio.Interfaces.ListModel

Methods

toManagedPtr :: ListModel -> ManagedPtr ListModel #

ManagedPtrNewtype LoadableIcon 
Instance details

Defined in GI.Gio.Interfaces.LoadableIcon

Methods

toManagedPtr :: LoadableIcon -> ManagedPtr LoadableIcon #

ManagedPtrNewtype MemoryMonitor 
Instance details

Defined in GI.Gio.Interfaces.MemoryMonitor

Methods

toManagedPtr :: MemoryMonitor -> ManagedPtr MemoryMonitor #

ManagedPtrNewtype Mount 
Instance details

Defined in GI.Gio.Interfaces.Mount

Methods

toManagedPtr :: Mount -> ManagedPtr Mount #

ManagedPtrNewtype NetworkMonitor 
Instance details

Defined in GI.Gio.Interfaces.NetworkMonitor

Methods

toManagedPtr :: NetworkMonitor -> ManagedPtr NetworkMonitor #

ManagedPtrNewtype PollableInputStream 
Instance details

Defined in GI.Gio.Interfaces.PollableInputStream

Methods

toManagedPtr :: PollableInputStream -> ManagedPtr PollableInputStream #

ManagedPtrNewtype PollableOutputStream 
Instance details

Defined in GI.Gio.Interfaces.PollableOutputStream

Methods

toManagedPtr :: PollableOutputStream -> ManagedPtr PollableOutputStream #

ManagedPtrNewtype PowerProfileMonitor 
Instance details

Defined in GI.Gio.Interfaces.PowerProfileMonitor

Methods

toManagedPtr :: PowerProfileMonitor -> ManagedPtr PowerProfileMonitor #

ManagedPtrNewtype Proxy 
Instance details

Defined in GI.Gio.Interfaces.Proxy

Methods

toManagedPtr :: Proxy -> ManagedPtr Proxy #

ManagedPtrNewtype ProxyResolver 
Instance details

Defined in GI.Gio.Interfaces.ProxyResolver

Methods

toManagedPtr :: ProxyResolver -> ManagedPtr ProxyResolver #

ManagedPtrNewtype RemoteActionGroup 
Instance details

Defined in GI.Gio.Interfaces.RemoteActionGroup

Methods

toManagedPtr :: RemoteActionGroup -> ManagedPtr RemoteActionGroup #

ManagedPtrNewtype Seekable 
Instance details

Defined in GI.Gio.Interfaces.Seekable

Methods

toManagedPtr :: Seekable -> ManagedPtr Seekable #

ManagedPtrNewtype SocketConnectable 
Instance details

Defined in GI.Gio.Interfaces.SocketConnectable

Methods

toManagedPtr :: SocketConnectable -> ManagedPtr SocketConnectable #

ManagedPtrNewtype TlsBackend 
Instance details

Defined in GI.Gio.Interfaces.TlsBackend

Methods

toManagedPtr :: TlsBackend -> ManagedPtr TlsBackend #

ManagedPtrNewtype TlsClientConnection 
Instance details

Defined in GI.Gio.Interfaces.TlsClientConnection

Methods

toManagedPtr :: TlsClientConnection -> ManagedPtr TlsClientConnection #

ManagedPtrNewtype TlsFileDatabase 
Instance details

Defined in GI.Gio.Interfaces.TlsFileDatabase

Methods

toManagedPtr :: TlsFileDatabase -> ManagedPtr TlsFileDatabase #

ManagedPtrNewtype TlsServerConnection 
Instance details

Defined in GI.Gio.Interfaces.TlsServerConnection

Methods

toManagedPtr :: TlsServerConnection -> ManagedPtr TlsServerConnection #

ManagedPtrNewtype Volume 
Instance details

Defined in GI.Gio.Interfaces.Volume

Methods

toManagedPtr :: Volume -> ManagedPtr Volume #

ManagedPtrNewtype AppInfoMonitor 
Instance details

Defined in GI.Gio.Objects.AppInfoMonitor

Methods

toManagedPtr :: AppInfoMonitor -> ManagedPtr AppInfoMonitor #

ManagedPtrNewtype AppLaunchContext 
Instance details

Defined in GI.Gio.Objects.AppLaunchContext

Methods

toManagedPtr :: AppLaunchContext -> ManagedPtr AppLaunchContext #

ManagedPtrNewtype Application 
Instance details

Defined in GI.Gio.Objects.Application

Methods

toManagedPtr :: Application -> ManagedPtr Application #

ManagedPtrNewtype ApplicationCommandLine 
Instance details

Defined in GI.Gio.Objects.ApplicationCommandLine

Methods

toManagedPtr :: ApplicationCommandLine -> ManagedPtr ApplicationCommandLine #

ManagedPtrNewtype BufferedInputStream 
Instance details

Defined in GI.Gio.Objects.BufferedInputStream

Methods

toManagedPtr :: BufferedInputStream -> ManagedPtr BufferedInputStream #

ManagedPtrNewtype BufferedOutputStream 
Instance details

Defined in GI.Gio.Objects.BufferedOutputStream

Methods

toManagedPtr :: BufferedOutputStream -> ManagedPtr BufferedOutputStream #

ManagedPtrNewtype BytesIcon 
Instance details

Defined in GI.Gio.Objects.BytesIcon

Methods

toManagedPtr :: BytesIcon -> ManagedPtr BytesIcon #

ManagedPtrNewtype Cancellable 
Instance details

Defined in GI.Gio.Objects.Cancellable

Methods

toManagedPtr :: Cancellable -> ManagedPtr Cancellable #

ManagedPtrNewtype CharsetConverter 
Instance details

Defined in GI.Gio.Objects.CharsetConverter

Methods

toManagedPtr :: CharsetConverter -> ManagedPtr CharsetConverter #

ManagedPtrNewtype ConverterInputStream 
Instance details

Defined in GI.Gio.Objects.ConverterInputStream

Methods

toManagedPtr :: ConverterInputStream -> ManagedPtr ConverterInputStream #

ManagedPtrNewtype ConverterOutputStream 
Instance details

Defined in GI.Gio.Objects.ConverterOutputStream

Methods

toManagedPtr :: ConverterOutputStream -> ManagedPtr ConverterOutputStream #

ManagedPtrNewtype Credentials 
Instance details

Defined in GI.Gio.Objects.Credentials

Methods

toManagedPtr :: Credentials -> ManagedPtr Credentials #

ManagedPtrNewtype DBusActionGroup 
Instance details

Defined in GI.Gio.Objects.DBusActionGroup

Methods

toManagedPtr :: DBusActionGroup -> ManagedPtr DBusActionGroup #

ManagedPtrNewtype DBusAuthObserver 
Instance details

Defined in GI.Gio.Objects.DBusAuthObserver

Methods

toManagedPtr :: DBusAuthObserver -> ManagedPtr DBusAuthObserver #

ManagedPtrNewtype DBusConnection 
Instance details

Defined in GI.Gio.Objects.DBusConnection

Methods

toManagedPtr :: DBusConnection -> ManagedPtr DBusConnection #

ManagedPtrNewtype DBusInterfaceSkeleton 
Instance details

Defined in GI.Gio.Objects.DBusInterfaceSkeleton

Methods

toManagedPtr :: DBusInterfaceSkeleton -> ManagedPtr DBusInterfaceSkeleton #

ManagedPtrNewtype DBusMenuModel 
Instance details

Defined in GI.Gio.Objects.DBusMenuModel

Methods

toManagedPtr :: DBusMenuModel -> ManagedPtr DBusMenuModel #

ManagedPtrNewtype DBusMessage 
Instance details

Defined in GI.Gio.Objects.DBusMessage

Methods

toManagedPtr :: DBusMessage -> ManagedPtr DBusMessage #

ManagedPtrNewtype DBusMethodInvocation 
Instance details

Defined in GI.Gio.Objects.DBusMethodInvocation

Methods

toManagedPtr :: DBusMethodInvocation -> ManagedPtr DBusMethodInvocation #

ManagedPtrNewtype DBusObjectManagerClient 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerClient

Methods

toManagedPtr :: DBusObjectManagerClient -> ManagedPtr DBusObjectManagerClient #

ManagedPtrNewtype DBusObjectManagerServer 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerServer

Methods

toManagedPtr :: DBusObjectManagerServer -> ManagedPtr DBusObjectManagerServer #

ManagedPtrNewtype DBusObjectProxy 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

Methods

toManagedPtr :: DBusObjectProxy -> ManagedPtr DBusObjectProxy #

ManagedPtrNewtype DBusObjectSkeleton 
Instance details

Defined in GI.Gio.Objects.DBusObjectSkeleton

Methods

toManagedPtr :: DBusObjectSkeleton -> ManagedPtr DBusObjectSkeleton #

ManagedPtrNewtype DBusProxy 
Instance details

Defined in GI.Gio.Objects.DBusProxy

Methods

toManagedPtr :: DBusProxy -> ManagedPtr DBusProxy #

ManagedPtrNewtype DBusServer 
Instance details

Defined in GI.Gio.Objects.DBusServer

Methods

toManagedPtr :: DBusServer -> ManagedPtr DBusServer #

ManagedPtrNewtype DataInputStream 
Instance details

Defined in GI.Gio.Objects.DataInputStream

Methods

toManagedPtr :: DataInputStream -> ManagedPtr DataInputStream #

ManagedPtrNewtype DataOutputStream 
Instance details

Defined in GI.Gio.Objects.DataOutputStream

Methods

toManagedPtr :: DataOutputStream -> ManagedPtr DataOutputStream #

ManagedPtrNewtype DebugControllerDBus 
Instance details

Defined in GI.Gio.Objects.DebugControllerDBus

Methods

toManagedPtr :: DebugControllerDBus -> ManagedPtr DebugControllerDBus #

ManagedPtrNewtype DesktopAppInfo 
Instance details

Defined in GI.Gio.Objects.DesktopAppInfo

Methods

toManagedPtr :: DesktopAppInfo -> ManagedPtr DesktopAppInfo #

ManagedPtrNewtype Emblem 
Instance details

Defined in GI.Gio.Objects.Emblem

Methods

toManagedPtr :: Emblem -> ManagedPtr Emblem #

ManagedPtrNewtype EmblemedIcon 
Instance details

Defined in GI.Gio.Objects.EmblemedIcon

Methods

toManagedPtr :: EmblemedIcon -> ManagedPtr EmblemedIcon #

ManagedPtrNewtype FileEnumerator 
Instance details

Defined in GI.Gio.Objects.FileEnumerator

Methods

toManagedPtr :: FileEnumerator -> ManagedPtr FileEnumerator #

ManagedPtrNewtype FileIOStream 
Instance details

Defined in GI.Gio.Objects.FileIOStream

Methods

toManagedPtr :: FileIOStream -> ManagedPtr FileIOStream #

ManagedPtrNewtype FileIcon 
Instance details

Defined in GI.Gio.Objects.FileIcon

Methods

toManagedPtr :: FileIcon -> ManagedPtr FileIcon #

ManagedPtrNewtype FileInfo 
Instance details

Defined in GI.Gio.Objects.FileInfo

Methods

toManagedPtr :: FileInfo -> ManagedPtr FileInfo #

ManagedPtrNewtype FileInputStream 
Instance details

Defined in GI.Gio.Objects.FileInputStream

Methods

toManagedPtr :: FileInputStream -> ManagedPtr FileInputStream #

ManagedPtrNewtype FileMonitor 
Instance details

Defined in GI.Gio.Objects.FileMonitor

Methods

toManagedPtr :: FileMonitor -> ManagedPtr FileMonitor #

ManagedPtrNewtype FileOutputStream 
Instance details

Defined in GI.Gio.Objects.FileOutputStream

Methods

toManagedPtr :: FileOutputStream -> ManagedPtr FileOutputStream #

ManagedPtrNewtype FilenameCompleter 
Instance details

Defined in GI.Gio.Objects.FilenameCompleter

Methods

toManagedPtr :: FilenameCompleter -> ManagedPtr FilenameCompleter #

ManagedPtrNewtype FilterInputStream 
Instance details

Defined in GI.Gio.Objects.FilterInputStream

Methods

toManagedPtr :: FilterInputStream -> ManagedPtr FilterInputStream #

ManagedPtrNewtype FilterOutputStream 
Instance details

Defined in GI.Gio.Objects.FilterOutputStream

Methods

toManagedPtr :: FilterOutputStream -> ManagedPtr FilterOutputStream #

ManagedPtrNewtype IOStream 
Instance details

Defined in GI.Gio.Objects.IOStream

Methods

toManagedPtr :: IOStream -> ManagedPtr IOStream #

ManagedPtrNewtype InetAddress 
Instance details

Defined in GI.Gio.Objects.InetAddress

Methods

toManagedPtr :: InetAddress -> ManagedPtr InetAddress #

ManagedPtrNewtype InetAddressMask 
Instance details

Defined in GI.Gio.Objects.InetAddressMask

Methods

toManagedPtr :: InetAddressMask -> ManagedPtr InetAddressMask #

ManagedPtrNewtype InetSocketAddress 
Instance details

Defined in GI.Gio.Objects.InetSocketAddress

Methods

toManagedPtr :: InetSocketAddress -> ManagedPtr InetSocketAddress #

ManagedPtrNewtype InputStream 
Instance details

Defined in GI.Gio.Objects.InputStream

Methods

toManagedPtr :: InputStream -> ManagedPtr InputStream #

ManagedPtrNewtype ListStore 
Instance details

Defined in GI.Gio.Objects.ListStore

Methods

toManagedPtr :: ListStore -> ManagedPtr ListStore #

ManagedPtrNewtype MemoryInputStream 
Instance details

Defined in GI.Gio.Objects.MemoryInputStream

Methods

toManagedPtr :: MemoryInputStream -> ManagedPtr MemoryInputStream #

ManagedPtrNewtype MemoryOutputStream 
Instance details

Defined in GI.Gio.Objects.MemoryOutputStream

Methods

toManagedPtr :: MemoryOutputStream -> ManagedPtr MemoryOutputStream #

ManagedPtrNewtype Menu 
Instance details

Defined in GI.Gio.Objects.Menu

Methods

toManagedPtr :: Menu -> ManagedPtr Menu #

ManagedPtrNewtype MenuAttributeIter 
Instance details

Defined in GI.Gio.Objects.MenuAttributeIter

Methods

toManagedPtr :: MenuAttributeIter -> ManagedPtr MenuAttributeIter #

ManagedPtrNewtype MenuItem 
Instance details

Defined in GI.Gio.Objects.MenuItem

Methods

toManagedPtr :: MenuItem -> ManagedPtr MenuItem #

ManagedPtrNewtype MenuLinkIter 
Instance details

Defined in GI.Gio.Objects.MenuLinkIter

Methods

toManagedPtr :: MenuLinkIter -> ManagedPtr MenuLinkIter #

ManagedPtrNewtype MenuModel 
Instance details

Defined in GI.Gio.Objects.MenuModel

Methods

toManagedPtr :: MenuModel -> ManagedPtr MenuModel #

ManagedPtrNewtype MountOperation 
Instance details

Defined in GI.Gio.Objects.MountOperation

Methods

toManagedPtr :: MountOperation -> ManagedPtr MountOperation #

ManagedPtrNewtype NativeSocketAddress 
Instance details

Defined in GI.Gio.Objects.NativeSocketAddress

Methods

toManagedPtr :: NativeSocketAddress -> ManagedPtr NativeSocketAddress #

ManagedPtrNewtype NativeVolumeMonitor 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

Methods

toManagedPtr :: NativeVolumeMonitor -> ManagedPtr NativeVolumeMonitor #

ManagedPtrNewtype NetworkAddress 
Instance details

Defined in GI.Gio.Objects.NetworkAddress

Methods

toManagedPtr :: NetworkAddress -> ManagedPtr NetworkAddress #

ManagedPtrNewtype NetworkService 
Instance details

Defined in GI.Gio.Objects.NetworkService

Methods

toManagedPtr :: NetworkService -> ManagedPtr NetworkService #

ManagedPtrNewtype Notification 
Instance details

Defined in GI.Gio.Objects.Notification

Methods

toManagedPtr :: Notification -> ManagedPtr Notification #

ManagedPtrNewtype OutputStream 
Instance details

Defined in GI.Gio.Objects.OutputStream

Methods

toManagedPtr :: OutputStream -> ManagedPtr OutputStream #

ManagedPtrNewtype Permission 
Instance details

Defined in GI.Gio.Objects.Permission

Methods

toManagedPtr :: Permission -> ManagedPtr Permission #

ManagedPtrNewtype PropertyAction 
Instance details

Defined in GI.Gio.Objects.PropertyAction

Methods

toManagedPtr :: PropertyAction -> ManagedPtr PropertyAction #

ManagedPtrNewtype ProxyAddress 
Instance details

Defined in GI.Gio.Objects.ProxyAddress

Methods

toManagedPtr :: ProxyAddress -> ManagedPtr ProxyAddress #

ManagedPtrNewtype ProxyAddressEnumerator 
Instance details

Defined in GI.Gio.Objects.ProxyAddressEnumerator

Methods

toManagedPtr :: ProxyAddressEnumerator -> ManagedPtr ProxyAddressEnumerator #

ManagedPtrNewtype Resolver 
Instance details

Defined in GI.Gio.Objects.Resolver

Methods

toManagedPtr :: Resolver -> ManagedPtr Resolver #

ManagedPtrNewtype Settings 
Instance details

Defined in GI.Gio.Objects.Settings

Methods

toManagedPtr :: Settings -> ManagedPtr Settings #

ManagedPtrNewtype SettingsBackend 
Instance details

Defined in GI.Gio.Objects.SettingsBackend

Methods

toManagedPtr :: SettingsBackend -> ManagedPtr SettingsBackend #

ManagedPtrNewtype SimpleAction 
Instance details

Defined in GI.Gio.Objects.SimpleAction

Methods

toManagedPtr :: SimpleAction -> ManagedPtr SimpleAction #

ManagedPtrNewtype SimpleActionGroup 
Instance details

Defined in GI.Gio.Objects.SimpleActionGroup

Methods

toManagedPtr :: SimpleActionGroup -> ManagedPtr SimpleActionGroup #

ManagedPtrNewtype SimpleAsyncResult 
Instance details

Defined in GI.Gio.Objects.SimpleAsyncResult

Methods

toManagedPtr :: SimpleAsyncResult -> ManagedPtr SimpleAsyncResult #

ManagedPtrNewtype SimpleIOStream 
Instance details

Defined in GI.Gio.Objects.SimpleIOStream

Methods

toManagedPtr :: SimpleIOStream -> ManagedPtr SimpleIOStream #

ManagedPtrNewtype SimplePermission 
Instance details

Defined in GI.Gio.Objects.SimplePermission

Methods

toManagedPtr :: SimplePermission -> ManagedPtr SimplePermission #

ManagedPtrNewtype SimpleProxyResolver 
Instance details

Defined in GI.Gio.Objects.SimpleProxyResolver

Methods

toManagedPtr :: SimpleProxyResolver -> ManagedPtr SimpleProxyResolver #

ManagedPtrNewtype Socket 
Instance details

Defined in GI.Gio.Objects.Socket

Methods

toManagedPtr :: Socket -> ManagedPtr Socket #

ManagedPtrNewtype SocketAddress 
Instance details

Defined in GI.Gio.Objects.SocketAddress

Methods

toManagedPtr :: SocketAddress -> ManagedPtr SocketAddress #

ManagedPtrNewtype SocketAddressEnumerator 
Instance details

Defined in GI.Gio.Objects.SocketAddressEnumerator

Methods

toManagedPtr :: SocketAddressEnumerator -> ManagedPtr SocketAddressEnumerator #

ManagedPtrNewtype SocketClient 
Instance details

Defined in GI.Gio.Objects.SocketClient

Methods

toManagedPtr :: SocketClient -> ManagedPtr SocketClient #

ManagedPtrNewtype SocketConnection 
Instance details

Defined in GI.Gio.Objects.SocketConnection

Methods

toManagedPtr :: SocketConnection -> ManagedPtr SocketConnection #

ManagedPtrNewtype SocketControlMessage 
Instance details

Defined in GI.Gio.Objects.SocketControlMessage

Methods

toManagedPtr :: SocketControlMessage -> ManagedPtr SocketControlMessage #

ManagedPtrNewtype SocketListener 
Instance details

Defined in GI.Gio.Objects.SocketListener

Methods

toManagedPtr :: SocketListener -> ManagedPtr SocketListener #

ManagedPtrNewtype SocketService 
Instance details

Defined in GI.Gio.Objects.SocketService

Methods

toManagedPtr :: SocketService -> ManagedPtr SocketService #

ManagedPtrNewtype Subprocess 
Instance details

Defined in GI.Gio.Objects.Subprocess

Methods

toManagedPtr :: Subprocess -> ManagedPtr Subprocess #

ManagedPtrNewtype SubprocessLauncher 
Instance details

Defined in GI.Gio.Objects.SubprocessLauncher

Methods

toManagedPtr :: SubprocessLauncher -> ManagedPtr SubprocessLauncher #

ManagedPtrNewtype Task 
Instance details

Defined in GI.Gio.Objects.Task

Methods

toManagedPtr :: Task -> ManagedPtr Task #

ManagedPtrNewtype TcpConnection 
Instance details

Defined in GI.Gio.Objects.TcpConnection

Methods

toManagedPtr :: TcpConnection -> ManagedPtr TcpConnection #

ManagedPtrNewtype TcpWrapperConnection 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

Methods

toManagedPtr :: TcpWrapperConnection -> ManagedPtr TcpWrapperConnection #

ManagedPtrNewtype TestDBus 
Instance details

Defined in GI.Gio.Objects.TestDBus

Methods

toManagedPtr :: TestDBus -> ManagedPtr TestDBus #

ManagedPtrNewtype ThemedIcon 
Instance details

Defined in GI.Gio.Objects.ThemedIcon

Methods

toManagedPtr :: ThemedIcon -> ManagedPtr ThemedIcon #

ManagedPtrNewtype ThreadedResolver 
Instance details

Defined in GI.Gio.Objects.ThreadedResolver

Methods

toManagedPtr :: ThreadedResolver -> ManagedPtr ThreadedResolver #

ManagedPtrNewtype ThreadedSocketService 
Instance details

Defined in GI.Gio.Objects.ThreadedSocketService

Methods

toManagedPtr :: ThreadedSocketService -> ManagedPtr ThreadedSocketService #

ManagedPtrNewtype TlsCertificate 
Instance details

Defined in GI.Gio.Objects.TlsCertificate

Methods

toManagedPtr :: TlsCertificate -> ManagedPtr TlsCertificate #

ManagedPtrNewtype TlsConnection 
Instance details

Defined in GI.Gio.Objects.TlsConnection

Methods

toManagedPtr :: TlsConnection -> ManagedPtr TlsConnection #

ManagedPtrNewtype TlsDatabase 
Instance details

Defined in GI.Gio.Objects.TlsDatabase

Methods

toManagedPtr :: TlsDatabase -> ManagedPtr TlsDatabase #

ManagedPtrNewtype TlsInteraction 
Instance details

Defined in GI.Gio.Objects.TlsInteraction

Methods

toManagedPtr :: TlsInteraction -> ManagedPtr TlsInteraction #

ManagedPtrNewtype TlsPassword 
Instance details

Defined in GI.Gio.Objects.TlsPassword

Methods

toManagedPtr :: TlsPassword -> ManagedPtr TlsPassword #

ManagedPtrNewtype UnixConnection 
Instance details

Defined in GI.Gio.Objects.UnixConnection

Methods

toManagedPtr :: UnixConnection -> ManagedPtr UnixConnection #

ManagedPtrNewtype UnixCredentialsMessage 
Instance details

Defined in GI.Gio.Objects.UnixCredentialsMessage

Methods

toManagedPtr :: UnixCredentialsMessage -> ManagedPtr UnixCredentialsMessage #

ManagedPtrNewtype UnixFDList 
Instance details

Defined in GI.Gio.Objects.UnixFDList

Methods

toManagedPtr :: UnixFDList -> ManagedPtr UnixFDList #

ManagedPtrNewtype UnixFDMessage 
Instance details

Defined in GI.Gio.Objects.UnixFDMessage

Methods

toManagedPtr :: UnixFDMessage -> ManagedPtr UnixFDMessage #

ManagedPtrNewtype UnixInputStream 
Instance details

Defined in GI.Gio.Objects.UnixInputStream

Methods

toManagedPtr :: UnixInputStream -> ManagedPtr UnixInputStream #

ManagedPtrNewtype UnixMountMonitor 
Instance details

Defined in GI.Gio.Objects.UnixMountMonitor

Methods

toManagedPtr :: UnixMountMonitor -> ManagedPtr UnixMountMonitor #

ManagedPtrNewtype UnixOutputStream 
Instance details

Defined in GI.Gio.Objects.UnixOutputStream

Methods

toManagedPtr :: UnixOutputStream -> ManagedPtr UnixOutputStream #

ManagedPtrNewtype UnixSocketAddress 
Instance details

Defined in GI.Gio.Objects.UnixSocketAddress

Methods

toManagedPtr :: UnixSocketAddress -> ManagedPtr UnixSocketAddress #

ManagedPtrNewtype Vfs 
Instance details

Defined in GI.Gio.Objects.Vfs

Methods

toManagedPtr :: Vfs -> ManagedPtr Vfs #

ManagedPtrNewtype VolumeMonitor 
Instance details

Defined in GI.Gio.Objects.VolumeMonitor

Methods

toManagedPtr :: VolumeMonitor -> ManagedPtr VolumeMonitor #

ManagedPtrNewtype ZlibCompressor 
Instance details

Defined in GI.Gio.Objects.ZlibCompressor

Methods

toManagedPtr :: ZlibCompressor -> ManagedPtr ZlibCompressor #

ManagedPtrNewtype ZlibDecompressor 
Instance details

Defined in GI.Gio.Objects.ZlibDecompressor

Methods

toManagedPtr :: ZlibDecompressor -> ManagedPtr ZlibDecompressor #

ManagedPtrNewtype ActionEntry 
Instance details

Defined in GI.Gio.Structs.ActionEntry

Methods

toManagedPtr :: ActionEntry -> ManagedPtr ActionEntry #

ManagedPtrNewtype DBusAnnotationInfo 
Instance details

Defined in GI.Gio.Structs.DBusAnnotationInfo

Methods

toManagedPtr :: DBusAnnotationInfo -> ManagedPtr DBusAnnotationInfo #

ManagedPtrNewtype DBusArgInfo 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

Methods

toManagedPtr :: DBusArgInfo -> ManagedPtr DBusArgInfo #

ManagedPtrNewtype DBusErrorEntry 
Instance details

Defined in GI.Gio.Structs.DBusErrorEntry

Methods

toManagedPtr :: DBusErrorEntry -> ManagedPtr DBusErrorEntry #

ManagedPtrNewtype DBusInterfaceInfo 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceInfo

Methods

toManagedPtr :: DBusInterfaceInfo -> ManagedPtr DBusInterfaceInfo #

ManagedPtrNewtype DBusInterfaceVTable 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceVTable

Methods

toManagedPtr :: DBusInterfaceVTable -> ManagedPtr DBusInterfaceVTable #

ManagedPtrNewtype DBusMethodInfo 
Instance details

Defined in GI.Gio.Structs.DBusMethodInfo

Methods

toManagedPtr :: DBusMethodInfo -> ManagedPtr DBusMethodInfo #

ManagedPtrNewtype DBusNodeInfo 
Instance details

Defined in GI.Gio.Structs.DBusNodeInfo

Methods

toManagedPtr :: DBusNodeInfo -> ManagedPtr DBusNodeInfo #

ManagedPtrNewtype DBusPropertyInfo 
Instance details

Defined in GI.Gio.Structs.DBusPropertyInfo

Methods

toManagedPtr :: DBusPropertyInfo -> ManagedPtr DBusPropertyInfo #

ManagedPtrNewtype DBusSignalInfo 
Instance details

Defined in GI.Gio.Structs.DBusSignalInfo

Methods

toManagedPtr :: DBusSignalInfo -> ManagedPtr DBusSignalInfo #

ManagedPtrNewtype DBusSubtreeVTable 
Instance details

Defined in GI.Gio.Structs.DBusSubtreeVTable

Methods

toManagedPtr :: DBusSubtreeVTable -> ManagedPtr DBusSubtreeVTable #

ManagedPtrNewtype FileAttributeInfo 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfo

Methods

toManagedPtr :: FileAttributeInfo -> ManagedPtr FileAttributeInfo #

ManagedPtrNewtype FileAttributeInfoList 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfoList

Methods

toManagedPtr :: FileAttributeInfoList -> ManagedPtr FileAttributeInfoList #

ManagedPtrNewtype FileAttributeMatcher 
Instance details

Defined in GI.Gio.Structs.FileAttributeMatcher

Methods

toManagedPtr :: FileAttributeMatcher -> ManagedPtr FileAttributeMatcher #

ManagedPtrNewtype IOExtension 
Instance details

Defined in GI.Gio.Structs.IOExtension

Methods

toManagedPtr :: IOExtension -> ManagedPtr IOExtension #

ManagedPtrNewtype IOExtensionPoint 
Instance details

Defined in GI.Gio.Structs.IOExtensionPoint

Methods

toManagedPtr :: IOExtensionPoint -> ManagedPtr IOExtensionPoint #

ManagedPtrNewtype IOModuleScope 
Instance details

Defined in GI.Gio.Structs.IOModuleScope

Methods

toManagedPtr :: IOModuleScope -> ManagedPtr IOModuleScope #

ManagedPtrNewtype IOSchedulerJob 
Instance details

Defined in GI.Gio.Structs.IOSchedulerJob

Methods

toManagedPtr :: IOSchedulerJob -> ManagedPtr IOSchedulerJob #

ManagedPtrNewtype IOStreamAdapter 
Instance details

Defined in GI.Gio.Structs.IOStreamAdapter

Methods

toManagedPtr :: IOStreamAdapter -> ManagedPtr IOStreamAdapter #

ManagedPtrNewtype InputMessage 
Instance details

Defined in GI.Gio.Structs.InputMessage

Methods

toManagedPtr :: InputMessage -> ManagedPtr InputMessage #

ManagedPtrNewtype InputStreamClass 
Instance details

Defined in GI.Gio.Structs.InputStreamClass

Methods

toManagedPtr :: InputStreamClass -> ManagedPtr InputStreamClass #

ManagedPtrNewtype InputVector 
Instance details

Defined in GI.Gio.Structs.InputVector

Methods

toManagedPtr :: InputVector -> ManagedPtr InputVector #

ManagedPtrNewtype OutputMessage 
Instance details

Defined in GI.Gio.Structs.OutputMessage

Methods

toManagedPtr :: OutputMessage -> ManagedPtr OutputMessage #

ManagedPtrNewtype OutputVector 
Instance details

Defined in GI.Gio.Structs.OutputVector

Methods

toManagedPtr :: OutputVector -> ManagedPtr OutputVector #

ManagedPtrNewtype Resource 
Instance details

Defined in GI.Gio.Structs.Resource

Methods

toManagedPtr :: Resource -> ManagedPtr Resource #

ManagedPtrNewtype SeekableIface 
Instance details

Defined in GI.Gio.Structs.SeekableIface

Methods

toManagedPtr :: SeekableIface -> ManagedPtr SeekableIface #

ManagedPtrNewtype SettingsSchema 
Instance details

Defined in GI.Gio.Structs.SettingsSchema

Methods

toManagedPtr :: SettingsSchema -> ManagedPtr SettingsSchema #

ManagedPtrNewtype SettingsSchemaKey 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaKey

Methods

toManagedPtr :: SettingsSchemaKey -> ManagedPtr SettingsSchemaKey #

ManagedPtrNewtype SettingsSchemaSource 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaSource

Methods

toManagedPtr :: SettingsSchemaSource -> ManagedPtr SettingsSchemaSource #

ManagedPtrNewtype SrvTarget 
Instance details

Defined in GI.Gio.Structs.SrvTarget

Methods

toManagedPtr :: SrvTarget -> ManagedPtr SrvTarget #

ManagedPtrNewtype StaticResource 
Instance details

Defined in GI.Gio.Structs.StaticResource

Methods

toManagedPtr :: StaticResource -> ManagedPtr StaticResource #

ManagedPtrNewtype UnixMountEntry 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

Methods

toManagedPtr :: UnixMountEntry -> ManagedPtr UnixMountEntry #

ManagedPtrNewtype UnixMountPoint 
Instance details

Defined in GI.Gio.Structs.UnixMountPoint

Methods

toManagedPtr :: UnixMountPoint -> ManagedPtr UnixMountPoint #

ManagedPtrNewtype Allocator 
Instance details

Defined in GI.GLib.Structs.Allocator

Methods

toManagedPtr :: Allocator -> ManagedPtr Allocator #

ManagedPtrNewtype AsyncQueue 
Instance details

Defined in GI.GLib.Structs.AsyncQueue

Methods

toManagedPtr :: AsyncQueue -> ManagedPtr AsyncQueue #

ManagedPtrNewtype BookmarkFile 
Instance details

Defined in GI.GLib.Structs.BookmarkFile

Methods

toManagedPtr :: BookmarkFile -> ManagedPtr BookmarkFile #

ManagedPtrNewtype ByteArray 
Instance details

Defined in GI.GLib.Structs.ByteArray

Methods

toManagedPtr :: ByteArray -> ManagedPtr ByteArray #

ManagedPtrNewtype Bytes 
Instance details

Defined in GI.GLib.Structs.Bytes

Methods

toManagedPtr :: Bytes -> ManagedPtr Bytes #

ManagedPtrNewtype Cache 
Instance details

Defined in GI.GLib.Structs.Cache

Methods

toManagedPtr :: Cache -> ManagedPtr Cache #

ManagedPtrNewtype Checksum 
Instance details

Defined in GI.GLib.Structs.Checksum

Methods

toManagedPtr :: Checksum -> ManagedPtr Checksum #

ManagedPtrNewtype Completion 
Instance details

Defined in GI.GLib.Structs.Completion

Methods

toManagedPtr :: Completion -> ManagedPtr Completion #

ManagedPtrNewtype Cond 
Instance details

Defined in GI.GLib.Structs.Cond

Methods

toManagedPtr :: Cond -> ManagedPtr Cond #

ManagedPtrNewtype Data 
Instance details

Defined in GI.GLib.Structs.Data

Methods

toManagedPtr :: Data -> ManagedPtr Data #

ManagedPtrNewtype Date 
Instance details

Defined in GI.GLib.Structs.Date

Methods

toManagedPtr :: Date -> ManagedPtr Date #

ManagedPtrNewtype DateTime 
Instance details

Defined in GI.GLib.Structs.DateTime

Methods

toManagedPtr :: DateTime -> ManagedPtr DateTime #

ManagedPtrNewtype DebugKey 
Instance details

Defined in GI.GLib.Structs.DebugKey

Methods

toManagedPtr :: DebugKey -> ManagedPtr DebugKey #

ManagedPtrNewtype Dir 
Instance details

Defined in GI.GLib.Structs.Dir

Methods

toManagedPtr :: Dir -> ManagedPtr Dir #

ManagedPtrNewtype HashTableIter 
Instance details

Defined in GI.GLib.Structs.HashTableIter

Methods

toManagedPtr :: HashTableIter -> ManagedPtr HashTableIter #

ManagedPtrNewtype Hmac 
Instance details

Defined in GI.GLib.Structs.Hmac

Methods

toManagedPtr :: Hmac -> ManagedPtr Hmac #

ManagedPtrNewtype Hook 
Instance details

Defined in GI.GLib.Structs.Hook

Methods

toManagedPtr :: Hook -> ManagedPtr Hook #

ManagedPtrNewtype HookList 
Instance details

Defined in GI.GLib.Structs.HookList

Methods

toManagedPtr :: HookList -> ManagedPtr HookList #

ManagedPtrNewtype IOChannel 
Instance details

Defined in GI.GLib.Structs.IOChannel

Methods

toManagedPtr :: IOChannel -> ManagedPtr IOChannel #

ManagedPtrNewtype IOFuncs 
Instance details

Defined in GI.GLib.Structs.IOFuncs

Methods

toManagedPtr :: IOFuncs -> ManagedPtr IOFuncs #

ManagedPtrNewtype KeyFile 
Instance details

Defined in GI.GLib.Structs.KeyFile

Methods

toManagedPtr :: KeyFile -> ManagedPtr KeyFile #

ManagedPtrNewtype LogField 
Instance details

Defined in GI.GLib.Structs.LogField

Methods

toManagedPtr :: LogField -> ManagedPtr LogField #

ManagedPtrNewtype MainContext 
Instance details

Defined in GI.GLib.Structs.MainContext

Methods

toManagedPtr :: MainContext -> ManagedPtr MainContext #

ManagedPtrNewtype MainLoop 
Instance details

Defined in GI.GLib.Structs.MainLoop

Methods

toManagedPtr :: MainLoop -> ManagedPtr MainLoop #

ManagedPtrNewtype MappedFile 
Instance details

Defined in GI.GLib.Structs.MappedFile

Methods

toManagedPtr :: MappedFile -> ManagedPtr MappedFile #

ManagedPtrNewtype MarkupParseContext 
Instance details

Defined in GI.GLib.Structs.MarkupParseContext

Methods

toManagedPtr :: MarkupParseContext -> ManagedPtr MarkupParseContext #

ManagedPtrNewtype MarkupParser 
Instance details

Defined in GI.GLib.Structs.MarkupParser

Methods

toManagedPtr :: MarkupParser -> ManagedPtr MarkupParser #

ManagedPtrNewtype MatchInfo 
Instance details

Defined in GI.GLib.Structs.MatchInfo

Methods

toManagedPtr :: MatchInfo -> ManagedPtr MatchInfo #

ManagedPtrNewtype MemChunk 
Instance details

Defined in GI.GLib.Structs.MemChunk

Methods

toManagedPtr :: MemChunk -> ManagedPtr MemChunk #

ManagedPtrNewtype MemVTable 
Instance details

Defined in GI.GLib.Structs.MemVTable

Methods

toManagedPtr :: MemVTable -> ManagedPtr MemVTable #

ManagedPtrNewtype Node 
Instance details

Defined in GI.GLib.Structs.Node

Methods

toManagedPtr :: Node -> ManagedPtr Node #

ManagedPtrNewtype Once 
Instance details

Defined in GI.GLib.Structs.Once

Methods

toManagedPtr :: Once -> ManagedPtr Once #

ManagedPtrNewtype OptionContext 
Instance details

Defined in GI.GLib.Structs.OptionContext

Methods

toManagedPtr :: OptionContext -> ManagedPtr OptionContext #

ManagedPtrNewtype OptionEntry 
Instance details

Defined in GI.GLib.Structs.OptionEntry

Methods

toManagedPtr :: OptionEntry -> ManagedPtr OptionEntry #

ManagedPtrNewtype OptionGroup 
Instance details

Defined in GI.GLib.Structs.OptionGroup

Methods

toManagedPtr :: OptionGroup -> ManagedPtr OptionGroup #

ManagedPtrNewtype PathBuf 
Instance details

Defined in GI.GLib.Structs.PathBuf

Methods

toManagedPtr :: PathBuf -> ManagedPtr PathBuf #

ManagedPtrNewtype PatternSpec 
Instance details

Defined in GI.GLib.Structs.PatternSpec

Methods

toManagedPtr :: PatternSpec -> ManagedPtr PatternSpec #

ManagedPtrNewtype PollFD 
Instance details

Defined in GI.GLib.Structs.PollFD

Methods

toManagedPtr :: PollFD -> ManagedPtr PollFD #

ManagedPtrNewtype PtrArray 
Instance details

Defined in GI.GLib.Structs.PtrArray

Methods

toManagedPtr :: PtrArray -> ManagedPtr PtrArray #

ManagedPtrNewtype Queue 
Instance details

Defined in GI.GLib.Structs.Queue

Methods

toManagedPtr :: Queue -> ManagedPtr Queue #

ManagedPtrNewtype RWLock 
Instance details

Defined in GI.GLib.Structs.RWLock

Methods

toManagedPtr :: RWLock -> ManagedPtr RWLock #

ManagedPtrNewtype Rand 
Instance details

Defined in GI.GLib.Structs.Rand

Methods

toManagedPtr :: Rand -> ManagedPtr Rand #

ManagedPtrNewtype RecMutex 
Instance details

Defined in GI.GLib.Structs.RecMutex

Methods

toManagedPtr :: RecMutex -> ManagedPtr RecMutex #

ManagedPtrNewtype Regex 
Instance details

Defined in GI.GLib.Structs.Regex

Methods

toManagedPtr :: Regex -> ManagedPtr Regex #

ManagedPtrNewtype Relation 
Instance details

Defined in GI.GLib.Structs.Relation

Methods

toManagedPtr :: Relation -> ManagedPtr Relation #

ManagedPtrNewtype Scanner 
Instance details

Defined in GI.GLib.Structs.Scanner

Methods

toManagedPtr :: Scanner -> ManagedPtr Scanner #

ManagedPtrNewtype ScannerConfig 
Instance details

Defined in GI.GLib.Structs.ScannerConfig

Methods

toManagedPtr :: ScannerConfig -> ManagedPtr ScannerConfig #

ManagedPtrNewtype Sequence 
Instance details

Defined in GI.GLib.Structs.Sequence

Methods

toManagedPtr :: Sequence -> ManagedPtr Sequence #

ManagedPtrNewtype SequenceIter 
Instance details

Defined in GI.GLib.Structs.SequenceIter

Methods

toManagedPtr :: SequenceIter -> ManagedPtr SequenceIter #

ManagedPtrNewtype Source 
Instance details

Defined in GI.GLib.Structs.Source

Methods

toManagedPtr :: Source -> ManagedPtr Source #

ManagedPtrNewtype SourceCallbackFuncs 
Instance details

Defined in GI.GLib.Structs.SourceCallbackFuncs

Methods

toManagedPtr :: SourceCallbackFuncs -> ManagedPtr SourceCallbackFuncs #

ManagedPtrNewtype SourceFuncs 
Instance details

Defined in GI.GLib.Structs.SourceFuncs

Methods

toManagedPtr :: SourceFuncs -> ManagedPtr SourceFuncs #

ManagedPtrNewtype StatBuf 
Instance details

Defined in GI.GLib.Structs.StatBuf

Methods

toManagedPtr :: StatBuf -> ManagedPtr StatBuf #

ManagedPtrNewtype String 
Instance details

Defined in GI.GLib.Structs.String

Methods

toManagedPtr :: String -> ManagedPtr String #

ManagedPtrNewtype StringChunk 
Instance details

Defined in GI.GLib.Structs.StringChunk

Methods

toManagedPtr :: StringChunk -> ManagedPtr StringChunk #

ManagedPtrNewtype StrvBuilder 
Instance details

Defined in GI.GLib.Structs.StrvBuilder

Methods

toManagedPtr :: StrvBuilder -> ManagedPtr StrvBuilder #

ManagedPtrNewtype TestCase 
Instance details

Defined in GI.GLib.Structs.TestCase

Methods

toManagedPtr :: TestCase -> ManagedPtr TestCase #

ManagedPtrNewtype TestConfig 
Instance details

Defined in GI.GLib.Structs.TestConfig

Methods

toManagedPtr :: TestConfig -> ManagedPtr TestConfig #

ManagedPtrNewtype TestLogBuffer 
Instance details

Defined in GI.GLib.Structs.TestLogBuffer

Methods

toManagedPtr :: TestLogBuffer -> ManagedPtr TestLogBuffer #

ManagedPtrNewtype TestLogMsg 
Instance details

Defined in GI.GLib.Structs.TestLogMsg

Methods

toManagedPtr :: TestLogMsg -> ManagedPtr TestLogMsg #

ManagedPtrNewtype TestSuite 
Instance details

Defined in GI.GLib.Structs.TestSuite

Methods

toManagedPtr :: TestSuite -> ManagedPtr TestSuite #

ManagedPtrNewtype Thread 
Instance details

Defined in GI.GLib.Structs.Thread

Methods

toManagedPtr :: Thread -> ManagedPtr Thread #

ManagedPtrNewtype ThreadPool 
Instance details

Defined in GI.GLib.Structs.ThreadPool

Methods

toManagedPtr :: ThreadPool -> ManagedPtr ThreadPool #

ManagedPtrNewtype TimeVal 
Instance details

Defined in GI.GLib.Structs.TimeVal

Methods

toManagedPtr :: TimeVal -> ManagedPtr TimeVal #

ManagedPtrNewtype TimeZone 
Instance details

Defined in GI.GLib.Structs.TimeZone

Methods

toManagedPtr :: TimeZone -> ManagedPtr TimeZone #

ManagedPtrNewtype Timer 
Instance details

Defined in GI.GLib.Structs.Timer

Methods

toManagedPtr :: Timer -> ManagedPtr Timer #

ManagedPtrNewtype TrashStack 
Instance details

Defined in GI.GLib.Structs.TrashStack

Methods

toManagedPtr :: TrashStack -> ManagedPtr TrashStack #

ManagedPtrNewtype Tree 
Instance details

Defined in GI.GLib.Structs.Tree

Methods

toManagedPtr :: Tree -> ManagedPtr Tree #

ManagedPtrNewtype TreeNode 
Instance details

Defined in GI.GLib.Structs.TreeNode

Methods

toManagedPtr :: TreeNode -> ManagedPtr TreeNode #

ManagedPtrNewtype Tuples 
Instance details

Defined in GI.GLib.Structs.Tuples

Methods

toManagedPtr :: Tuples -> ManagedPtr Tuples #

ManagedPtrNewtype UnixPipe 
Instance details

Defined in GI.GLib.Structs.UnixPipe

Methods

toManagedPtr :: UnixPipe -> ManagedPtr UnixPipe #

ManagedPtrNewtype Uri 
Instance details

Defined in GI.GLib.Structs.Uri

Methods

toManagedPtr :: Uri -> ManagedPtr Uri #

ManagedPtrNewtype UriParamsIter 
Instance details

Defined in GI.GLib.Structs.UriParamsIter

Methods

toManagedPtr :: UriParamsIter -> ManagedPtr UriParamsIter #

ManagedPtrNewtype VariantBuilder 
Instance details

Defined in GI.GLib.Structs.VariantBuilder

Methods

toManagedPtr :: VariantBuilder -> ManagedPtr VariantBuilder #

ManagedPtrNewtype VariantDict 
Instance details

Defined in GI.GLib.Structs.VariantDict

Methods

toManagedPtr :: VariantDict -> ManagedPtr VariantDict #

ManagedPtrNewtype VariantType 
Instance details

Defined in GI.GLib.Structs.VariantType

Methods

toManagedPtr :: VariantType -> ManagedPtr VariantType #

ManagedPtrNewtype DoubleIEEE754 
Instance details

Defined in GI.GLib.Unions.DoubleIEEE754

Methods

toManagedPtr :: DoubleIEEE754 -> ManagedPtr DoubleIEEE754 #

ManagedPtrNewtype FloatIEEE754 
Instance details

Defined in GI.GLib.Unions.FloatIEEE754

Methods

toManagedPtr :: FloatIEEE754 -> ManagedPtr FloatIEEE754 #

ManagedPtrNewtype Mutex 
Instance details

Defined in GI.GLib.Unions.Mutex

Methods

toManagedPtr :: Mutex -> ManagedPtr Mutex #

ManagedPtrNewtype TokenValue 
Instance details

Defined in GI.GLib.Unions.TokenValue

Methods

toManagedPtr :: TokenValue -> ManagedPtr TokenValue #

ManagedPtrNewtype Module 
Instance details

Defined in GI.GModule.Structs.Module

Methods

toManagedPtr :: Module -> ManagedPtr Module #

ManagedPtrNewtype TypePlugin 
Instance details

Defined in GI.GObject.Interfaces.TypePlugin

Methods

toManagedPtr :: TypePlugin -> ManagedPtr TypePlugin #

ManagedPtrNewtype Binding 
Instance details

Defined in GI.GObject.Objects.Binding

Methods

toManagedPtr :: Binding -> ManagedPtr Binding #

ManagedPtrNewtype BindingGroup 
Instance details

Defined in GI.GObject.Objects.BindingGroup

Methods

toManagedPtr :: BindingGroup -> ManagedPtr BindingGroup #

ManagedPtrNewtype InitiallyUnowned 
Instance details

Defined in GI.GObject.Objects.InitiallyUnowned

Methods

toManagedPtr :: InitiallyUnowned -> ManagedPtr InitiallyUnowned #

ManagedPtrNewtype Object 
Instance details

Defined in GI.GObject.Objects.Object

Methods

toManagedPtr :: Object -> ManagedPtr Object #

ManagedPtrNewtype ParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

toManagedPtr :: ParamSpec -> ManagedPtr ParamSpec #

ManagedPtrNewtype ParamSpecBoolean 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

Methods

toManagedPtr :: ParamSpecBoolean -> ManagedPtr ParamSpecBoolean #

ManagedPtrNewtype ParamSpecBoxed 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoxed

Methods

toManagedPtr :: ParamSpecBoxed -> ManagedPtr ParamSpecBoxed #

ManagedPtrNewtype ParamSpecChar 
Instance details

Defined in GI.GObject.Objects.ParamSpecChar

Methods

toManagedPtr :: ParamSpecChar -> ManagedPtr ParamSpecChar #

ManagedPtrNewtype ParamSpecDouble 
Instance details

Defined in GI.GObject.Objects.ParamSpecDouble

Methods

toManagedPtr :: ParamSpecDouble -> ManagedPtr ParamSpecDouble #

ManagedPtrNewtype ParamSpecEnum 
Instance details

Defined in GI.GObject.Objects.ParamSpecEnum

Methods

toManagedPtr :: ParamSpecEnum -> ManagedPtr ParamSpecEnum #

ManagedPtrNewtype ParamSpecFlags 
Instance details

Defined in GI.GObject.Objects.ParamSpecFlags

Methods

toManagedPtr :: ParamSpecFlags -> ManagedPtr ParamSpecFlags #

ManagedPtrNewtype ParamSpecFloat 
Instance details

Defined in GI.GObject.Objects.ParamSpecFloat

Methods

toManagedPtr :: ParamSpecFloat -> ManagedPtr ParamSpecFloat #

ManagedPtrNewtype ParamSpecGType 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

Methods

toManagedPtr :: ParamSpecGType -> ManagedPtr ParamSpecGType #

ManagedPtrNewtype ParamSpecInt 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

Methods

toManagedPtr :: ParamSpecInt -> ManagedPtr ParamSpecInt #

ManagedPtrNewtype ParamSpecInt64 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

Methods

toManagedPtr :: ParamSpecInt64 -> ManagedPtr ParamSpecInt64 #

ManagedPtrNewtype ParamSpecLong 
Instance details

Defined in GI.GObject.Objects.ParamSpecLong

Methods

toManagedPtr :: ParamSpecLong -> ManagedPtr ParamSpecLong #

ManagedPtrNewtype ParamSpecObject 
Instance details

Defined in GI.GObject.Objects.ParamSpecObject

Methods

toManagedPtr :: ParamSpecObject -> ManagedPtr ParamSpecObject #

ManagedPtrNewtype ParamSpecOverride 
Instance details

Defined in GI.GObject.Objects.ParamSpecOverride

Methods

toManagedPtr :: ParamSpecOverride -> ManagedPtr ParamSpecOverride #

ManagedPtrNewtype ParamSpecParam 
Instance details

Defined in GI.GObject.Objects.ParamSpecParam

Methods

toManagedPtr :: ParamSpecParam -> ManagedPtr ParamSpecParam #

ManagedPtrNewtype ParamSpecPointer 
Instance details

Defined in GI.GObject.Objects.ParamSpecPointer

Methods

toManagedPtr :: ParamSpecPointer -> ManagedPtr ParamSpecPointer #

ManagedPtrNewtype ParamSpecString 
Instance details

Defined in GI.GObject.Objects.ParamSpecString

Methods

toManagedPtr :: ParamSpecString -> ManagedPtr ParamSpecString #

ManagedPtrNewtype ParamSpecUChar 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

Methods

toManagedPtr :: ParamSpecUChar -> ManagedPtr ParamSpecUChar #

ManagedPtrNewtype ParamSpecUInt 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

Methods

toManagedPtr :: ParamSpecUInt -> ManagedPtr ParamSpecUInt #

ManagedPtrNewtype ParamSpecUInt64 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

Methods

toManagedPtr :: ParamSpecUInt64 -> ManagedPtr ParamSpecUInt64 #

ManagedPtrNewtype ParamSpecULong 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

Methods

toManagedPtr :: ParamSpecULong -> ManagedPtr ParamSpecULong #

ManagedPtrNewtype ParamSpecUnichar 
Instance details

Defined in GI.GObject.Objects.ParamSpecUnichar

Methods

toManagedPtr :: ParamSpecUnichar -> ManagedPtr ParamSpecUnichar #

ManagedPtrNewtype ParamSpecValueArray 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

Methods

toManagedPtr :: ParamSpecValueArray -> ManagedPtr ParamSpecValueArray #

ManagedPtrNewtype ParamSpecVariant 
Instance details

Defined in GI.GObject.Objects.ParamSpecVariant

Methods

toManagedPtr :: ParamSpecVariant -> ManagedPtr ParamSpecVariant #

ManagedPtrNewtype SignalGroup 
Instance details

Defined in GI.GObject.Objects.SignalGroup

Methods

toManagedPtr :: SignalGroup -> ManagedPtr SignalGroup #

ManagedPtrNewtype TypeModule 
Instance details

Defined in GI.GObject.Objects.TypeModule

Methods

toManagedPtr :: TypeModule -> ManagedPtr TypeModule #

ManagedPtrNewtype CClosure 
Instance details

Defined in GI.GObject.Structs.CClosure

Methods

toManagedPtr :: CClosure -> ManagedPtr CClosure #

ManagedPtrNewtype ClosureNotifyData 
Instance details

Defined in GI.GObject.Structs.ClosureNotifyData

Methods

toManagedPtr :: ClosureNotifyData -> ManagedPtr ClosureNotifyData #

ManagedPtrNewtype EnumClass 
Instance details

Defined in GI.GObject.Structs.EnumClass

Methods

toManagedPtr :: EnumClass -> ManagedPtr EnumClass #

ManagedPtrNewtype EnumValue 
Instance details

Defined in GI.GObject.Structs.EnumValue

Methods

toManagedPtr :: EnumValue -> ManagedPtr EnumValue #

ManagedPtrNewtype FlagsClass 
Instance details

Defined in GI.GObject.Structs.FlagsClass

Methods

toManagedPtr :: FlagsClass -> ManagedPtr FlagsClass #

ManagedPtrNewtype FlagsValue 
Instance details

Defined in GI.GObject.Structs.FlagsValue

Methods

toManagedPtr :: FlagsValue -> ManagedPtr FlagsValue #

ManagedPtrNewtype InitiallyUnownedClass 
Instance details

Defined in GI.GObject.Structs.InitiallyUnownedClass

Methods

toManagedPtr :: InitiallyUnownedClass -> ManagedPtr InitiallyUnownedClass #

ManagedPtrNewtype InterfaceInfo 
Instance details

Defined in GI.GObject.Structs.InterfaceInfo

Methods

toManagedPtr :: InterfaceInfo -> ManagedPtr InterfaceInfo #

ManagedPtrNewtype ObjectClass 
Instance details

Defined in GI.GObject.Structs.ObjectClass

Methods

toManagedPtr :: ObjectClass -> ManagedPtr ObjectClass #

ManagedPtrNewtype ObjectConstructParam 
Instance details

Defined in GI.GObject.Structs.ObjectConstructParam

Methods

toManagedPtr :: ObjectConstructParam -> ManagedPtr ObjectConstructParam #

ManagedPtrNewtype ParamSpecPool 
Instance details

Defined in GI.GObject.Structs.ParamSpecPool

Methods

toManagedPtr :: ParamSpecPool -> ManagedPtr ParamSpecPool #

ManagedPtrNewtype ParamSpecTypeInfo 
Instance details

Defined in GI.GObject.Structs.ParamSpecTypeInfo

Methods

toManagedPtr :: ParamSpecTypeInfo -> ManagedPtr ParamSpecTypeInfo #

ManagedPtrNewtype Parameter 
Instance details

Defined in GI.GObject.Structs.Parameter

Methods

toManagedPtr :: Parameter -> ManagedPtr Parameter #

ManagedPtrNewtype SignalInvocationHint 
Instance details

Defined in GI.GObject.Structs.SignalInvocationHint

Methods

toManagedPtr :: SignalInvocationHint -> ManagedPtr SignalInvocationHint #

ManagedPtrNewtype SignalQuery 
Instance details

Defined in GI.GObject.Structs.SignalQuery

Methods

toManagedPtr :: SignalQuery -> ManagedPtr SignalQuery #

ManagedPtrNewtype TypeClass 
Instance details

Defined in GI.GObject.Structs.TypeClass

Methods

toManagedPtr :: TypeClass -> ManagedPtr TypeClass #

ManagedPtrNewtype TypeFundamentalInfo 
Instance details

Defined in GI.GObject.Structs.TypeFundamentalInfo

Methods

toManagedPtr :: TypeFundamentalInfo -> ManagedPtr TypeFundamentalInfo #

ManagedPtrNewtype TypeInfo 
Instance details

Defined in GI.GObject.Structs.TypeInfo

Methods

toManagedPtr :: TypeInfo -> ManagedPtr TypeInfo #

ManagedPtrNewtype TypeInstance 
Instance details

Defined in GI.GObject.Structs.TypeInstance

Methods

toManagedPtr :: TypeInstance -> ManagedPtr TypeInstance #

ManagedPtrNewtype TypeInterface 
Instance details

Defined in GI.GObject.Structs.TypeInterface

Methods

toManagedPtr :: TypeInterface -> ManagedPtr TypeInterface #

ManagedPtrNewtype TypeQuery 
Instance details

Defined in GI.GObject.Structs.TypeQuery

Methods

toManagedPtr :: TypeQuery -> ManagedPtr TypeQuery #

ManagedPtrNewtype TypeValueTable 
Instance details

Defined in GI.GObject.Structs.TypeValueTable

Methods

toManagedPtr :: TypeValueTable -> ManagedPtr TypeValueTable #

ManagedPtrNewtype ValueArray 
Instance details

Defined in GI.GObject.Structs.ValueArray

Methods

toManagedPtr :: ValueArray -> ManagedPtr ValueArray #

ManagedPtrNewtype WeakRef 
Instance details

Defined in GI.GObject.Structs.WeakRef

Methods

toManagedPtr :: WeakRef -> ManagedPtr WeakRef #

ManagedPtrNewtype TypeCValue 
Instance details

Defined in GI.GObject.Unions.TypeCValue

Methods

toManagedPtr :: TypeCValue -> ManagedPtr TypeCValue #

ManagedPtrNewtype Value_Data_Union_ 
Instance details

Defined in GI.GObject.Unions.Value_Data_Union_

Methods

toManagedPtr :: Value_Data_Union_ -> ManagedPtr Value_Data_Union_ #

ManagedPtrNewtype Box 
Instance details

Defined in GI.Graphene.Structs.Box

ManagedPtrNewtype Euler 
Instance details

Defined in GI.Graphene.Structs.Euler

ManagedPtrNewtype Frustum 
Instance details

Defined in GI.Graphene.Structs.Frustum

ManagedPtrNewtype Matrix 
Instance details

Defined in GI.Graphene.Structs.Matrix

ManagedPtrNewtype Plane 
Instance details

Defined in GI.Graphene.Structs.Plane

ManagedPtrNewtype Point 
Instance details

Defined in GI.Graphene.Structs.Point

ManagedPtrNewtype Point3D 
Instance details

Defined in GI.Graphene.Structs.Point3D

ManagedPtrNewtype Quad 
Instance details

Defined in GI.Graphene.Structs.Quad

ManagedPtrNewtype Quaternion 
Instance details

Defined in GI.Graphene.Structs.Quaternion

ManagedPtrNewtype Ray 
Instance details

Defined in GI.Graphene.Structs.Ray

ManagedPtrNewtype Rect 
Instance details

Defined in GI.Graphene.Structs.Rect

ManagedPtrNewtype Simd4F 
Instance details

Defined in GI.Graphene.Structs.Simd4F

ManagedPtrNewtype Simd4X4F 
Instance details

Defined in GI.Graphene.Structs.Simd4X4F

ManagedPtrNewtype Size 
Instance details

Defined in GI.Graphene.Structs.Size

ManagedPtrNewtype Sphere 
Instance details

Defined in GI.Graphene.Structs.Sphere

ManagedPtrNewtype Triangle 
Instance details

Defined in GI.Graphene.Structs.Triangle

ManagedPtrNewtype Vec2 
Instance details

Defined in GI.Graphene.Structs.Vec2

ManagedPtrNewtype Vec3 
Instance details

Defined in GI.Graphene.Structs.Vec3

ManagedPtrNewtype Vec4 
Instance details

Defined in GI.Graphene.Structs.Vec4

ManagedPtrNewtype BlendNode 
Instance details

Defined in GI.Gsk.Objects.BlendNode

ManagedPtrNewtype BlurNode 
Instance details

Defined in GI.Gsk.Objects.BlurNode

ManagedPtrNewtype BorderNode 
Instance details

Defined in GI.Gsk.Objects.BorderNode

ManagedPtrNewtype BroadwayRenderer 
Instance details

Defined in GI.Gsk.Objects.BroadwayRenderer

ManagedPtrNewtype CairoNode 
Instance details

Defined in GI.Gsk.Objects.CairoNode

ManagedPtrNewtype CairoRenderer 
Instance details

Defined in GI.Gsk.Objects.CairoRenderer

ManagedPtrNewtype ClipNode 
Instance details

Defined in GI.Gsk.Objects.ClipNode

ManagedPtrNewtype ColorMatrixNode 
Instance details

Defined in GI.Gsk.Objects.ColorMatrixNode

ManagedPtrNewtype ColorNode 
Instance details

Defined in GI.Gsk.Objects.ColorNode

ManagedPtrNewtype ConicGradientNode 
Instance details

Defined in GI.Gsk.Objects.ConicGradientNode

ManagedPtrNewtype ContainerNode 
Instance details

Defined in GI.Gsk.Objects.ContainerNode

ManagedPtrNewtype CrossFadeNode 
Instance details

Defined in GI.Gsk.Objects.CrossFadeNode

ManagedPtrNewtype DebugNode 
Instance details

Defined in GI.Gsk.Objects.DebugNode

ManagedPtrNewtype FillNode 
Instance details

Defined in GI.Gsk.Objects.FillNode

ManagedPtrNewtype GLRenderer 
Instance details

Defined in GI.Gsk.Objects.GLRenderer

ManagedPtrNewtype GLShader 
Instance details

Defined in GI.Gsk.Objects.GLShader

ManagedPtrNewtype GLShaderNode 
Instance details

Defined in GI.Gsk.Objects.GLShaderNode

ManagedPtrNewtype InsetShadowNode 
Instance details

Defined in GI.Gsk.Objects.InsetShadowNode

ManagedPtrNewtype LinearGradientNode 
Instance details

Defined in GI.Gsk.Objects.LinearGradientNode

ManagedPtrNewtype MaskNode 
Instance details

Defined in GI.Gsk.Objects.MaskNode

ManagedPtrNewtype NglRenderer 
Instance details

Defined in GI.Gsk.Objects.NglRenderer

ManagedPtrNewtype OpacityNode 
Instance details

Defined in GI.Gsk.Objects.OpacityNode

ManagedPtrNewtype OutsetShadowNode 
Instance details

Defined in GI.Gsk.Objects.OutsetShadowNode

ManagedPtrNewtype RadialGradientNode 
Instance details

Defined in GI.Gsk.Objects.RadialGradientNode

ManagedPtrNewtype RenderNode 
Instance details

Defined in GI.Gsk.Objects.RenderNode

ManagedPtrNewtype Renderer 
Instance details

Defined in GI.Gsk.Objects.Renderer

ManagedPtrNewtype RepeatNode 
Instance details

Defined in GI.Gsk.Objects.RepeatNode

ManagedPtrNewtype RepeatingLinearGradientNode 
Instance details

Defined in GI.Gsk.Objects.RepeatingLinearGradientNode

ManagedPtrNewtype RepeatingRadialGradientNode 
Instance details

Defined in GI.Gsk.Objects.RepeatingRadialGradientNode

ManagedPtrNewtype RoundedClipNode 
Instance details

Defined in GI.Gsk.Objects.RoundedClipNode

ManagedPtrNewtype ShadowNode 
Instance details

Defined in GI.Gsk.Objects.ShadowNode

ManagedPtrNewtype StrokeNode 
Instance details

Defined in GI.Gsk.Objects.StrokeNode

ManagedPtrNewtype SubsurfaceNode 
Instance details

Defined in GI.Gsk.Objects.SubsurfaceNode

ManagedPtrNewtype TextNode 
Instance details

Defined in GI.Gsk.Objects.TextNode

ManagedPtrNewtype TextureNode 
Instance details

Defined in GI.Gsk.Objects.TextureNode

ManagedPtrNewtype TextureScaleNode 
Instance details

Defined in GI.Gsk.Objects.TextureScaleNode

ManagedPtrNewtype TransformNode 
Instance details

Defined in GI.Gsk.Objects.TransformNode

ManagedPtrNewtype VulkanRenderer 
Instance details

Defined in GI.Gsk.Objects.VulkanRenderer

ManagedPtrNewtype ColorStop 
Instance details

Defined in GI.Gsk.Structs.ColorStop

ManagedPtrNewtype ParseLocation 
Instance details

Defined in GI.Gsk.Structs.ParseLocation

ManagedPtrNewtype Path 
Instance details

Defined in GI.Gsk.Structs.Path

ManagedPtrNewtype PathBuilder 
Instance details

Defined in GI.Gsk.Structs.PathBuilder

ManagedPtrNewtype PathMeasure 
Instance details

Defined in GI.Gsk.Structs.PathMeasure

ManagedPtrNewtype PathPoint 
Instance details

Defined in GI.Gsk.Structs.PathPoint

ManagedPtrNewtype RoundedRect 
Instance details

Defined in GI.Gsk.Structs.RoundedRect

ManagedPtrNewtype ShaderArgsBuilder 
Instance details

Defined in GI.Gsk.Structs.ShaderArgsBuilder

ManagedPtrNewtype Shadow 
Instance details

Defined in GI.Gsk.Structs.Shadow

ManagedPtrNewtype Stroke 
Instance details

Defined in GI.Gsk.Structs.Stroke

ManagedPtrNewtype Transform 
Instance details

Defined in GI.Gsk.Structs.Transform

ManagedPtrNewtype Accessible Source # 
Instance details

Defined in GI.Gtk.Interfaces.Accessible

ManagedPtrNewtype AccessibleRange Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleRange

ManagedPtrNewtype AccessibleText Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleText

ManagedPtrNewtype Actionable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

ManagedPtrNewtype AppChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.AppChooser

ManagedPtrNewtype Buildable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Buildable

ManagedPtrNewtype BuilderScope Source # 
Instance details

Defined in GI.Gtk.Interfaces.BuilderScope

ManagedPtrNewtype CellEditable Source # 
Instance details

Defined in GI.Gtk.Interfaces.CellEditable

ManagedPtrNewtype CellLayout Source # 
Instance details

Defined in GI.Gtk.Interfaces.CellLayout

ManagedPtrNewtype ColorChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.ColorChooser

ManagedPtrNewtype ConstraintTarget Source # 
Instance details

Defined in GI.Gtk.Interfaces.ConstraintTarget

ManagedPtrNewtype Editable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Editable

ManagedPtrNewtype FileChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FileChooser

ManagedPtrNewtype FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

ManagedPtrNewtype Native Source # 
Instance details

Defined in GI.Gtk.Interfaces.Native

ManagedPtrNewtype Orientable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Orientable

ManagedPtrNewtype PrintOperationPreview Source # 
Instance details

Defined in GI.Gtk.Interfaces.PrintOperationPreview

ManagedPtrNewtype Root Source # 
Instance details

Defined in GI.Gtk.Interfaces.Root

ManagedPtrNewtype Scrollable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Scrollable

ManagedPtrNewtype SectionModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.SectionModel

ManagedPtrNewtype SelectionModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.SelectionModel

ManagedPtrNewtype ShortcutManager Source # 
Instance details

Defined in GI.Gtk.Interfaces.ShortcutManager

ManagedPtrNewtype StyleProvider Source # 
Instance details

Defined in GI.Gtk.Interfaces.StyleProvider

ManagedPtrNewtype SymbolicPaintable Source # 
Instance details

Defined in GI.Gtk.Interfaces.SymbolicPaintable

ManagedPtrNewtype TreeDragDest Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeDragDest

ManagedPtrNewtype TreeDragSource Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeDragSource

ManagedPtrNewtype TreeModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeModel

ManagedPtrNewtype TreeSortable Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeSortable

ManagedPtrNewtype ATContext Source # 
Instance details

Defined in GI.Gtk.Objects.ATContext

ManagedPtrNewtype AboutDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AboutDialog

ManagedPtrNewtype ActionBar Source # 
Instance details

Defined in GI.Gtk.Objects.ActionBar

ManagedPtrNewtype ActivateAction Source # 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

ManagedPtrNewtype Adjustment Source # 
Instance details

Defined in GI.Gtk.Objects.Adjustment

ManagedPtrNewtype AlertDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AlertDialog

ManagedPtrNewtype AlternativeTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.AlternativeTrigger

ManagedPtrNewtype AnyFilter Source # 
Instance details

Defined in GI.Gtk.Objects.AnyFilter

ManagedPtrNewtype AppChooserButton Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserButton

ManagedPtrNewtype AppChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserDialog

ManagedPtrNewtype AppChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserWidget

ManagedPtrNewtype Application Source # 
Instance details

Defined in GI.Gtk.Objects.Application

ManagedPtrNewtype ApplicationWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ApplicationWindow

ManagedPtrNewtype AspectFrame Source # 
Instance details

Defined in GI.Gtk.Objects.AspectFrame

ManagedPtrNewtype Assistant Source # 
Instance details

Defined in GI.Gtk.Objects.Assistant

ManagedPtrNewtype AssistantPage Source # 
Instance details

Defined in GI.Gtk.Objects.AssistantPage

ManagedPtrNewtype BinLayout Source # 
Instance details

Defined in GI.Gtk.Objects.BinLayout

ManagedPtrNewtype BookmarkList Source # 
Instance details

Defined in GI.Gtk.Objects.BookmarkList

ManagedPtrNewtype BoolFilter Source # 
Instance details

Defined in GI.Gtk.Objects.BoolFilter

ManagedPtrNewtype Box Source # 
Instance details

Defined in GI.Gtk.Objects.Box

ManagedPtrNewtype BoxLayout Source # 
Instance details

Defined in GI.Gtk.Objects.BoxLayout

ManagedPtrNewtype Builder Source # 
Instance details

Defined in GI.Gtk.Objects.Builder

ManagedPtrNewtype BuilderCScope Source # 
Instance details

Defined in GI.Gtk.Objects.BuilderCScope

ManagedPtrNewtype BuilderListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.BuilderListItemFactory

ManagedPtrNewtype Button Source # 
Instance details

Defined in GI.Gtk.Objects.Button

ManagedPtrNewtype CClosureExpression Source # 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

ManagedPtrNewtype Calendar Source # 
Instance details

Defined in GI.Gtk.Objects.Calendar

ManagedPtrNewtype CallbackAction Source # 
Instance details

Defined in GI.Gtk.Objects.CallbackAction

ManagedPtrNewtype CellArea Source # 
Instance details

Defined in GI.Gtk.Objects.CellArea

ManagedPtrNewtype CellAreaBox Source # 
Instance details

Defined in GI.Gtk.Objects.CellAreaBox

ManagedPtrNewtype CellAreaContext Source # 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

ManagedPtrNewtype CellRenderer Source # 
Instance details

Defined in GI.Gtk.Objects.CellRenderer

ManagedPtrNewtype CellRendererAccel Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererAccel

ManagedPtrNewtype CellRendererCombo Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererCombo

ManagedPtrNewtype CellRendererPixbuf Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererPixbuf

ManagedPtrNewtype CellRendererProgress Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererProgress

ManagedPtrNewtype CellRendererSpin Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererSpin

ManagedPtrNewtype CellRendererSpinner Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererSpinner

ManagedPtrNewtype CellRendererText Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererText

ManagedPtrNewtype CellRendererToggle Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererToggle

ManagedPtrNewtype CellView Source # 
Instance details

Defined in GI.Gtk.Objects.CellView

ManagedPtrNewtype CenterBox Source # 
Instance details

Defined in GI.Gtk.Objects.CenterBox

ManagedPtrNewtype CenterLayout Source # 
Instance details

Defined in GI.Gtk.Objects.CenterLayout

ManagedPtrNewtype CheckButton Source # 
Instance details

Defined in GI.Gtk.Objects.CheckButton

ManagedPtrNewtype ClosureExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ClosureExpression

ManagedPtrNewtype ColorButton Source # 
Instance details

Defined in GI.Gtk.Objects.ColorButton

ManagedPtrNewtype ColorChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorChooserDialog

ManagedPtrNewtype ColorChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.ColorChooserWidget

ManagedPtrNewtype ColorDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorDialog

ManagedPtrNewtype ColorDialogButton Source # 
Instance details

Defined in GI.Gtk.Objects.ColorDialogButton

ManagedPtrNewtype ColumnView Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnView

ManagedPtrNewtype ColumnViewCell Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewCell

ManagedPtrNewtype ColumnViewColumn Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewColumn

ManagedPtrNewtype ColumnViewRow Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewRow

ManagedPtrNewtype ColumnViewSorter Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewSorter

ManagedPtrNewtype ComboBox Source # 
Instance details

Defined in GI.Gtk.Objects.ComboBox

ManagedPtrNewtype ComboBoxText Source # 
Instance details

Defined in GI.Gtk.Objects.ComboBoxText

ManagedPtrNewtype ConstantExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ConstantExpression

ManagedPtrNewtype Constraint Source # 
Instance details

Defined in GI.Gtk.Objects.Constraint

ManagedPtrNewtype ConstraintGuide Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

ManagedPtrNewtype ConstraintLayout Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintLayout

ManagedPtrNewtype ConstraintLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintLayoutChild

ManagedPtrNewtype CssProvider Source # 
Instance details

Defined in GI.Gtk.Objects.CssProvider

ManagedPtrNewtype CustomFilter Source # 
Instance details

Defined in GI.Gtk.Objects.CustomFilter

ManagedPtrNewtype CustomLayout Source # 
Instance details

Defined in GI.Gtk.Objects.CustomLayout

ManagedPtrNewtype CustomSorter Source # 
Instance details

Defined in GI.Gtk.Objects.CustomSorter

ManagedPtrNewtype Dialog Source # 
Instance details

Defined in GI.Gtk.Objects.Dialog

ManagedPtrNewtype DirectoryList Source # 
Instance details

Defined in GI.Gtk.Objects.DirectoryList

ManagedPtrNewtype DragIcon Source # 
Instance details

Defined in GI.Gtk.Objects.DragIcon

ManagedPtrNewtype DragSource Source # 
Instance details

Defined in GI.Gtk.Objects.DragSource

ManagedPtrNewtype DrawingArea Source # 
Instance details

Defined in GI.Gtk.Objects.DrawingArea

ManagedPtrNewtype DropControllerMotion Source # 
Instance details

Defined in GI.Gtk.Objects.DropControllerMotion

ManagedPtrNewtype DropDown Source # 
Instance details

Defined in GI.Gtk.Objects.DropDown

ManagedPtrNewtype DropTarget Source # 
Instance details

Defined in GI.Gtk.Objects.DropTarget

ManagedPtrNewtype DropTargetAsync Source # 
Instance details

Defined in GI.Gtk.Objects.DropTargetAsync

ManagedPtrNewtype EditableLabel Source # 
Instance details

Defined in GI.Gtk.Objects.EditableLabel

ManagedPtrNewtype EmojiChooser Source # 
Instance details

Defined in GI.Gtk.Objects.EmojiChooser

ManagedPtrNewtype Entry Source # 
Instance details

Defined in GI.Gtk.Objects.Entry

ManagedPtrNewtype EntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

ManagedPtrNewtype EntryCompletion Source # 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

ManagedPtrNewtype EventController Source # 
Instance details

Defined in GI.Gtk.Objects.EventController

ManagedPtrNewtype EventControllerFocus Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerFocus

ManagedPtrNewtype EventControllerKey Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerKey

ManagedPtrNewtype EventControllerLegacy Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerLegacy

ManagedPtrNewtype EventControllerMotion Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerMotion

ManagedPtrNewtype EventControllerScroll Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerScroll

ManagedPtrNewtype EveryFilter Source # 
Instance details

Defined in GI.Gtk.Objects.EveryFilter

ManagedPtrNewtype Expander Source # 
Instance details

Defined in GI.Gtk.Objects.Expander

ManagedPtrNewtype Expression Source # 
Instance details

Defined in GI.Gtk.Objects.Expression

ManagedPtrNewtype FileChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserDialog

ManagedPtrNewtype FileChooserNative Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserNative

ManagedPtrNewtype FileChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserWidget

ManagedPtrNewtype FileDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FileDialog

ManagedPtrNewtype FileFilter Source # 
Instance details

Defined in GI.Gtk.Objects.FileFilter

ManagedPtrNewtype FileLauncher Source # 
Instance details

Defined in GI.Gtk.Objects.FileLauncher

ManagedPtrNewtype Filter Source # 
Instance details

Defined in GI.Gtk.Objects.Filter

ManagedPtrNewtype FilterListModel Source # 
Instance details

Defined in GI.Gtk.Objects.FilterListModel

ManagedPtrNewtype Fixed Source # 
Instance details

Defined in GI.Gtk.Objects.Fixed

ManagedPtrNewtype FixedLayout Source # 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

ManagedPtrNewtype FixedLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.FixedLayoutChild

ManagedPtrNewtype FlattenListModel Source # 
Instance details

Defined in GI.Gtk.Objects.FlattenListModel

ManagedPtrNewtype FlowBox Source # 
Instance details

Defined in GI.Gtk.Objects.FlowBox

ManagedPtrNewtype FlowBoxChild Source # 
Instance details

Defined in GI.Gtk.Objects.FlowBoxChild

ManagedPtrNewtype FontButton Source # 
Instance details

Defined in GI.Gtk.Objects.FontButton

ManagedPtrNewtype FontChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

ManagedPtrNewtype FontChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserWidget

ManagedPtrNewtype FontDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontDialog

ManagedPtrNewtype FontDialogButton Source # 
Instance details

Defined in GI.Gtk.Objects.FontDialogButton

ManagedPtrNewtype Frame Source # 
Instance details

Defined in GI.Gtk.Objects.Frame

ManagedPtrNewtype GLArea Source # 
Instance details

Defined in GI.Gtk.Objects.GLArea

ManagedPtrNewtype Gesture Source # 
Instance details

Defined in GI.Gtk.Objects.Gesture

ManagedPtrNewtype GestureClick Source # 
Instance details

Defined in GI.Gtk.Objects.GestureClick

ManagedPtrNewtype GestureDrag Source # 
Instance details

Defined in GI.Gtk.Objects.GestureDrag

ManagedPtrNewtype GestureLongPress Source # 
Instance details

Defined in GI.Gtk.Objects.GestureLongPress

ManagedPtrNewtype GesturePan Source # 
Instance details

Defined in GI.Gtk.Objects.GesturePan

ManagedPtrNewtype GestureRotate Source # 
Instance details

Defined in GI.Gtk.Objects.GestureRotate

ManagedPtrNewtype GestureSingle Source # 
Instance details

Defined in GI.Gtk.Objects.GestureSingle

ManagedPtrNewtype GestureStylus Source # 
Instance details

Defined in GI.Gtk.Objects.GestureStylus

ManagedPtrNewtype GestureSwipe Source # 
Instance details

Defined in GI.Gtk.Objects.GestureSwipe

ManagedPtrNewtype GestureZoom Source # 
Instance details

Defined in GI.Gtk.Objects.GestureZoom

ManagedPtrNewtype GraphicsOffload Source # 
Instance details

Defined in GI.Gtk.Objects.GraphicsOffload

ManagedPtrNewtype Grid Source # 
Instance details

Defined in GI.Gtk.Objects.Grid

ManagedPtrNewtype GridLayout Source # 
Instance details

Defined in GI.Gtk.Objects.GridLayout

ManagedPtrNewtype GridLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.GridLayoutChild

ManagedPtrNewtype GridView Source # 
Instance details

Defined in GI.Gtk.Objects.GridView

ManagedPtrNewtype HeaderBar Source # 
Instance details

Defined in GI.Gtk.Objects.HeaderBar

ManagedPtrNewtype IMContext Source # 
Instance details

Defined in GI.Gtk.Objects.IMContext

ManagedPtrNewtype IMContextSimple Source # 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

ManagedPtrNewtype IMMulticontext Source # 
Instance details

Defined in GI.Gtk.Objects.IMMulticontext

ManagedPtrNewtype IconPaintable Source # 
Instance details

Defined in GI.Gtk.Objects.IconPaintable

ManagedPtrNewtype IconTheme Source # 
Instance details

Defined in GI.Gtk.Objects.IconTheme

ManagedPtrNewtype IconView Source # 
Instance details

Defined in GI.Gtk.Objects.IconView

ManagedPtrNewtype Image Source # 
Instance details

Defined in GI.Gtk.Objects.Image

ManagedPtrNewtype InfoBar Source # 
Instance details

Defined in GI.Gtk.Objects.InfoBar

ManagedPtrNewtype Inscription Source # 
Instance details

Defined in GI.Gtk.Objects.Inscription

ManagedPtrNewtype KeyvalTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.KeyvalTrigger

ManagedPtrNewtype Label Source # 
Instance details

Defined in GI.Gtk.Objects.Label

ManagedPtrNewtype LayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.LayoutChild

ManagedPtrNewtype LayoutManager Source # 
Instance details

Defined in GI.Gtk.Objects.LayoutManager

ManagedPtrNewtype LevelBar Source # 
Instance details

Defined in GI.Gtk.Objects.LevelBar

ManagedPtrNewtype LinkButton Source # 
Instance details

Defined in GI.Gtk.Objects.LinkButton

ManagedPtrNewtype ListBase Source # 
Instance details

Defined in GI.Gtk.Objects.ListBase

ManagedPtrNewtype ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

ManagedPtrNewtype ListBoxRow Source # 
Instance details

Defined in GI.Gtk.Objects.ListBoxRow

ManagedPtrNewtype ListHeader Source # 
Instance details

Defined in GI.Gtk.Objects.ListHeader

ManagedPtrNewtype ListItem Source # 
Instance details

Defined in GI.Gtk.Objects.ListItem

ManagedPtrNewtype ListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.ListItemFactory

ManagedPtrNewtype ListStore Source # 
Instance details

Defined in GI.Gtk.Objects.ListStore

ManagedPtrNewtype ListView Source # 
Instance details

Defined in GI.Gtk.Objects.ListView

ManagedPtrNewtype LockButton Source # 
Instance details

Defined in GI.Gtk.Objects.LockButton

ManagedPtrNewtype MapListModel Source # 
Instance details

Defined in GI.Gtk.Objects.MapListModel

ManagedPtrNewtype MediaControls Source # 
Instance details

Defined in GI.Gtk.Objects.MediaControls

ManagedPtrNewtype MediaFile Source # 
Instance details

Defined in GI.Gtk.Objects.MediaFile

ManagedPtrNewtype MediaStream Source # 
Instance details

Defined in GI.Gtk.Objects.MediaStream

ManagedPtrNewtype MenuButton Source # 
Instance details

Defined in GI.Gtk.Objects.MenuButton

ManagedPtrNewtype MessageDialog Source # 
Instance details

Defined in GI.Gtk.Objects.MessageDialog

ManagedPtrNewtype MnemonicAction Source # 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

ManagedPtrNewtype MnemonicTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.MnemonicTrigger

ManagedPtrNewtype MountOperation Source # 
Instance details

Defined in GI.Gtk.Objects.MountOperation

ManagedPtrNewtype MultiFilter Source # 
Instance details

Defined in GI.Gtk.Objects.MultiFilter

ManagedPtrNewtype MultiSelection Source # 
Instance details

Defined in GI.Gtk.Objects.MultiSelection

ManagedPtrNewtype MultiSorter Source # 
Instance details

Defined in GI.Gtk.Objects.MultiSorter

ManagedPtrNewtype NamedAction Source # 
Instance details

Defined in GI.Gtk.Objects.NamedAction

ManagedPtrNewtype NativeDialog Source # 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

ManagedPtrNewtype NeverTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.NeverTrigger

ManagedPtrNewtype NoSelection Source # 
Instance details

Defined in GI.Gtk.Objects.NoSelection

ManagedPtrNewtype Notebook Source # 
Instance details

Defined in GI.Gtk.Objects.Notebook

ManagedPtrNewtype NotebookPage Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

ManagedPtrNewtype NothingAction Source # 
Instance details

Defined in GI.Gtk.Objects.NothingAction

ManagedPtrNewtype NumericSorter Source # 
Instance details

Defined in GI.Gtk.Objects.NumericSorter

ManagedPtrNewtype ObjectExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

ManagedPtrNewtype Overlay Source # 
Instance details

Defined in GI.Gtk.Objects.Overlay

ManagedPtrNewtype OverlayLayout Source # 
Instance details

Defined in GI.Gtk.Objects.OverlayLayout

ManagedPtrNewtype OverlayLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.OverlayLayoutChild

ManagedPtrNewtype PadController Source # 
Instance details

Defined in GI.Gtk.Objects.PadController

ManagedPtrNewtype PageSetup Source # 
Instance details

Defined in GI.Gtk.Objects.PageSetup

ManagedPtrNewtype PageSetupUnixDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PageSetupUnixDialog

ManagedPtrNewtype Paned Source # 
Instance details

Defined in GI.Gtk.Objects.Paned

ManagedPtrNewtype ParamSpecExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ParamSpecExpression

ManagedPtrNewtype PasswordEntry Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntry

ManagedPtrNewtype PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

ManagedPtrNewtype Picture Source # 
Instance details

Defined in GI.Gtk.Objects.Picture

ManagedPtrNewtype Popover Source # 
Instance details

Defined in GI.Gtk.Objects.Popover

ManagedPtrNewtype PopoverMenu Source # 
Instance details

Defined in GI.Gtk.Objects.PopoverMenu

ManagedPtrNewtype PopoverMenuBar Source # 
Instance details

Defined in GI.Gtk.Objects.PopoverMenuBar

ManagedPtrNewtype PrintContext Source # 
Instance details

Defined in GI.Gtk.Objects.PrintContext

ManagedPtrNewtype PrintDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PrintDialog

ManagedPtrNewtype PrintJob Source # 
Instance details

Defined in GI.Gtk.Objects.PrintJob

ManagedPtrNewtype PrintOperation Source # 
Instance details

Defined in GI.Gtk.Objects.PrintOperation

ManagedPtrNewtype PrintSettings Source # 
Instance details

Defined in GI.Gtk.Objects.PrintSettings

ManagedPtrNewtype PrintUnixDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PrintUnixDialog

ManagedPtrNewtype Printer Source # 
Instance details

Defined in GI.Gtk.Objects.Printer

ManagedPtrNewtype ProgressBar Source # 
Instance details

Defined in GI.Gtk.Objects.ProgressBar

ManagedPtrNewtype PropertyExpression Source # 
Instance details

Defined in GI.Gtk.Objects.PropertyExpression

ManagedPtrNewtype Range Source # 
Instance details

Defined in GI.Gtk.Objects.Range

ManagedPtrNewtype RecentManager Source # 
Instance details

Defined in GI.Gtk.Objects.RecentManager

ManagedPtrNewtype Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

ManagedPtrNewtype Scale Source # 
Instance details

Defined in GI.Gtk.Objects.Scale

ManagedPtrNewtype ScaleButton Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButton

ManagedPtrNewtype Scrollbar Source # 
Instance details

Defined in GI.Gtk.Objects.Scrollbar

ManagedPtrNewtype ScrolledWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ScrolledWindow

ManagedPtrNewtype SearchBar Source # 
Instance details

Defined in GI.Gtk.Objects.SearchBar

ManagedPtrNewtype SearchEntry Source # 
Instance details

Defined in GI.Gtk.Objects.SearchEntry

ManagedPtrNewtype SelectionFilterModel Source # 
Instance details

Defined in GI.Gtk.Objects.SelectionFilterModel

ManagedPtrNewtype Separator Source # 
Instance details

Defined in GI.Gtk.Objects.Separator

ManagedPtrNewtype Settings Source # 
Instance details

Defined in GI.Gtk.Objects.Settings

ManagedPtrNewtype Shortcut Source # 
Instance details

Defined in GI.Gtk.Objects.Shortcut

ManagedPtrNewtype ShortcutAction Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutAction

ManagedPtrNewtype ShortcutController Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutController

ManagedPtrNewtype ShortcutLabel Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutLabel

ManagedPtrNewtype ShortcutTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutTrigger

ManagedPtrNewtype ShortcutsGroup Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsGroup

ManagedPtrNewtype ShortcutsSection Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsSection

ManagedPtrNewtype ShortcutsShortcut Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsShortcut

ManagedPtrNewtype ShortcutsWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsWindow

ManagedPtrNewtype SignalAction Source # 
Instance details

Defined in GI.Gtk.Objects.SignalAction

ManagedPtrNewtype SignalListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.SignalListItemFactory

ManagedPtrNewtype SingleSelection Source # 
Instance details

Defined in GI.Gtk.Objects.SingleSelection

ManagedPtrNewtype SizeGroup Source # 
Instance details

Defined in GI.Gtk.Objects.SizeGroup

ManagedPtrNewtype SliceListModel Source # 
Instance details

Defined in GI.Gtk.Objects.SliceListModel

ManagedPtrNewtype Snapshot Source # 
Instance details

Defined in GI.Gtk.Objects.Snapshot

ManagedPtrNewtype SortListModel Source # 
Instance details

Defined in GI.Gtk.Objects.SortListModel

ManagedPtrNewtype Sorter Source # 
Instance details

Defined in GI.Gtk.Objects.Sorter

ManagedPtrNewtype SpinButton Source # 
Instance details

Defined in GI.Gtk.Objects.SpinButton

ManagedPtrNewtype Spinner Source # 
Instance details

Defined in GI.Gtk.Objects.Spinner

ManagedPtrNewtype Stack Source # 
Instance details

Defined in GI.Gtk.Objects.Stack

ManagedPtrNewtype StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

ManagedPtrNewtype StackSidebar Source # 
Instance details

Defined in GI.Gtk.Objects.StackSidebar

ManagedPtrNewtype StackSwitcher Source # 
Instance details

Defined in GI.Gtk.Objects.StackSwitcher

ManagedPtrNewtype Statusbar Source # 
Instance details

Defined in GI.Gtk.Objects.Statusbar

ManagedPtrNewtype StringFilter Source # 
Instance details

Defined in GI.Gtk.Objects.StringFilter

ManagedPtrNewtype StringList Source # 
Instance details

Defined in GI.Gtk.Objects.StringList

ManagedPtrNewtype StringObject Source # 
Instance details

Defined in GI.Gtk.Objects.StringObject

ManagedPtrNewtype StringSorter Source # 
Instance details

Defined in GI.Gtk.Objects.StringSorter

ManagedPtrNewtype StyleContext Source # 
Instance details

Defined in GI.Gtk.Objects.StyleContext

ManagedPtrNewtype Switch Source # 
Instance details

Defined in GI.Gtk.Objects.Switch

ManagedPtrNewtype Text Source # 
Instance details

Defined in GI.Gtk.Objects.Text

ManagedPtrNewtype TextBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.TextBuffer

ManagedPtrNewtype TextChildAnchor Source # 
Instance details

Defined in GI.Gtk.Objects.TextChildAnchor

ManagedPtrNewtype TextMark Source # 
Instance details

Defined in GI.Gtk.Objects.TextMark

ManagedPtrNewtype TextTag Source # 
Instance details

Defined in GI.Gtk.Objects.TextTag

ManagedPtrNewtype TextTagTable Source # 
Instance details

Defined in GI.Gtk.Objects.TextTagTable

ManagedPtrNewtype TextView Source # 
Instance details

Defined in GI.Gtk.Objects.TextView

ManagedPtrNewtype ToggleButton Source # 
Instance details

Defined in GI.Gtk.Objects.ToggleButton

ManagedPtrNewtype Tooltip Source # 
Instance details

Defined in GI.Gtk.Objects.Tooltip

ManagedPtrNewtype TreeExpander Source # 
Instance details

Defined in GI.Gtk.Objects.TreeExpander

ManagedPtrNewtype TreeListModel Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListModel

ManagedPtrNewtype TreeListRow Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListRow

ManagedPtrNewtype TreeListRowSorter Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListRowSorter

ManagedPtrNewtype TreeModelFilter Source # 
Instance details

Defined in GI.Gtk.Objects.TreeModelFilter

ManagedPtrNewtype TreeModelSort Source # 
Instance details

Defined in GI.Gtk.Objects.TreeModelSort

ManagedPtrNewtype TreeSelection Source # 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

ManagedPtrNewtype TreeStore Source # 
Instance details

Defined in GI.Gtk.Objects.TreeStore

ManagedPtrNewtype TreeView Source # 
Instance details

Defined in GI.Gtk.Objects.TreeView

ManagedPtrNewtype TreeViewColumn Source # 
Instance details

Defined in GI.Gtk.Objects.TreeViewColumn

ManagedPtrNewtype UriLauncher Source # 
Instance details

Defined in GI.Gtk.Objects.UriLauncher

ManagedPtrNewtype Video Source # 
Instance details

Defined in GI.Gtk.Objects.Video

ManagedPtrNewtype Viewport Source # 
Instance details

Defined in GI.Gtk.Objects.Viewport

ManagedPtrNewtype VolumeButton Source # 
Instance details

Defined in GI.Gtk.Objects.VolumeButton

ManagedPtrNewtype Widget Source # 
Instance details

Defined in GI.Gtk.Objects.Widget

ManagedPtrNewtype WidgetPaintable Source # 
Instance details

Defined in GI.Gtk.Objects.WidgetPaintable

ManagedPtrNewtype Window Source # 
Instance details

Defined in GI.Gtk.Objects.Window

ManagedPtrNewtype WindowControls Source # 
Instance details

Defined in GI.Gtk.Objects.WindowControls

ManagedPtrNewtype WindowGroup Source # 
Instance details

Defined in GI.Gtk.Objects.WindowGroup

ManagedPtrNewtype WindowHandle Source # 
Instance details

Defined in GI.Gtk.Objects.WindowHandle

ManagedPtrNewtype AccessibleList Source # 
Instance details

Defined in GI.Gtk.Structs.AccessibleList

ManagedPtrNewtype AccessibleTextRange Source # 
Instance details

Defined in GI.Gtk.Structs.AccessibleTextRange

ManagedPtrNewtype Bitset Source # 
Instance details

Defined in GI.Gtk.Structs.Bitset

ManagedPtrNewtype BitsetIter Source # 
Instance details

Defined in GI.Gtk.Structs.BitsetIter

ManagedPtrNewtype Border Source # 
Instance details

Defined in GI.Gtk.Structs.Border

ManagedPtrNewtype BuildableParseContext Source # 
Instance details

Defined in GI.Gtk.Structs.BuildableParseContext

ManagedPtrNewtype BuildableParser Source # 
Instance details

Defined in GI.Gtk.Structs.BuildableParser

ManagedPtrNewtype CssLocation Source # 
Instance details

Defined in GI.Gtk.Structs.CssLocation

ManagedPtrNewtype CssSection Source # 
Instance details

Defined in GI.Gtk.Structs.CssSection

ManagedPtrNewtype CssStyleChange Source # 
Instance details

Defined in GI.Gtk.Structs.CssStyleChange

ManagedPtrNewtype ExpressionWatch Source # 
Instance details

Defined in GI.Gtk.Structs.ExpressionWatch

ManagedPtrNewtype PadActionEntry Source # 
Instance details

Defined in GI.Gtk.Structs.PadActionEntry

ManagedPtrNewtype PageRange Source # 
Instance details

Defined in GI.Gtk.Structs.PageRange

ManagedPtrNewtype PaperSize Source # 
Instance details

Defined in GI.Gtk.Structs.PaperSize

ManagedPtrNewtype PrintBackend Source # 
Instance details

Defined in GI.Gtk.Structs.PrintBackend

ManagedPtrNewtype PrintSetup Source # 
Instance details

Defined in GI.Gtk.Structs.PrintSetup

ManagedPtrNewtype RecentData Source # 
Instance details

Defined in GI.Gtk.Structs.RecentData

ManagedPtrNewtype RecentInfo Source # 
Instance details

Defined in GI.Gtk.Structs.RecentInfo

ManagedPtrNewtype RequestedSize Source # 
Instance details

Defined in GI.Gtk.Structs.RequestedSize

ManagedPtrNewtype Requisition Source # 
Instance details

Defined in GI.Gtk.Structs.Requisition

ManagedPtrNewtype ScrollInfo Source # 
Instance details

Defined in GI.Gtk.Structs.ScrollInfo

ManagedPtrNewtype TextIter Source # 
Instance details

Defined in GI.Gtk.Structs.TextIter

ManagedPtrNewtype TreeIter Source # 
Instance details

Defined in GI.Gtk.Structs.TreeIter

ManagedPtrNewtype TreePath Source # 
Instance details

Defined in GI.Gtk.Structs.TreePath

ManagedPtrNewtype TreeRowReference Source # 
Instance details

Defined in GI.Gtk.Structs.TreeRowReference

ManagedPtrNewtype WidgetClass Source # 
Instance details

Defined in GI.Gtk.Structs.WidgetClass

ManagedPtrNewtype FeatureT 
Instance details

Defined in GI.HarfBuzz.Structs.FeatureT

Methods

toManagedPtr :: FeatureT -> ManagedPtr FeatureT #

ManagedPtrNewtype Context 
Instance details

Defined in GI.Pango.Objects.Context

Methods

toManagedPtr :: Context -> ManagedPtr Context #

ManagedPtrNewtype Coverage 
Instance details

Defined in GI.Pango.Objects.Coverage

Methods

toManagedPtr :: Coverage -> ManagedPtr Coverage #

ManagedPtrNewtype Font 
Instance details

Defined in GI.Pango.Objects.Font

Methods

toManagedPtr :: Font -> ManagedPtr Font #

ManagedPtrNewtype FontFace 
Instance details

Defined in GI.Pango.Objects.FontFace

Methods

toManagedPtr :: FontFace -> ManagedPtr FontFace #

ManagedPtrNewtype FontFamily 
Instance details

Defined in GI.Pango.Objects.FontFamily

Methods

toManagedPtr :: FontFamily -> ManagedPtr FontFamily #

ManagedPtrNewtype FontMap 
Instance details

Defined in GI.Pango.Objects.FontMap

Methods

toManagedPtr :: FontMap -> ManagedPtr FontMap #

ManagedPtrNewtype Fontset 
Instance details

Defined in GI.Pango.Objects.Fontset

Methods

toManagedPtr :: Fontset -> ManagedPtr Fontset #

ManagedPtrNewtype FontsetSimple 
Instance details

Defined in GI.Pango.Objects.FontsetSimple

Methods

toManagedPtr :: FontsetSimple -> ManagedPtr FontsetSimple #

ManagedPtrNewtype Layout 
Instance details

Defined in GI.Pango.Objects.Layout

Methods

toManagedPtr :: Layout -> ManagedPtr Layout #

ManagedPtrNewtype Renderer 
Instance details

Defined in GI.Pango.Objects.Renderer

Methods

toManagedPtr :: Renderer -> ManagedPtr Renderer #

ManagedPtrNewtype Analysis 
Instance details

Defined in GI.Pango.Structs.Analysis

Methods

toManagedPtr :: Analysis -> ManagedPtr Analysis #

ManagedPtrNewtype AttrClass 
Instance details

Defined in GI.Pango.Structs.AttrClass

Methods

toManagedPtr :: AttrClass -> ManagedPtr AttrClass #

ManagedPtrNewtype AttrColor 
Instance details

Defined in GI.Pango.Structs.AttrColor

Methods

toManagedPtr :: AttrColor -> ManagedPtr AttrColor #

ManagedPtrNewtype AttrFloat 
Instance details

Defined in GI.Pango.Structs.AttrFloat

Methods

toManagedPtr :: AttrFloat -> ManagedPtr AttrFloat #

ManagedPtrNewtype AttrFontDesc 
Instance details

Defined in GI.Pango.Structs.AttrFontDesc

Methods

toManagedPtr :: AttrFontDesc -> ManagedPtr AttrFontDesc #

ManagedPtrNewtype AttrFontFeatures 
Instance details

Defined in GI.Pango.Structs.AttrFontFeatures

Methods

toManagedPtr :: AttrFontFeatures -> ManagedPtr AttrFontFeatures #

ManagedPtrNewtype AttrInt 
Instance details

Defined in GI.Pango.Structs.AttrInt

Methods

toManagedPtr :: AttrInt -> ManagedPtr AttrInt #

ManagedPtrNewtype AttrIterator 
Instance details

Defined in GI.Pango.Structs.AttrIterator

Methods

toManagedPtr :: AttrIterator -> ManagedPtr AttrIterator #

ManagedPtrNewtype AttrLanguage 
Instance details

Defined in GI.Pango.Structs.AttrLanguage

Methods

toManagedPtr :: AttrLanguage -> ManagedPtr AttrLanguage #

ManagedPtrNewtype AttrList 
Instance details

Defined in GI.Pango.Structs.AttrList

Methods

toManagedPtr :: AttrList -> ManagedPtr AttrList #

ManagedPtrNewtype AttrShape 
Instance details

Defined in GI.Pango.Structs.AttrShape

Methods

toManagedPtr :: AttrShape -> ManagedPtr AttrShape #

ManagedPtrNewtype AttrSize 
Instance details

Defined in GI.Pango.Structs.AttrSize

Methods

toManagedPtr :: AttrSize -> ManagedPtr AttrSize #

ManagedPtrNewtype AttrString 
Instance details

Defined in GI.Pango.Structs.AttrString

Methods

toManagedPtr :: AttrString -> ManagedPtr AttrString #

ManagedPtrNewtype Attribute 
Instance details

Defined in GI.Pango.Structs.Attribute

Methods

toManagedPtr :: Attribute -> ManagedPtr Attribute #

ManagedPtrNewtype Color 
Instance details

Defined in GI.Pango.Structs.Color

Methods

toManagedPtr :: Color -> ManagedPtr Color #

ManagedPtrNewtype FontDescription 
Instance details

Defined in GI.Pango.Structs.FontDescription

Methods

toManagedPtr :: FontDescription -> ManagedPtr FontDescription #

ManagedPtrNewtype FontMetrics 
Instance details

Defined in GI.Pango.Structs.FontMetrics

Methods

toManagedPtr :: FontMetrics -> ManagedPtr FontMetrics #

ManagedPtrNewtype GlyphGeometry 
Instance details

Defined in GI.Pango.Structs.GlyphGeometry

Methods

toManagedPtr :: GlyphGeometry -> ManagedPtr GlyphGeometry #

ManagedPtrNewtype GlyphInfo 
Instance details

Defined in GI.Pango.Structs.GlyphInfo

Methods

toManagedPtr :: GlyphInfo -> ManagedPtr GlyphInfo #

ManagedPtrNewtype GlyphItem 
Instance details

Defined in GI.Pango.Structs.GlyphItem

Methods

toManagedPtr :: GlyphItem -> ManagedPtr GlyphItem #

ManagedPtrNewtype GlyphItemIter 
Instance details

Defined in GI.Pango.Structs.GlyphItemIter

Methods

toManagedPtr :: GlyphItemIter -> ManagedPtr GlyphItemIter #

ManagedPtrNewtype GlyphString 
Instance details

Defined in GI.Pango.Structs.GlyphString

Methods

toManagedPtr :: GlyphString -> ManagedPtr GlyphString #

ManagedPtrNewtype GlyphVisAttr 
Instance details

Defined in GI.Pango.Structs.GlyphVisAttr

Methods

toManagedPtr :: GlyphVisAttr -> ManagedPtr GlyphVisAttr #

ManagedPtrNewtype Item 
Instance details

Defined in GI.Pango.Structs.Item

Methods

toManagedPtr :: Item -> ManagedPtr Item #

ManagedPtrNewtype Language 
Instance details

Defined in GI.Pango.Structs.Language

Methods

toManagedPtr :: Language -> ManagedPtr Language #

ManagedPtrNewtype LayoutIter 
Instance details

Defined in GI.Pango.Structs.LayoutIter

Methods

toManagedPtr :: LayoutIter -> ManagedPtr LayoutIter #

ManagedPtrNewtype LayoutLine 
Instance details

Defined in GI.Pango.Structs.LayoutLine

Methods

toManagedPtr :: LayoutLine -> ManagedPtr LayoutLine #

ManagedPtrNewtype LogAttr 
Instance details

Defined in GI.Pango.Structs.LogAttr

Methods

toManagedPtr :: LogAttr -> ManagedPtr LogAttr #

ManagedPtrNewtype Matrix 
Instance details

Defined in GI.Pango.Structs.Matrix

Methods

toManagedPtr :: Matrix -> ManagedPtr Matrix #

ManagedPtrNewtype Rectangle 
Instance details

Defined in GI.Pango.Structs.Rectangle

Methods

toManagedPtr :: Rectangle -> ManagedPtr Rectangle #

ManagedPtrNewtype ScriptIter 
Instance details

Defined in GI.Pango.Structs.ScriptIter

Methods

toManagedPtr :: ScriptIter -> ManagedPtr ScriptIter #

ManagedPtrNewtype TabArray 
Instance details

Defined in GI.Pango.Structs.TabArray

Methods

toManagedPtr :: TabArray -> ManagedPtr TabArray #

Coercible a (ManagedPtr ()) => ManagedPtrNewtype a 
Instance details

Defined in Data.GI.Base.BasicTypes

Methods

toManagedPtr :: a -> ManagedPtr a #

newtype PtrWrapped a #

Constructors

PtrWrapped 

Fields

class HasParentTypes a => TypedObject a where #

Methods

glibType :: IO GType #

Instances

Instances details
TypedObject Antialias 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Content 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject DeviceType 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Extend 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject FillRule 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Filter 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject FontSlant 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject FontType 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject FontWeight 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Format 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject HintMetrics 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject HintStyle 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject LineCap 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject LineJoin 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Operator 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject PathDataType 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject PatternType 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject RegionOverlap 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Status 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject SubpixelOrder 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject SurfaceType 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject TextClusterFlags 
Instance details

Defined in GI.Cairo.Enums

Methods

glibType :: IO GType #

TypedObject Context 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

glibType :: IO GType #

TypedObject Device 
Instance details

Defined in GI.Cairo.Structs.Device

Methods

glibType :: IO GType #

TypedObject FontFace 
Instance details

Defined in GI.Cairo.Structs.FontFace

Methods

glibType :: IO GType #

TypedObject FontOptions 
Instance details

Defined in GI.Cairo.Structs.FontOptions

Methods

glibType :: IO GType #

TypedObject Glyph 
Instance details

Defined in GI.Cairo.Structs.Glyph

Methods

glibType :: IO GType #

TypedObject Matrix 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

glibType :: IO GType #

TypedObject Pattern 
Instance details

Defined in GI.Cairo.Structs.Pattern

Methods

glibType :: IO GType #

TypedObject Rectangle 
Instance details

Defined in GI.Cairo.Structs.Rectangle

Methods

glibType :: IO GType #

TypedObject RectangleInt 
Instance details

Defined in GI.Cairo.Structs.RectangleInt

Methods

glibType :: IO GType #

TypedObject Region 
Instance details

Defined in GI.Cairo.Structs.Region

Methods

glibType :: IO GType #

TypedObject ScaledFont 
Instance details

Defined in GI.Cairo.Structs.ScaledFont

Methods

glibType :: IO GType #

TypedObject Surface 
Instance details

Defined in GI.Cairo.Structs.Surface

Methods

glibType :: IO GType #

TypedObject TextCluster 
Instance details

Defined in GI.Cairo.Structs.TextCluster

Methods

glibType :: IO GType #

TypedObject AxisUse 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject CicpRange 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject CrossingMode 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DevicePadFeature 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DeviceToolType 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DmabufError 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DragCancelReason 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject EventType 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject FullscreenMode 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject GLError 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject Gravity 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject InputSource 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject KeyMatch 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject MemoryFormat 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject NotifyType 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollDirection 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollUnit 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject SubpixelLayout 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject SurfaceEdge 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject TextureError 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject TitlebarGesture 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject TouchpadGesturePhase 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject VulkanError 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject AnchorHints 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject AxisFlags 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject DragAction 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject FrameClockPhase 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject GLAPI 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject ModifierType 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject PaintableFlags 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject SeatCapabilities 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject ToplevelCapabilities 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject ToplevelState 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject DevicePad 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

Methods

glibType :: IO GType #

TypedObject DragSurface 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

Methods

glibType :: IO GType #

TypedObject Paintable 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

Methods

glibType :: IO GType #

TypedObject Popup 
Instance details

Defined in GI.Gdk.Interfaces.Popup

Methods

glibType :: IO GType #

TypedObject Toplevel 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

Methods

glibType :: IO GType #

TypedObject AppLaunchContext 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

Methods

glibType :: IO GType #

TypedObject ButtonEvent 
Instance details

Defined in GI.Gdk.Objects.ButtonEvent

Methods

glibType :: IO GType #

TypedObject CairoContext 
Instance details

Defined in GI.Gdk.Objects.CairoContext

Methods

glibType :: IO GType #

TypedObject CicpParams 
Instance details

Defined in GI.Gdk.Objects.CicpParams

Methods

glibType :: IO GType #

TypedObject Clipboard 
Instance details

Defined in GI.Gdk.Objects.Clipboard

Methods

glibType :: IO GType #

TypedObject ContentDeserializer 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

Methods

glibType :: IO GType #

TypedObject ContentProvider 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

Methods

glibType :: IO GType #

TypedObject ContentSerializer 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

Methods

glibType :: IO GType #

TypedObject CrossingEvent 
Instance details

Defined in GI.Gdk.Objects.CrossingEvent

Methods

glibType :: IO GType #

TypedObject Cursor 
Instance details

Defined in GI.Gdk.Objects.Cursor

Methods

glibType :: IO GType #

TypedObject DNDEvent 
Instance details

Defined in GI.Gdk.Objects.DNDEvent

Methods

glibType :: IO GType #

TypedObject DeleteEvent 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

Methods

glibType :: IO GType #

TypedObject Device 
Instance details

Defined in GI.Gdk.Objects.Device

Methods

glibType :: IO GType #

TypedObject DeviceTool 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

Methods

glibType :: IO GType #

TypedObject Display 
Instance details

Defined in GI.Gdk.Objects.Display

Methods

glibType :: IO GType #

TypedObject DisplayManager 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

Methods

glibType :: IO GType #

TypedObject DmabufTexture 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

Methods

glibType :: IO GType #

TypedObject DmabufTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

Methods

glibType :: IO GType #

TypedObject Drag 
Instance details

Defined in GI.Gdk.Objects.Drag

Methods

glibType :: IO GType #

TypedObject DrawContext 
Instance details

Defined in GI.Gdk.Objects.DrawContext

Methods

glibType :: IO GType #

TypedObject Drop 
Instance details

Defined in GI.Gdk.Objects.Drop

Methods

glibType :: IO GType #

TypedObject Event 
Instance details

Defined in GI.Gdk.Objects.Event

Methods

glibType :: IO GType #

TypedObject FocusEvent 
Instance details

Defined in GI.Gdk.Objects.FocusEvent

Methods

glibType :: IO GType #

TypedObject FrameClock 
Instance details

Defined in GI.Gdk.Objects.FrameClock

Methods

glibType :: IO GType #

TypedObject GLContext 
Instance details

Defined in GI.Gdk.Objects.GLContext

Methods

glibType :: IO GType #

TypedObject GLTexture 
Instance details

Defined in GI.Gdk.Objects.GLTexture

Methods

glibType :: IO GType #

TypedObject GLTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

Methods

glibType :: IO GType #

TypedObject GrabBrokenEvent 
Instance details

Defined in GI.Gdk.Objects.GrabBrokenEvent

Methods

glibType :: IO GType #

TypedObject KeyEvent 
Instance details

Defined in GI.Gdk.Objects.KeyEvent

Methods

glibType :: IO GType #

TypedObject MemoryTexture 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

Methods

glibType :: IO GType #

TypedObject MemoryTextureBuilder 
Instance details

Defined in GI.Gdk.Objects.MemoryTextureBuilder

Methods

glibType :: IO GType #

TypedObject Monitor 
Instance details

Defined in GI.Gdk.Objects.Monitor

Methods

glibType :: IO GType #

TypedObject MotionEvent 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

glibType :: IO GType #

TypedObject PadEvent 
Instance details

Defined in GI.Gdk.Objects.PadEvent

Methods

glibType :: IO GType #

TypedObject ProximityEvent 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

Methods

glibType :: IO GType #

TypedObject ScrollEvent 
Instance details

Defined in GI.Gdk.Objects.ScrollEvent

Methods

glibType :: IO GType #

TypedObject Seat 
Instance details

Defined in GI.Gdk.Objects.Seat

Methods

glibType :: IO GType #

TypedObject Snapshot 
Instance details

Defined in GI.Gdk.Objects.Snapshot

Methods

glibType :: IO GType #

TypedObject Surface 
Instance details

Defined in GI.Gdk.Objects.Surface

Methods

glibType :: IO GType #

TypedObject Texture 
Instance details

Defined in GI.Gdk.Objects.Texture

Methods

glibType :: IO GType #

TypedObject TouchEvent 
Instance details

Defined in GI.Gdk.Objects.TouchEvent

Methods

glibType :: IO GType #

TypedObject TouchpadEvent 
Instance details

Defined in GI.Gdk.Objects.TouchpadEvent

Methods

glibType :: IO GType #

TypedObject VulkanContext 
Instance details

Defined in GI.Gdk.Objects.VulkanContext

Methods

glibType :: IO GType #

TypedObject ColorState 
Instance details

Defined in GI.Gdk.Structs.ColorState

Methods

glibType :: IO GType #

TypedObject ContentFormats 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

Methods

glibType :: IO GType #

TypedObject ContentFormatsBuilder 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

Methods

glibType :: IO GType #

TypedObject DmabufFormats 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

Methods

glibType :: IO GType #

TypedObject EventSequence 
Instance details

Defined in GI.Gdk.Structs.EventSequence

Methods

glibType :: IO GType #

TypedObject FileList 
Instance details

Defined in GI.Gdk.Structs.FileList

Methods

glibType :: IO GType #

TypedObject FrameTimings 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

Methods

glibType :: IO GType #

TypedObject PopupLayout 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

Methods

glibType :: IO GType #

TypedObject RGBA 
Instance details

Defined in GI.Gdk.Structs.RGBA

Methods

glibType :: IO GType #

TypedObject Rectangle 
Instance details

Defined in GI.Gdk.Structs.Rectangle

Methods

glibType :: IO GType #

TypedObject TextureDownloader 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

Methods

glibType :: IO GType #

TypedObject ToplevelLayout 
Instance details

Defined in GI.Gdk.Structs.ToplevelLayout

Methods

glibType :: IO GType #

TypedObject Colorspace 
Instance details

Defined in GI.GdkPixbuf.Enums

Methods

glibType :: IO GType #

TypedObject InterpType 
Instance details

Defined in GI.GdkPixbuf.Enums

Methods

glibType :: IO GType #

TypedObject PixbufAlphaMode 
Instance details

Defined in GI.GdkPixbuf.Enums

Methods

glibType :: IO GType #

TypedObject PixbufError 
Instance details

Defined in GI.GdkPixbuf.Enums

Methods

glibType :: IO GType #

TypedObject PixbufRotation 
Instance details

Defined in GI.GdkPixbuf.Enums

Methods

glibType :: IO GType #

TypedObject Pixbuf 
Instance details

Defined in GI.GdkPixbuf.Objects.Pixbuf

Methods

glibType :: IO GType #

TypedObject PixbufAnimation 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimation

Methods

glibType :: IO GType #

TypedObject PixbufAnimationIter 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimationIter

Methods

glibType :: IO GType #

TypedObject PixbufLoader 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufLoader

Methods

glibType :: IO GType #

TypedObject PixbufNonAnim 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

Methods

glibType :: IO GType #

TypedObject PixbufSimpleAnim 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnim

Methods

glibType :: IO GType #

TypedObject PixbufSimpleAnimIter 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter

Methods

glibType :: IO GType #

TypedObject PixbufFormat 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufFormat

Methods

glibType :: IO GType #

TypedObject BusType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject ConverterResult 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject CredentialsType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DBusError 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DBusMessageByteOrder 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DBusMessageHeaderField 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DBusMessageType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DataStreamByteOrder 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DataStreamNewlineType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject DriveStartStopType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject EmblemOrigin 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject FileAttributeStatus 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject FileAttributeType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject FileMonitorEvent 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject FileType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject FilesystemPreviewType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject IOErrorEnum 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject IOModuleScopeFlags 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject MemoryMonitorWarningLevel 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject MountOperationResult 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject NetworkConnectivity 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject NotificationPriority 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject PasswordSave 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject PollableReturn 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject ResolverError 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject ResolverRecordType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject ResourceError 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject SocketClientEvent 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject SocketFamily 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject SocketListenerEvent 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject SocketProtocol 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject SocketType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsAuthenticationMode 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsCertificateRequestFlags 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsChannelBindingError 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsChannelBindingType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsDatabaseLookupFlags 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsError 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsInteractionResult 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsProtocolVersion 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject TlsRehandshakeMode 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject UnixSocketAddressType 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject ZlibCompressorFormat 
Instance details

Defined in GI.Gio.Enums

Methods

glibType :: IO GType #

TypedObject AppInfoCreateFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject ApplicationFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject AskPasswordFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject BusNameOwnerFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject BusNameWatcherFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject ConverterFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusCallFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusCapabilityFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusConnectionFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusInterfaceSkeletonFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusMessageFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusObjectManagerClientFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusPropertyInfoFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusProxyFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusSendMessageFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusServerFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusSignalFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DBusSubtreeFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject DriveStartFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject FileAttributeInfoFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject FileCopyFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject FileCreateFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject FileMeasureFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject FileMonitorFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject FileQueryInfoFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject IOStreamSpliceFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject MountMountFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject MountUnmountFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject OutputStreamSpliceFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject ResolverNameLookupFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject ResourceFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject ResourceLookupFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject SettingsBindFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject SocketMsgFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject SubprocessFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject TestDBusFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject TlsCertificateFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject TlsDatabaseVerifyFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject TlsPasswordFlags 
Instance details

Defined in GI.Gio.Flags

Methods

glibType :: IO GType #

TypedObject Action 
Instance details

Defined in GI.Gio.Interfaces.Action

Methods

glibType :: IO GType #

TypedObject ActionGroup 
Instance details

Defined in GI.Gio.Interfaces.ActionGroup

Methods

glibType :: IO GType #

TypedObject ActionMap 
Instance details

Defined in GI.Gio.Interfaces.ActionMap

Methods

glibType :: IO GType #

TypedObject AppInfo 
Instance details

Defined in GI.Gio.Interfaces.AppInfo

Methods

glibType :: IO GType #

TypedObject AsyncInitable 
Instance details

Defined in GI.Gio.Interfaces.AsyncInitable

Methods

glibType :: IO GType #

TypedObject AsyncResult 
Instance details

Defined in GI.Gio.Interfaces.AsyncResult

Methods

glibType :: IO GType #

TypedObject Converter 
Instance details

Defined in GI.Gio.Interfaces.Converter

Methods

glibType :: IO GType #

TypedObject DBusInterface 
Instance details

Defined in GI.Gio.Interfaces.DBusInterface

Methods

glibType :: IO GType #

TypedObject DBusObject 
Instance details

Defined in GI.Gio.Interfaces.DBusObject

Methods

glibType :: IO GType #

TypedObject DBusObjectManager 
Instance details

Defined in GI.Gio.Interfaces.DBusObjectManager

Methods

glibType :: IO GType #

TypedObject DatagramBased 
Instance details

Defined in GI.Gio.Interfaces.DatagramBased

Methods

glibType :: IO GType #

TypedObject DebugController 
Instance details

Defined in GI.Gio.Interfaces.DebugController

Methods

glibType :: IO GType #

TypedObject DesktopAppInfoLookup 
Instance details

Defined in GI.Gio.Interfaces.DesktopAppInfoLookup

Methods

glibType :: IO GType #

TypedObject Drive 
Instance details

Defined in GI.Gio.Interfaces.Drive

Methods

glibType :: IO GType #

TypedObject DtlsClientConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsClientConnection

Methods

glibType :: IO GType #

TypedObject DtlsConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsConnection

Methods

glibType :: IO GType #

TypedObject DtlsServerConnection 
Instance details

Defined in GI.Gio.Interfaces.DtlsServerConnection

Methods

glibType :: IO GType #

TypedObject File 
Instance details

Defined in GI.Gio.Interfaces.File

Methods

glibType :: IO GType #

TypedObject FileDescriptorBased 
Instance details

Defined in GI.Gio.Interfaces.FileDescriptorBased

Methods

glibType :: IO GType #

TypedObject Icon 
Instance details

Defined in GI.Gio.Interfaces.Icon

Methods

glibType :: IO GType #

TypedObject Initable 
Instance details

Defined in GI.Gio.Interfaces.Initable

Methods

glibType :: IO GType #

TypedObject ListModel 
Instance details

Defined in GI.Gio.Interfaces.ListModel

Methods

glibType :: IO GType #

TypedObject LoadableIcon 
Instance details

Defined in GI.Gio.Interfaces.LoadableIcon

Methods

glibType :: IO GType #

TypedObject MemoryMonitor 
Instance details

Defined in GI.Gio.Interfaces.MemoryMonitor

Methods

glibType :: IO GType #

TypedObject Mount 
Instance details

Defined in GI.Gio.Interfaces.Mount

Methods

glibType :: IO GType #

TypedObject NetworkMonitor 
Instance details

Defined in GI.Gio.Interfaces.NetworkMonitor

Methods

glibType :: IO GType #

TypedObject PollableInputStream 
Instance details

Defined in GI.Gio.Interfaces.PollableInputStream

Methods

glibType :: IO GType #

TypedObject PollableOutputStream 
Instance details

Defined in GI.Gio.Interfaces.PollableOutputStream

Methods

glibType :: IO GType #

TypedObject PowerProfileMonitor 
Instance details

Defined in GI.Gio.Interfaces.PowerProfileMonitor

Methods

glibType :: IO GType #

TypedObject Proxy 
Instance details

Defined in GI.Gio.Interfaces.Proxy

Methods

glibType :: IO GType #

TypedObject ProxyResolver 
Instance details

Defined in GI.Gio.Interfaces.ProxyResolver

Methods

glibType :: IO GType #

TypedObject RemoteActionGroup 
Instance details

Defined in GI.Gio.Interfaces.RemoteActionGroup

Methods

glibType :: IO GType #

TypedObject Seekable 
Instance details

Defined in GI.Gio.Interfaces.Seekable

Methods

glibType :: IO GType #

TypedObject SocketConnectable 
Instance details

Defined in GI.Gio.Interfaces.SocketConnectable

Methods

glibType :: IO GType #

TypedObject TlsBackend 
Instance details

Defined in GI.Gio.Interfaces.TlsBackend

Methods

glibType :: IO GType #

TypedObject TlsClientConnection 
Instance details

Defined in GI.Gio.Interfaces.TlsClientConnection

Methods

glibType :: IO GType #

TypedObject TlsFileDatabase 
Instance details

Defined in GI.Gio.Interfaces.TlsFileDatabase

Methods

glibType :: IO GType #

TypedObject TlsServerConnection 
Instance details

Defined in GI.Gio.Interfaces.TlsServerConnection

Methods

glibType :: IO GType #

TypedObject Volume 
Instance details

Defined in GI.Gio.Interfaces.Volume

Methods

glibType :: IO GType #

TypedObject AppInfoMonitor 
Instance details

Defined in GI.Gio.Objects.AppInfoMonitor

Methods

glibType :: IO GType #

TypedObject AppLaunchContext 
Instance details

Defined in GI.Gio.Objects.AppLaunchContext

Methods

glibType :: IO GType #

TypedObject Application 
Instance details

Defined in GI.Gio.Objects.Application

Methods

glibType :: IO GType #

TypedObject ApplicationCommandLine 
Instance details

Defined in GI.Gio.Objects.ApplicationCommandLine

Methods

glibType :: IO GType #

TypedObject BufferedInputStream 
Instance details

Defined in GI.Gio.Objects.BufferedInputStream

Methods

glibType :: IO GType #

TypedObject BufferedOutputStream 
Instance details

Defined in GI.Gio.Objects.BufferedOutputStream

Methods

glibType :: IO GType #

TypedObject BytesIcon 
Instance details

Defined in GI.Gio.Objects.BytesIcon

Methods

glibType :: IO GType #

TypedObject Cancellable 
Instance details

Defined in GI.Gio.Objects.Cancellable

Methods

glibType :: IO GType #

TypedObject CharsetConverter 
Instance details

Defined in GI.Gio.Objects.CharsetConverter

Methods

glibType :: IO GType #

TypedObject ConverterInputStream 
Instance details

Defined in GI.Gio.Objects.ConverterInputStream

Methods

glibType :: IO GType #

TypedObject ConverterOutputStream 
Instance details

Defined in GI.Gio.Objects.ConverterOutputStream

Methods

glibType :: IO GType #

TypedObject Credentials 
Instance details

Defined in GI.Gio.Objects.Credentials

Methods

glibType :: IO GType #

TypedObject DBusActionGroup 
Instance details

Defined in GI.Gio.Objects.DBusActionGroup

Methods

glibType :: IO GType #

TypedObject DBusAuthObserver 
Instance details

Defined in GI.Gio.Objects.DBusAuthObserver

Methods

glibType :: IO GType #

TypedObject DBusConnection 
Instance details

Defined in GI.Gio.Objects.DBusConnection

Methods

glibType :: IO GType #

TypedObject DBusInterfaceSkeleton 
Instance details

Defined in GI.Gio.Objects.DBusInterfaceSkeleton

Methods

glibType :: IO GType #

TypedObject DBusMenuModel 
Instance details

Defined in GI.Gio.Objects.DBusMenuModel

Methods

glibType :: IO GType #

TypedObject DBusMessage 
Instance details

Defined in GI.Gio.Objects.DBusMessage

Methods

glibType :: IO GType #

TypedObject DBusMethodInvocation 
Instance details

Defined in GI.Gio.Objects.DBusMethodInvocation

Methods

glibType :: IO GType #

TypedObject DBusObjectManagerClient 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerClient

Methods

glibType :: IO GType #

TypedObject DBusObjectManagerServer 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerServer

Methods

glibType :: IO GType #

TypedObject DBusObjectProxy 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

Methods

glibType :: IO GType #

TypedObject DBusObjectSkeleton 
Instance details

Defined in GI.Gio.Objects.DBusObjectSkeleton

Methods

glibType :: IO GType #

TypedObject DBusProxy 
Instance details

Defined in GI.Gio.Objects.DBusProxy

Methods

glibType :: IO GType #

TypedObject DBusServer 
Instance details

Defined in GI.Gio.Objects.DBusServer

Methods

glibType :: IO GType #

TypedObject DataInputStream 
Instance details

Defined in GI.Gio.Objects.DataInputStream

Methods

glibType :: IO GType #

TypedObject DataOutputStream 
Instance details

Defined in GI.Gio.Objects.DataOutputStream

Methods

glibType :: IO GType #

TypedObject DebugControllerDBus 
Instance details

Defined in GI.Gio.Objects.DebugControllerDBus

Methods

glibType :: IO GType #

TypedObject DesktopAppInfo 
Instance details

Defined in GI.Gio.Objects.DesktopAppInfo

Methods

glibType :: IO GType #

TypedObject Emblem 
Instance details

Defined in GI.Gio.Objects.Emblem

Methods

glibType :: IO GType #

TypedObject EmblemedIcon 
Instance details

Defined in GI.Gio.Objects.EmblemedIcon

Methods

glibType :: IO GType #

TypedObject FileEnumerator 
Instance details

Defined in GI.Gio.Objects.FileEnumerator

Methods

glibType :: IO GType #

TypedObject FileIOStream 
Instance details

Defined in GI.Gio.Objects.FileIOStream

Methods

glibType :: IO GType #

TypedObject FileIcon 
Instance details

Defined in GI.Gio.Objects.FileIcon

Methods

glibType :: IO GType #

TypedObject FileInfo 
Instance details

Defined in GI.Gio.Objects.FileInfo

Methods

glibType :: IO GType #

TypedObject FileInputStream 
Instance details

Defined in GI.Gio.Objects.FileInputStream

Methods

glibType :: IO GType #

TypedObject FileMonitor 
Instance details

Defined in GI.Gio.Objects.FileMonitor

Methods

glibType :: IO GType #

TypedObject FileOutputStream 
Instance details

Defined in GI.Gio.Objects.FileOutputStream

Methods

glibType :: IO GType #

TypedObject FilenameCompleter 
Instance details

Defined in GI.Gio.Objects.FilenameCompleter

Methods

glibType :: IO GType #

TypedObject FilterInputStream 
Instance details

Defined in GI.Gio.Objects.FilterInputStream

Methods

glibType :: IO GType #

TypedObject FilterOutputStream 
Instance details

Defined in GI.Gio.Objects.FilterOutputStream

Methods

glibType :: IO GType #

TypedObject IOStream 
Instance details

Defined in GI.Gio.Objects.IOStream

Methods

glibType :: IO GType #

TypedObject InetAddress 
Instance details

Defined in GI.Gio.Objects.InetAddress

Methods

glibType :: IO GType #

TypedObject InetAddressMask 
Instance details

Defined in GI.Gio.Objects.InetAddressMask

Methods

glibType :: IO GType #

TypedObject InetSocketAddress 
Instance details

Defined in GI.Gio.Objects.InetSocketAddress

Methods

glibType :: IO GType #

TypedObject InputStream 
Instance details

Defined in GI.Gio.Objects.InputStream

Methods

glibType :: IO GType #

TypedObject ListStore 
Instance details

Defined in GI.Gio.Objects.ListStore

Methods

glibType :: IO GType #

TypedObject MemoryInputStream 
Instance details

Defined in GI.Gio.Objects.MemoryInputStream

Methods

glibType :: IO GType #

TypedObject MemoryOutputStream 
Instance details

Defined in GI.Gio.Objects.MemoryOutputStream

Methods

glibType :: IO GType #

TypedObject Menu 
Instance details

Defined in GI.Gio.Objects.Menu

Methods

glibType :: IO GType #

TypedObject MenuAttributeIter 
Instance details

Defined in GI.Gio.Objects.MenuAttributeIter

Methods

glibType :: IO GType #

TypedObject MenuItem 
Instance details

Defined in GI.Gio.Objects.MenuItem

Methods

glibType :: IO GType #

TypedObject MenuLinkIter 
Instance details

Defined in GI.Gio.Objects.MenuLinkIter

Methods

glibType :: IO GType #

TypedObject MenuModel 
Instance details

Defined in GI.Gio.Objects.MenuModel

Methods

glibType :: IO GType #

TypedObject MountOperation 
Instance details

Defined in GI.Gio.Objects.MountOperation

Methods

glibType :: IO GType #

TypedObject NativeSocketAddress 
Instance details

Defined in GI.Gio.Objects.NativeSocketAddress

Methods

glibType :: IO GType #

TypedObject NativeVolumeMonitor 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

Methods

glibType :: IO GType #

TypedObject NetworkAddress 
Instance details

Defined in GI.Gio.Objects.NetworkAddress

Methods

glibType :: IO GType #

TypedObject NetworkService 
Instance details

Defined in GI.Gio.Objects.NetworkService

Methods

glibType :: IO GType #

TypedObject Notification 
Instance details

Defined in GI.Gio.Objects.Notification

Methods

glibType :: IO GType #

TypedObject OutputStream 
Instance details

Defined in GI.Gio.Objects.OutputStream

Methods

glibType :: IO GType #

TypedObject Permission 
Instance details

Defined in GI.Gio.Objects.Permission

Methods

glibType :: IO GType #

TypedObject PropertyAction 
Instance details

Defined in GI.Gio.Objects.PropertyAction

Methods

glibType :: IO GType #

TypedObject ProxyAddress 
Instance details

Defined in GI.Gio.Objects.ProxyAddress

Methods

glibType :: IO GType #

TypedObject ProxyAddressEnumerator 
Instance details

Defined in GI.Gio.Objects.ProxyAddressEnumerator

Methods

glibType :: IO GType #

TypedObject Resolver 
Instance details

Defined in GI.Gio.Objects.Resolver

Methods

glibType :: IO GType #

TypedObject Settings 
Instance details

Defined in GI.Gio.Objects.Settings

Methods

glibType :: IO GType #

TypedObject SettingsBackend 
Instance details

Defined in GI.Gio.Objects.SettingsBackend

Methods

glibType :: IO GType #

TypedObject SimpleAction 
Instance details

Defined in GI.Gio.Objects.SimpleAction

Methods

glibType :: IO GType #

TypedObject SimpleActionGroup 
Instance details

Defined in GI.Gio.Objects.SimpleActionGroup

Methods

glibType :: IO GType #

TypedObject SimpleAsyncResult 
Instance details

Defined in GI.Gio.Objects.SimpleAsyncResult

Methods

glibType :: IO GType #

TypedObject SimpleIOStream 
Instance details

Defined in GI.Gio.Objects.SimpleIOStream

Methods

glibType :: IO GType #

TypedObject SimplePermission 
Instance details

Defined in GI.Gio.Objects.SimplePermission

Methods

glibType :: IO GType #

TypedObject SimpleProxyResolver 
Instance details

Defined in GI.Gio.Objects.SimpleProxyResolver

Methods

glibType :: IO GType #

TypedObject Socket 
Instance details

Defined in GI.Gio.Objects.Socket

Methods

glibType :: IO GType #

TypedObject SocketAddress 
Instance details

Defined in GI.Gio.Objects.SocketAddress

Methods

glibType :: IO GType #

TypedObject SocketAddressEnumerator 
Instance details

Defined in GI.Gio.Objects.SocketAddressEnumerator

Methods

glibType :: IO GType #

TypedObject SocketClient 
Instance details

Defined in GI.Gio.Objects.SocketClient

Methods

glibType :: IO GType #

TypedObject SocketConnection 
Instance details

Defined in GI.Gio.Objects.SocketConnection

Methods

glibType :: IO GType #

TypedObject SocketControlMessage 
Instance details

Defined in GI.Gio.Objects.SocketControlMessage

Methods

glibType :: IO GType #

TypedObject SocketListener 
Instance details

Defined in GI.Gio.Objects.SocketListener

Methods

glibType :: IO GType #

TypedObject SocketService 
Instance details

Defined in GI.Gio.Objects.SocketService

Methods

glibType :: IO GType #

TypedObject Subprocess 
Instance details

Defined in GI.Gio.Objects.Subprocess

Methods

glibType :: IO GType #

TypedObject SubprocessLauncher 
Instance details

Defined in GI.Gio.Objects.SubprocessLauncher

Methods

glibType :: IO GType #

TypedObject Task 
Instance details

Defined in GI.Gio.Objects.Task

Methods

glibType :: IO GType #

TypedObject TcpConnection 
Instance details

Defined in GI.Gio.Objects.TcpConnection

Methods

glibType :: IO GType #

TypedObject TcpWrapperConnection 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

Methods

glibType :: IO GType #

TypedObject TestDBus 
Instance details

Defined in GI.Gio.Objects.TestDBus

Methods

glibType :: IO GType #

TypedObject ThemedIcon 
Instance details

Defined in GI.Gio.Objects.ThemedIcon

Methods

glibType :: IO GType #

TypedObject ThreadedResolver 
Instance details

Defined in GI.Gio.Objects.ThreadedResolver

Methods

glibType :: IO GType #

TypedObject ThreadedSocketService 
Instance details

Defined in GI.Gio.Objects.ThreadedSocketService

Methods

glibType :: IO GType #

TypedObject TlsCertificate 
Instance details

Defined in GI.Gio.Objects.TlsCertificate

Methods

glibType :: IO GType #

TypedObject TlsConnection 
Instance details

Defined in GI.Gio.Objects.TlsConnection

Methods

glibType :: IO GType #

TypedObject TlsDatabase 
Instance details

Defined in GI.Gio.Objects.TlsDatabase

Methods

glibType :: IO GType #

TypedObject TlsInteraction 
Instance details

Defined in GI.Gio.Objects.TlsInteraction

Methods

glibType :: IO GType #

TypedObject TlsPassword 
Instance details

Defined in GI.Gio.Objects.TlsPassword

Methods

glibType :: IO GType #

TypedObject UnixConnection 
Instance details

Defined in GI.Gio.Objects.UnixConnection

Methods

glibType :: IO GType #

TypedObject UnixCredentialsMessage 
Instance details

Defined in GI.Gio.Objects.UnixCredentialsMessage

Methods

glibType :: IO GType #

TypedObject UnixFDList 
Instance details

Defined in GI.Gio.Objects.UnixFDList

Methods

glibType :: IO GType #

TypedObject UnixFDMessage 
Instance details

Defined in GI.Gio.Objects.UnixFDMessage

Methods

glibType :: IO GType #

TypedObject UnixInputStream 
Instance details

Defined in GI.Gio.Objects.UnixInputStream

Methods

glibType :: IO GType #

TypedObject UnixMountMonitor 
Instance details

Defined in GI.Gio.Objects.UnixMountMonitor

Methods

glibType :: IO GType #

TypedObject UnixOutputStream 
Instance details

Defined in GI.Gio.Objects.UnixOutputStream

Methods

glibType :: IO GType #

TypedObject UnixSocketAddress 
Instance details

Defined in GI.Gio.Objects.UnixSocketAddress

Methods

glibType :: IO GType #

TypedObject Vfs 
Instance details

Defined in GI.Gio.Objects.Vfs

Methods

glibType :: IO GType #

TypedObject VolumeMonitor 
Instance details

Defined in GI.Gio.Objects.VolumeMonitor

Methods

glibType :: IO GType #

TypedObject ZlibCompressor 
Instance details

Defined in GI.Gio.Objects.ZlibCompressor

Methods

glibType :: IO GType #

TypedObject ZlibDecompressor 
Instance details

Defined in GI.Gio.Objects.ZlibDecompressor

Methods

glibType :: IO GType #

TypedObject DBusAnnotationInfo 
Instance details

Defined in GI.Gio.Structs.DBusAnnotationInfo

Methods

glibType :: IO GType #

TypedObject DBusArgInfo 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

Methods

glibType :: IO GType #

TypedObject DBusInterfaceInfo 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceInfo

Methods

glibType :: IO GType #

TypedObject DBusMethodInfo 
Instance details

Defined in GI.Gio.Structs.DBusMethodInfo

Methods

glibType :: IO GType #

TypedObject DBusNodeInfo 
Instance details

Defined in GI.Gio.Structs.DBusNodeInfo

Methods

glibType :: IO GType #

TypedObject DBusPropertyInfo 
Instance details

Defined in GI.Gio.Structs.DBusPropertyInfo

Methods

glibType :: IO GType #

TypedObject DBusSignalInfo 
Instance details

Defined in GI.Gio.Structs.DBusSignalInfo

Methods

glibType :: IO GType #

TypedObject FileAttributeInfoList 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfoList

Methods

glibType :: IO GType #

TypedObject FileAttributeMatcher 
Instance details

Defined in GI.Gio.Structs.FileAttributeMatcher

Methods

glibType :: IO GType #

TypedObject Resource 
Instance details

Defined in GI.Gio.Structs.Resource

Methods

glibType :: IO GType #

TypedObject SettingsSchema 
Instance details

Defined in GI.Gio.Structs.SettingsSchema

Methods

glibType :: IO GType #

TypedObject SettingsSchemaKey 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaKey

Methods

glibType :: IO GType #

TypedObject SettingsSchemaSource 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaSource

Methods

glibType :: IO GType #

TypedObject SrvTarget 
Instance details

Defined in GI.Gio.Structs.SrvTarget

Methods

glibType :: IO GType #

TypedObject UnixMountEntry 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

Methods

glibType :: IO GType #

TypedObject UnixMountPoint 
Instance details

Defined in GI.Gio.Structs.UnixMountPoint

Methods

glibType :: IO GType #

TypedObject NormalizeMode 
Instance details

Defined in GI.GLib.Enums

Methods

glibType :: IO GType #

TypedObject UnicodeBreakType 
Instance details

Defined in GI.GLib.Enums

Methods

glibType :: IO GType #

TypedObject UnicodeScript 
Instance details

Defined in GI.GLib.Enums

Methods

glibType :: IO GType #

TypedObject UnicodeType 
Instance details

Defined in GI.GLib.Enums

Methods

glibType :: IO GType #

TypedObject IOCondition 
Instance details

Defined in GI.GLib.Flags

Methods

glibType :: IO GType #

TypedObject BookmarkFile 
Instance details

Defined in GI.GLib.Structs.BookmarkFile

Methods

glibType :: IO GType #

TypedObject ByteArray 
Instance details

Defined in GI.GLib.Structs.ByteArray

Methods

glibType :: IO GType #

TypedObject Bytes 
Instance details

Defined in GI.GLib.Structs.Bytes

Methods

glibType :: IO GType #

TypedObject Checksum 
Instance details

Defined in GI.GLib.Structs.Checksum

Methods

glibType :: IO GType #

TypedObject Date 
Instance details

Defined in GI.GLib.Structs.Date

Methods

glibType :: IO GType #

TypedObject DateTime 
Instance details

Defined in GI.GLib.Structs.DateTime

Methods

glibType :: IO GType #

TypedObject Dir 
Instance details

Defined in GI.GLib.Structs.Dir

Methods

glibType :: IO GType #

TypedObject Hmac 
Instance details

Defined in GI.GLib.Structs.Hmac

Methods

glibType :: IO GType #

TypedObject IOChannel 
Instance details

Defined in GI.GLib.Structs.IOChannel

Methods

glibType :: IO GType #

TypedObject KeyFile 
Instance details

Defined in GI.GLib.Structs.KeyFile

Methods

glibType :: IO GType #

TypedObject MainContext 
Instance details

Defined in GI.GLib.Structs.MainContext

Methods

glibType :: IO GType #

TypedObject MainLoop 
Instance details

Defined in GI.GLib.Structs.MainLoop

Methods

glibType :: IO GType #

TypedObject MappedFile 
Instance details

Defined in GI.GLib.Structs.MappedFile

Methods

glibType :: IO GType #

TypedObject MarkupParseContext 
Instance details

Defined in GI.GLib.Structs.MarkupParseContext

Methods

glibType :: IO GType #

TypedObject MatchInfo 
Instance details

Defined in GI.GLib.Structs.MatchInfo

Methods

glibType :: IO GType #

TypedObject OptionGroup 
Instance details

Defined in GI.GLib.Structs.OptionGroup

Methods

glibType :: IO GType #

TypedObject PatternSpec 
Instance details

Defined in GI.GLib.Structs.PatternSpec

Methods

glibType :: IO GType #

TypedObject PollFD 
Instance details

Defined in GI.GLib.Structs.PollFD

Methods

glibType :: IO GType #

TypedObject PtrArray 
Instance details

Defined in GI.GLib.Structs.PtrArray

Methods

glibType :: IO GType #

TypedObject Rand 
Instance details

Defined in GI.GLib.Structs.Rand

Methods

glibType :: IO GType #

TypedObject Regex 
Instance details

Defined in GI.GLib.Structs.Regex

Methods

glibType :: IO GType #

TypedObject Source 
Instance details

Defined in GI.GLib.Structs.Source

Methods

glibType :: IO GType #

TypedObject String 
Instance details

Defined in GI.GLib.Structs.String

Methods

glibType :: IO GType #

TypedObject StrvBuilder 
Instance details

Defined in GI.GLib.Structs.StrvBuilder

Methods

glibType :: IO GType #

TypedObject Thread 
Instance details

Defined in GI.GLib.Structs.Thread

Methods

glibType :: IO GType #

TypedObject TimeZone 
Instance details

Defined in GI.GLib.Structs.TimeZone

Methods

glibType :: IO GType #

TypedObject Tree 
Instance details

Defined in GI.GLib.Structs.Tree

Methods

glibType :: IO GType #

TypedObject Uri 
Instance details

Defined in GI.GLib.Structs.Uri

Methods

glibType :: IO GType #

TypedObject VariantBuilder 
Instance details

Defined in GI.GLib.Structs.VariantBuilder

Methods

glibType :: IO GType #

TypedObject VariantDict 
Instance details

Defined in GI.GLib.Structs.VariantDict

Methods

glibType :: IO GType #

TypedObject VariantType 
Instance details

Defined in GI.GLib.Structs.VariantType

Methods

glibType :: IO GType #

TypedObject BindingFlags 
Instance details

Defined in GI.GObject.Flags

Methods

glibType :: IO GType #

TypedObject IOCondition 
Instance details

Defined in GI.GObject.Flags

Methods

glibType :: IO GType #

TypedObject Binding 
Instance details

Defined in GI.GObject.Objects.Binding

Methods

glibType :: IO GType #

TypedObject BindingGroup 
Instance details

Defined in GI.GObject.Objects.BindingGroup

Methods

glibType :: IO GType #

TypedObject InitiallyUnowned 
Instance details

Defined in GI.GObject.Objects.InitiallyUnowned

Methods

glibType :: IO GType #

TypedObject Object 
Instance details

Defined in GI.GObject.Objects.Object

Methods

glibType :: IO GType #

TypedObject ParamSpec 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

glibType :: IO GType #

TypedObject ParamSpecBoolean 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoolean

Methods

glibType :: IO GType #

TypedObject ParamSpecBoxed 
Instance details

Defined in GI.GObject.Objects.ParamSpecBoxed

Methods

glibType :: IO GType #

TypedObject ParamSpecChar 
Instance details

Defined in GI.GObject.Objects.ParamSpecChar

Methods

glibType :: IO GType #

TypedObject ParamSpecDouble 
Instance details

Defined in GI.GObject.Objects.ParamSpecDouble

Methods

glibType :: IO GType #

TypedObject ParamSpecEnum 
Instance details

Defined in GI.GObject.Objects.ParamSpecEnum

Methods

glibType :: IO GType #

TypedObject ParamSpecFlags 
Instance details

Defined in GI.GObject.Objects.ParamSpecFlags

Methods

glibType :: IO GType #

TypedObject ParamSpecFloat 
Instance details

Defined in GI.GObject.Objects.ParamSpecFloat

Methods

glibType :: IO GType #

TypedObject ParamSpecGType 
Instance details

Defined in GI.GObject.Objects.ParamSpecGType

Methods

glibType :: IO GType #

TypedObject ParamSpecInt 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt

Methods

glibType :: IO GType #

TypedObject ParamSpecInt64 
Instance details

Defined in GI.GObject.Objects.ParamSpecInt64

Methods

glibType :: IO GType #

TypedObject ParamSpecLong 
Instance details

Defined in GI.GObject.Objects.ParamSpecLong

Methods

glibType :: IO GType #

TypedObject ParamSpecObject 
Instance details

Defined in GI.GObject.Objects.ParamSpecObject

Methods

glibType :: IO GType #

TypedObject ParamSpecOverride 
Instance details

Defined in GI.GObject.Objects.ParamSpecOverride

Methods

glibType :: IO GType #

TypedObject ParamSpecParam 
Instance details

Defined in GI.GObject.Objects.ParamSpecParam

Methods

glibType :: IO GType #

TypedObject ParamSpecPointer 
Instance details

Defined in GI.GObject.Objects.ParamSpecPointer

Methods

glibType :: IO GType #

TypedObject ParamSpecString 
Instance details

Defined in GI.GObject.Objects.ParamSpecString

Methods

glibType :: IO GType #

TypedObject ParamSpecUChar 
Instance details

Defined in GI.GObject.Objects.ParamSpecUChar

Methods

glibType :: IO GType #

TypedObject ParamSpecUInt 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt

Methods

glibType :: IO GType #

TypedObject ParamSpecUInt64 
Instance details

Defined in GI.GObject.Objects.ParamSpecUInt64

Methods

glibType :: IO GType #

TypedObject ParamSpecULong 
Instance details

Defined in GI.GObject.Objects.ParamSpecULong

Methods

glibType :: IO GType #

TypedObject ParamSpecUnichar 
Instance details

Defined in GI.GObject.Objects.ParamSpecUnichar

Methods

glibType :: IO GType #

TypedObject ParamSpecValueArray 
Instance details

Defined in GI.GObject.Objects.ParamSpecValueArray

Methods

glibType :: IO GType #

TypedObject ParamSpecVariant 
Instance details

Defined in GI.GObject.Objects.ParamSpecVariant

Methods

glibType :: IO GType #

TypedObject SignalGroup 
Instance details

Defined in GI.GObject.Objects.SignalGroup

Methods

glibType :: IO GType #

TypedObject TypeModule 
Instance details

Defined in GI.GObject.Objects.TypeModule

Methods

glibType :: IO GType #

TypedObject ValueArray 
Instance details

Defined in GI.GObject.Structs.ValueArray

Methods

glibType :: IO GType #

TypedObject Box 
Instance details

Defined in GI.Graphene.Structs.Box

Methods

glibType :: IO GType #

TypedObject Euler 
Instance details

Defined in GI.Graphene.Structs.Euler

Methods

glibType :: IO GType #

TypedObject Frustum 
Instance details

Defined in GI.Graphene.Structs.Frustum

Methods

glibType :: IO GType #

TypedObject Matrix 
Instance details

Defined in GI.Graphene.Structs.Matrix

Methods

glibType :: IO GType #

TypedObject Plane 
Instance details

Defined in GI.Graphene.Structs.Plane

Methods

glibType :: IO GType #

TypedObject Point 
Instance details

Defined in GI.Graphene.Structs.Point

Methods

glibType :: IO GType #

TypedObject Point3D 
Instance details

Defined in GI.Graphene.Structs.Point3D

Methods

glibType :: IO GType #

TypedObject Quad 
Instance details

Defined in GI.Graphene.Structs.Quad

Methods

glibType :: IO GType #

TypedObject Quaternion 
Instance details

Defined in GI.Graphene.Structs.Quaternion

Methods

glibType :: IO GType #

TypedObject Ray 
Instance details

Defined in GI.Graphene.Structs.Ray

Methods

glibType :: IO GType #

TypedObject Rect 
Instance details

Defined in GI.Graphene.Structs.Rect

Methods

glibType :: IO GType #

TypedObject Size 
Instance details

Defined in GI.Graphene.Structs.Size

Methods

glibType :: IO GType #

TypedObject Sphere 
Instance details

Defined in GI.Graphene.Structs.Sphere

Methods

glibType :: IO GType #

TypedObject Triangle 
Instance details

Defined in GI.Graphene.Structs.Triangle

Methods

glibType :: IO GType #

TypedObject Vec2 
Instance details

Defined in GI.Graphene.Structs.Vec2

Methods

glibType :: IO GType #

TypedObject Vec3 
Instance details

Defined in GI.Graphene.Structs.Vec3

Methods

glibType :: IO GType #

TypedObject Vec4 
Instance details

Defined in GI.Graphene.Structs.Vec4

Methods

glibType :: IO GType #

TypedObject BlendMode 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject Corner 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject FillRule 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject GLUniformType 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject LineCap 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject LineJoin 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject MaskMode 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject PathDirection 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject PathOperation 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject RenderNodeType 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject ScalingFilter 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject SerializationError 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject TransformCategory 
Instance details

Defined in GI.Gsk.Enums

Methods

glibType :: IO GType #

TypedObject PathForeachFlags 
Instance details

Defined in GI.Gsk.Flags

Methods

glibType :: IO GType #

TypedObject BlendNode 
Instance details

Defined in GI.Gsk.Objects.BlendNode

Methods

glibType :: IO GType #

TypedObject BlurNode 
Instance details

Defined in GI.Gsk.Objects.BlurNode

Methods

glibType :: IO GType #

TypedObject BorderNode 
Instance details

Defined in GI.Gsk.Objects.BorderNode

Methods

glibType :: IO GType #

TypedObject BroadwayRenderer 
Instance details

Defined in GI.Gsk.Objects.BroadwayRenderer

Methods

glibType :: IO GType #

TypedObject CairoNode 
Instance details

Defined in GI.Gsk.Objects.CairoNode

Methods

glibType :: IO GType #

TypedObject CairoRenderer 
Instance details

Defined in GI.Gsk.Objects.CairoRenderer

Methods

glibType :: IO GType #

TypedObject ClipNode 
Instance details

Defined in GI.Gsk.Objects.ClipNode

Methods

glibType :: IO GType #

TypedObject ColorMatrixNode 
Instance details

Defined in GI.Gsk.Objects.ColorMatrixNode

Methods

glibType :: IO GType #

TypedObject ColorNode 
Instance details

Defined in GI.Gsk.Objects.ColorNode

Methods

glibType :: IO GType #

TypedObject ConicGradientNode 
Instance details

Defined in GI.Gsk.Objects.ConicGradientNode

Methods

glibType :: IO GType #

TypedObject ContainerNode 
Instance details

Defined in GI.Gsk.Objects.ContainerNode

Methods

glibType :: IO GType #

TypedObject CrossFadeNode 
Instance details

Defined in GI.Gsk.Objects.CrossFadeNode

Methods

glibType :: IO GType #

TypedObject DebugNode 
Instance details

Defined in GI.Gsk.Objects.DebugNode

Methods

glibType :: IO GType #

TypedObject FillNode 
Instance details

Defined in GI.Gsk.Objects.FillNode

Methods

glibType :: IO GType #

TypedObject GLRenderer 
Instance details

Defined in GI.Gsk.Objects.GLRenderer

Methods

glibType :: IO GType #

TypedObject GLShader 
Instance details

Defined in GI.Gsk.Objects.GLShader

Methods

glibType :: IO GType #

TypedObject GLShaderNode 
Instance details

Defined in GI.Gsk.Objects.GLShaderNode

Methods

glibType :: IO GType #

TypedObject InsetShadowNode 
Instance details

Defined in GI.Gsk.Objects.InsetShadowNode

Methods

glibType :: IO GType #

TypedObject LinearGradientNode 
Instance details

Defined in GI.Gsk.Objects.LinearGradientNode

Methods

glibType :: IO GType #

TypedObject MaskNode 
Instance details

Defined in GI.Gsk.Objects.MaskNode

Methods

glibType :: IO GType #

TypedObject NglRenderer 
Instance details

Defined in GI.Gsk.Objects.NglRenderer

Methods

glibType :: IO GType #

TypedObject OpacityNode 
Instance details

Defined in GI.Gsk.Objects.OpacityNode

Methods

glibType :: IO GType #

TypedObject OutsetShadowNode 
Instance details

Defined in GI.Gsk.Objects.OutsetShadowNode

Methods

glibType :: IO GType #

TypedObject RadialGradientNode 
Instance details

Defined in GI.Gsk.Objects.RadialGradientNode

Methods

glibType :: IO GType #

TypedObject RenderNode 
Instance details

Defined in GI.Gsk.Objects.RenderNode

Methods

glibType :: IO GType #

TypedObject Renderer 
Instance details

Defined in GI.Gsk.Objects.Renderer

Methods

glibType :: IO GType #

TypedObject RepeatNode 
Instance details

Defined in GI.Gsk.Objects.RepeatNode

Methods

glibType :: IO GType #

TypedObject RepeatingLinearGradientNode 
Instance details

Defined in GI.Gsk.Objects.RepeatingLinearGradientNode

Methods

glibType :: IO GType #

TypedObject RepeatingRadialGradientNode 
Instance details

Defined in GI.Gsk.Objects.RepeatingRadialGradientNode

Methods

glibType :: IO GType #

TypedObject RoundedClipNode 
Instance details

Defined in GI.Gsk.Objects.RoundedClipNode

Methods

glibType :: IO GType #

TypedObject ShadowNode 
Instance details

Defined in GI.Gsk.Objects.ShadowNode

Methods

glibType :: IO GType #

TypedObject StrokeNode 
Instance details

Defined in GI.Gsk.Objects.StrokeNode

Methods

glibType :: IO GType #

TypedObject SubsurfaceNode 
Instance details

Defined in GI.Gsk.Objects.SubsurfaceNode

Methods

glibType :: IO GType #

TypedObject TextNode 
Instance details

Defined in GI.Gsk.Objects.TextNode

Methods

glibType :: IO GType #

TypedObject TextureNode 
Instance details

Defined in GI.Gsk.Objects.TextureNode

Methods

glibType :: IO GType #

TypedObject TextureScaleNode 
Instance details

Defined in GI.Gsk.Objects.TextureScaleNode

Methods

glibType :: IO GType #

TypedObject TransformNode 
Instance details

Defined in GI.Gsk.Objects.TransformNode

Methods

glibType :: IO GType #

TypedObject VulkanRenderer 
Instance details

Defined in GI.Gsk.Objects.VulkanRenderer

Methods

glibType :: IO GType #

TypedObject Path 
Instance details

Defined in GI.Gsk.Structs.Path

Methods

glibType :: IO GType #

TypedObject PathBuilder 
Instance details

Defined in GI.Gsk.Structs.PathBuilder

Methods

glibType :: IO GType #

TypedObject PathMeasure 
Instance details

Defined in GI.Gsk.Structs.PathMeasure

Methods

glibType :: IO GType #

TypedObject PathPoint 
Instance details

Defined in GI.Gsk.Structs.PathPoint

Methods

glibType :: IO GType #

TypedObject ShaderArgsBuilder 
Instance details

Defined in GI.Gsk.Structs.ShaderArgsBuilder

Methods

glibType :: IO GType #

TypedObject Stroke 
Instance details

Defined in GI.Gsk.Structs.Stroke

Methods

glibType :: IO GType #

TypedObject Transform 
Instance details

Defined in GI.Gsk.Structs.Transform

Methods

glibType :: IO GType #

TypedObject AccessibleAnnouncementPriority Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleAutocomplete Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleInvalidState Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessiblePlatformState Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleProperty Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleRelation Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleRole Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleSort Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleState Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleTextContentChange Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleTextGranularity Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AccessibleTristate Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Align Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ArrowType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject AssistantPageType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject BaselinePosition Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject BorderStyle Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject BuilderError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ButtonsType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject CellRendererAccelMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject CellRendererMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Collation Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ConstraintAttribute Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ConstraintRelation Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ConstraintStrength Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ConstraintVflParserError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ContentFit Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject CornerType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject DeleteType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject DialogError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject DirectionType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject EditableProperties Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject EntryIconPosition Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject EventSequenceState Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject FileChooserAction Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject FileChooserError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject FilterChange Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject FilterMatch Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject FontLevel Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject FontRendering Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject GraphicsOffloadEnabled Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject IconSize Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject IconThemeError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject IconViewDropPosition Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ImageType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject InputPurpose Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject InscriptionOverflow Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Justification Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject LevelBarMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject License Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ListTabBehavior Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject MessageType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject MovementStep Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject NaturalWrapMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject NotebookTab Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject NumberUpLayout Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Ordering Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Orientation Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Overflow Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PackType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PadActionType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PageOrientation Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PageSet Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PanDirection Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PolicyType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PositionType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintDuplex Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintOperationAction Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintOperationResult Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintPages Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintQuality Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PrintStatus Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PropagationLimit Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject PropagationPhase Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject RecentManagerError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ResponseType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject RevealerTransitionType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollStep Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollablePolicy Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SelectionMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SensitivityType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ShortcutScope Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ShortcutType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SizeGroupMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SizeRequestMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SortType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SorterChange Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SorterOrder Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SpinButtonUpdatePolicy Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SpinType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject StackTransitionType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject StringFilterMatchMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SymbolicColor Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject SystemSetting Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TextDirection Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TextExtendSelection Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TextViewLayer Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TextWindowType Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TreeViewColumnSizing Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TreeViewDropPosition Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject TreeViewGridLines Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject Unit Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject WrapMode Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

glibType :: IO GType #

TypedObject ApplicationInhibitFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject BuilderClosureFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject CellRendererState Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject DebugFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject DialogFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject EventControllerScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject FontChooserLevel Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject IconLookupFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject InputHints Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject ListScrollFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject PickFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject PopoverMenuFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject PrintCapabilities Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject ShortcutActionFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject StateFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject StyleContextPrintFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject TextBufferNotifyFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject TextSearchFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject TreeModelFlags Source # 
Instance details

Defined in GI.Gtk.Flags

Methods

glibType :: IO GType #

TypedObject Accessible Source # 
Instance details

Defined in GI.Gtk.Interfaces.Accessible

Methods

glibType :: IO GType #

TypedObject AccessibleRange Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleRange

Methods

glibType :: IO GType #

TypedObject AccessibleText Source # 
Instance details

Defined in GI.Gtk.Interfaces.AccessibleText

Methods

glibType :: IO GType #

TypedObject Actionable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

glibType :: IO GType #

TypedObject AppChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.AppChooser

Methods

glibType :: IO GType #

TypedObject Buildable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Buildable

Methods

glibType :: IO GType #

TypedObject BuilderScope Source # 
Instance details

Defined in GI.Gtk.Interfaces.BuilderScope

Methods

glibType :: IO GType #

TypedObject CellEditable Source # 
Instance details

Defined in GI.Gtk.Interfaces.CellEditable

Methods

glibType :: IO GType #

TypedObject CellLayout Source # 
Instance details

Defined in GI.Gtk.Interfaces.CellLayout

Methods

glibType :: IO GType #

TypedObject ColorChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.ColorChooser

Methods

glibType :: IO GType #

TypedObject ConstraintTarget Source # 
Instance details

Defined in GI.Gtk.Interfaces.ConstraintTarget

Methods

glibType :: IO GType #

TypedObject Editable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Editable

Methods

glibType :: IO GType #

TypedObject FileChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FileChooser

Methods

glibType :: IO GType #

TypedObject FontChooser Source # 
Instance details

Defined in GI.Gtk.Interfaces.FontChooser

Methods

glibType :: IO GType #

TypedObject Native Source # 
Instance details

Defined in GI.Gtk.Interfaces.Native

Methods

glibType :: IO GType #

TypedObject Orientable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Orientable

Methods

glibType :: IO GType #

TypedObject PrintOperationPreview Source # 
Instance details

Defined in GI.Gtk.Interfaces.PrintOperationPreview

Methods

glibType :: IO GType #

TypedObject Root Source # 
Instance details

Defined in GI.Gtk.Interfaces.Root

Methods

glibType :: IO GType #

TypedObject Scrollable Source # 
Instance details

Defined in GI.Gtk.Interfaces.Scrollable

Methods

glibType :: IO GType #

TypedObject SectionModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.SectionModel

Methods

glibType :: IO GType #

TypedObject SelectionModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.SelectionModel

Methods

glibType :: IO GType #

TypedObject ShortcutManager Source # 
Instance details

Defined in GI.Gtk.Interfaces.ShortcutManager

Methods

glibType :: IO GType #

TypedObject StyleProvider Source # 
Instance details

Defined in GI.Gtk.Interfaces.StyleProvider

Methods

glibType :: IO GType #

TypedObject SymbolicPaintable Source # 
Instance details

Defined in GI.Gtk.Interfaces.SymbolicPaintable

Methods

glibType :: IO GType #

TypedObject TreeModel Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeModel

Methods

glibType :: IO GType #

TypedObject TreeSortable Source # 
Instance details

Defined in GI.Gtk.Interfaces.TreeSortable

Methods

glibType :: IO GType #

TypedObject ATContext Source # 
Instance details

Defined in GI.Gtk.Objects.ATContext

Methods

glibType :: IO GType #

TypedObject AboutDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AboutDialog

Methods

glibType :: IO GType #

TypedObject ActionBar Source # 
Instance details

Defined in GI.Gtk.Objects.ActionBar

Methods

glibType :: IO GType #

TypedObject ActivateAction Source # 
Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

glibType :: IO GType #

TypedObject Adjustment Source # 
Instance details

Defined in GI.Gtk.Objects.Adjustment

Methods

glibType :: IO GType #

TypedObject AlertDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AlertDialog

Methods

glibType :: IO GType #

TypedObject AlternativeTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.AlternativeTrigger

Methods

glibType :: IO GType #

TypedObject AnyFilter Source # 
Instance details

Defined in GI.Gtk.Objects.AnyFilter

Methods

glibType :: IO GType #

TypedObject AppChooserButton Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserButton

Methods

glibType :: IO GType #

TypedObject AppChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserDialog

Methods

glibType :: IO GType #

TypedObject AppChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.AppChooserWidget

Methods

glibType :: IO GType #

TypedObject Application Source # 
Instance details

Defined in GI.Gtk.Objects.Application

Methods

glibType :: IO GType #

TypedObject ApplicationWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ApplicationWindow

Methods

glibType :: IO GType #

TypedObject AspectFrame Source # 
Instance details

Defined in GI.Gtk.Objects.AspectFrame

Methods

glibType :: IO GType #

TypedObject Assistant Source # 
Instance details

Defined in GI.Gtk.Objects.Assistant

Methods

glibType :: IO GType #

TypedObject AssistantPage Source # 
Instance details

Defined in GI.Gtk.Objects.AssistantPage

Methods

glibType :: IO GType #

TypedObject BinLayout Source # 
Instance details

Defined in GI.Gtk.Objects.BinLayout

Methods

glibType :: IO GType #

TypedObject BookmarkList Source # 
Instance details

Defined in GI.Gtk.Objects.BookmarkList

Methods

glibType :: IO GType #

TypedObject BoolFilter Source # 
Instance details

Defined in GI.Gtk.Objects.BoolFilter

Methods

glibType :: IO GType #

TypedObject Box Source # 
Instance details

Defined in GI.Gtk.Objects.Box

Methods

glibType :: IO GType #

TypedObject BoxLayout Source # 
Instance details

Defined in GI.Gtk.Objects.BoxLayout

Methods

glibType :: IO GType #

TypedObject Builder Source # 
Instance details

Defined in GI.Gtk.Objects.Builder

Methods

glibType :: IO GType #

TypedObject BuilderCScope Source # 
Instance details

Defined in GI.Gtk.Objects.BuilderCScope

Methods

glibType :: IO GType #

TypedObject BuilderListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.BuilderListItemFactory

Methods

glibType :: IO GType #

TypedObject Button Source # 
Instance details

Defined in GI.Gtk.Objects.Button

Methods

glibType :: IO GType #

TypedObject CClosureExpression Source # 
Instance details

Defined in GI.Gtk.Objects.CClosureExpression

Methods

glibType :: IO GType #

TypedObject Calendar Source # 
Instance details

Defined in GI.Gtk.Objects.Calendar

Methods

glibType :: IO GType #

TypedObject CallbackAction Source # 
Instance details

Defined in GI.Gtk.Objects.CallbackAction

Methods

glibType :: IO GType #

TypedObject CellArea Source # 
Instance details

Defined in GI.Gtk.Objects.CellArea

Methods

glibType :: IO GType #

TypedObject CellAreaBox Source # 
Instance details

Defined in GI.Gtk.Objects.CellAreaBox

Methods

glibType :: IO GType #

TypedObject CellAreaContext Source # 
Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

glibType :: IO GType #

TypedObject CellRenderer Source # 
Instance details

Defined in GI.Gtk.Objects.CellRenderer

Methods

glibType :: IO GType #

TypedObject CellRendererAccel Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererAccel

Methods

glibType :: IO GType #

TypedObject CellRendererCombo Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererCombo

Methods

glibType :: IO GType #

TypedObject CellRendererPixbuf Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererPixbuf

Methods

glibType :: IO GType #

TypedObject CellRendererProgress Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererProgress

Methods

glibType :: IO GType #

TypedObject CellRendererSpin Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererSpin

Methods

glibType :: IO GType #

TypedObject CellRendererSpinner Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererSpinner

Methods

glibType :: IO GType #

TypedObject CellRendererText Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererText

Methods

glibType :: IO GType #

TypedObject CellRendererToggle Source # 
Instance details

Defined in GI.Gtk.Objects.CellRendererToggle

Methods

glibType :: IO GType #

TypedObject CellView Source # 
Instance details

Defined in GI.Gtk.Objects.CellView

Methods

glibType :: IO GType #

TypedObject CenterBox Source # 
Instance details

Defined in GI.Gtk.Objects.CenterBox

Methods

glibType :: IO GType #

TypedObject CenterLayout Source # 
Instance details

Defined in GI.Gtk.Objects.CenterLayout

Methods

glibType :: IO GType #

TypedObject CheckButton Source # 
Instance details

Defined in GI.Gtk.Objects.CheckButton

Methods

glibType :: IO GType #

TypedObject ClosureExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ClosureExpression

Methods

glibType :: IO GType #

TypedObject ColorButton Source # 
Instance details

Defined in GI.Gtk.Objects.ColorButton

Methods

glibType :: IO GType #

TypedObject ColorChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorChooserDialog

Methods

glibType :: IO GType #

TypedObject ColorChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.ColorChooserWidget

Methods

glibType :: IO GType #

TypedObject ColorDialog Source # 
Instance details

Defined in GI.Gtk.Objects.ColorDialog

Methods

glibType :: IO GType #

TypedObject ColorDialogButton Source # 
Instance details

Defined in GI.Gtk.Objects.ColorDialogButton

Methods

glibType :: IO GType #

TypedObject ColumnView Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnView

Methods

glibType :: IO GType #

TypedObject ColumnViewCell Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewCell

Methods

glibType :: IO GType #

TypedObject ColumnViewColumn Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewColumn

Methods

glibType :: IO GType #

TypedObject ColumnViewRow Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewRow

Methods

glibType :: IO GType #

TypedObject ColumnViewSorter Source # 
Instance details

Defined in GI.Gtk.Objects.ColumnViewSorter

Methods

glibType :: IO GType #

TypedObject ComboBox Source # 
Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

glibType :: IO GType #

TypedObject ComboBoxText Source # 
Instance details

Defined in GI.Gtk.Objects.ComboBoxText

Methods

glibType :: IO GType #

TypedObject ConstantExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ConstantExpression

Methods

glibType :: IO GType #

TypedObject Constraint Source # 
Instance details

Defined in GI.Gtk.Objects.Constraint

Methods

glibType :: IO GType #

TypedObject ConstraintGuide Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

glibType :: IO GType #

TypedObject ConstraintLayout Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintLayout

Methods

glibType :: IO GType #

TypedObject ConstraintLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.ConstraintLayoutChild

Methods

glibType :: IO GType #

TypedObject CssProvider Source # 
Instance details

Defined in GI.Gtk.Objects.CssProvider

Methods

glibType :: IO GType #

TypedObject CustomFilter Source # 
Instance details

Defined in GI.Gtk.Objects.CustomFilter

Methods

glibType :: IO GType #

TypedObject CustomLayout Source # 
Instance details

Defined in GI.Gtk.Objects.CustomLayout

Methods

glibType :: IO GType #

TypedObject CustomSorter Source # 
Instance details

Defined in GI.Gtk.Objects.CustomSorter

Methods

glibType :: IO GType #

TypedObject Dialog Source # 
Instance details

Defined in GI.Gtk.Objects.Dialog

Methods

glibType :: IO GType #

TypedObject DirectoryList Source # 
Instance details

Defined in GI.Gtk.Objects.DirectoryList

Methods

glibType :: IO GType #

TypedObject DragIcon Source # 
Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

glibType :: IO GType #

TypedObject DragSource Source # 
Instance details

Defined in GI.Gtk.Objects.DragSource

Methods

glibType :: IO GType #

TypedObject DrawingArea Source # 
Instance details

Defined in GI.Gtk.Objects.DrawingArea

Methods

glibType :: IO GType #

TypedObject DropControllerMotion Source # 
Instance details

Defined in GI.Gtk.Objects.DropControllerMotion

Methods

glibType :: IO GType #

TypedObject DropDown Source # 
Instance details

Defined in GI.Gtk.Objects.DropDown

Methods

glibType :: IO GType #

TypedObject DropTarget Source # 
Instance details

Defined in GI.Gtk.Objects.DropTarget

Methods

glibType :: IO GType #

TypedObject DropTargetAsync Source # 
Instance details

Defined in GI.Gtk.Objects.DropTargetAsync

Methods

glibType :: IO GType #

TypedObject EditableLabel Source # 
Instance details

Defined in GI.Gtk.Objects.EditableLabel

Methods

glibType :: IO GType #

TypedObject EmojiChooser Source # 
Instance details

Defined in GI.Gtk.Objects.EmojiChooser

Methods

glibType :: IO GType #

TypedObject Entry Source # 
Instance details

Defined in GI.Gtk.Objects.Entry

Methods

glibType :: IO GType #

TypedObject EntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

glibType :: IO GType #

TypedObject EntryCompletion Source # 
Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

glibType :: IO GType #

TypedObject EventController Source # 
Instance details

Defined in GI.Gtk.Objects.EventController

Methods

glibType :: IO GType #

TypedObject EventControllerFocus Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerFocus

Methods

glibType :: IO GType #

TypedObject EventControllerKey Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerKey

Methods

glibType :: IO GType #

TypedObject EventControllerLegacy Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerLegacy

Methods

glibType :: IO GType #

TypedObject EventControllerMotion Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerMotion

Methods

glibType :: IO GType #

TypedObject EventControllerScroll Source # 
Instance details

Defined in GI.Gtk.Objects.EventControllerScroll

Methods

glibType :: IO GType #

TypedObject EveryFilter Source # 
Instance details

Defined in GI.Gtk.Objects.EveryFilter

Methods

glibType :: IO GType #

TypedObject Expander Source # 
Instance details

Defined in GI.Gtk.Objects.Expander

Methods

glibType :: IO GType #

TypedObject Expression Source # 
Instance details

Defined in GI.Gtk.Objects.Expression

Methods

glibType :: IO GType #

TypedObject FileChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserDialog

Methods

glibType :: IO GType #

TypedObject FileChooserNative Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserNative

Methods

glibType :: IO GType #

TypedObject FileChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.FileChooserWidget

Methods

glibType :: IO GType #

TypedObject FileDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FileDialog

Methods

glibType :: IO GType #

TypedObject FileFilter Source # 
Instance details

Defined in GI.Gtk.Objects.FileFilter

Methods

glibType :: IO GType #

TypedObject FileLauncher Source # 
Instance details

Defined in GI.Gtk.Objects.FileLauncher

Methods

glibType :: IO GType #

TypedObject Filter Source # 
Instance details

Defined in GI.Gtk.Objects.Filter

Methods

glibType :: IO GType #

TypedObject FilterListModel Source # 
Instance details

Defined in GI.Gtk.Objects.FilterListModel

Methods

glibType :: IO GType #

TypedObject Fixed Source # 
Instance details

Defined in GI.Gtk.Objects.Fixed

Methods

glibType :: IO GType #

TypedObject FixedLayout Source # 
Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

glibType :: IO GType #

TypedObject FixedLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.FixedLayoutChild

Methods

glibType :: IO GType #

TypedObject FlattenListModel Source # 
Instance details

Defined in GI.Gtk.Objects.FlattenListModel

Methods

glibType :: IO GType #

TypedObject FlowBox Source # 
Instance details

Defined in GI.Gtk.Objects.FlowBox

Methods

glibType :: IO GType #

TypedObject FlowBoxChild Source # 
Instance details

Defined in GI.Gtk.Objects.FlowBoxChild

Methods

glibType :: IO GType #

TypedObject FontButton Source # 
Instance details

Defined in GI.Gtk.Objects.FontButton

Methods

glibType :: IO GType #

TypedObject FontChooserDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

Methods

glibType :: IO GType #

TypedObject FontChooserWidget Source # 
Instance details

Defined in GI.Gtk.Objects.FontChooserWidget

Methods

glibType :: IO GType #

TypedObject FontDialog Source # 
Instance details

Defined in GI.Gtk.Objects.FontDialog

Methods

glibType :: IO GType #

TypedObject FontDialogButton Source # 
Instance details

Defined in GI.Gtk.Objects.FontDialogButton

Methods

glibType :: IO GType #

TypedObject Frame Source # 
Instance details

Defined in GI.Gtk.Objects.Frame

Methods

glibType :: IO GType #

TypedObject GLArea Source # 
Instance details

Defined in GI.Gtk.Objects.GLArea

Methods

glibType :: IO GType #

TypedObject Gesture Source # 
Instance details

Defined in GI.Gtk.Objects.Gesture

Methods

glibType :: IO GType #

TypedObject GestureClick Source # 
Instance details

Defined in GI.Gtk.Objects.GestureClick

Methods

glibType :: IO GType #

TypedObject GestureDrag Source # 
Instance details

Defined in GI.Gtk.Objects.GestureDrag

Methods

glibType :: IO GType #

TypedObject GestureLongPress Source # 
Instance details

Defined in GI.Gtk.Objects.GestureLongPress

Methods

glibType :: IO GType #

TypedObject GesturePan Source # 
Instance details

Defined in GI.Gtk.Objects.GesturePan

Methods

glibType :: IO GType #

TypedObject GestureRotate Source # 
Instance details

Defined in GI.Gtk.Objects.GestureRotate

Methods

glibType :: IO GType #

TypedObject GestureSingle Source # 
Instance details

Defined in GI.Gtk.Objects.GestureSingle

Methods

glibType :: IO GType #

TypedObject GestureStylus Source # 
Instance details

Defined in GI.Gtk.Objects.GestureStylus

Methods

glibType :: IO GType #

TypedObject GestureSwipe Source # 
Instance details

Defined in GI.Gtk.Objects.GestureSwipe

Methods

glibType :: IO GType #

TypedObject GestureZoom Source # 
Instance details

Defined in GI.Gtk.Objects.GestureZoom

Methods

glibType :: IO GType #

TypedObject GraphicsOffload Source # 
Instance details

Defined in GI.Gtk.Objects.GraphicsOffload

Methods

glibType :: IO GType #

TypedObject Grid Source # 
Instance details

Defined in GI.Gtk.Objects.Grid

Methods

glibType :: IO GType #

TypedObject GridLayout Source # 
Instance details

Defined in GI.Gtk.Objects.GridLayout

Methods

glibType :: IO GType #

TypedObject GridLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.GridLayoutChild

Methods

glibType :: IO GType #

TypedObject GridView Source # 
Instance details

Defined in GI.Gtk.Objects.GridView

Methods

glibType :: IO GType #

TypedObject HeaderBar Source # 
Instance details

Defined in GI.Gtk.Objects.HeaderBar

Methods

glibType :: IO GType #

TypedObject IMContext Source # 
Instance details

Defined in GI.Gtk.Objects.IMContext

Methods

glibType :: IO GType #

TypedObject IMContextSimple Source # 
Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

glibType :: IO GType #

TypedObject IMMulticontext Source # 
Instance details

Defined in GI.Gtk.Objects.IMMulticontext

Methods

glibType :: IO GType #

TypedObject IconPaintable Source # 
Instance details

Defined in GI.Gtk.Objects.IconPaintable

Methods

glibType :: IO GType #

TypedObject IconTheme Source # 
Instance details

Defined in GI.Gtk.Objects.IconTheme

Methods

glibType :: IO GType #

TypedObject IconView Source # 
Instance details

Defined in GI.Gtk.Objects.IconView

Methods

glibType :: IO GType #

TypedObject Image Source # 
Instance details

Defined in GI.Gtk.Objects.Image

Methods

glibType :: IO GType #

TypedObject InfoBar Source # 
Instance details

Defined in GI.Gtk.Objects.InfoBar

Methods

glibType :: IO GType #

TypedObject Inscription Source # 
Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

glibType :: IO GType #

TypedObject KeyvalTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.KeyvalTrigger

Methods

glibType :: IO GType #

TypedObject Label Source # 
Instance details

Defined in GI.Gtk.Objects.Label

Methods

glibType :: IO GType #

TypedObject LayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.LayoutChild

Methods

glibType :: IO GType #

TypedObject LayoutManager Source # 
Instance details

Defined in GI.Gtk.Objects.LayoutManager

Methods

glibType :: IO GType #

TypedObject LevelBar Source # 
Instance details

Defined in GI.Gtk.Objects.LevelBar

Methods

glibType :: IO GType #

TypedObject LinkButton Source # 
Instance details

Defined in GI.Gtk.Objects.LinkButton

Methods

glibType :: IO GType #

TypedObject ListBase Source # 
Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

glibType :: IO GType #

TypedObject ListBox Source # 
Instance details

Defined in GI.Gtk.Objects.ListBox

Methods

glibType :: IO GType #

TypedObject ListBoxRow Source # 
Instance details

Defined in GI.Gtk.Objects.ListBoxRow

Methods

glibType :: IO GType #

TypedObject ListHeader Source # 
Instance details

Defined in GI.Gtk.Objects.ListHeader

Methods

glibType :: IO GType #

TypedObject ListItem Source # 
Instance details

Defined in GI.Gtk.Objects.ListItem

Methods

glibType :: IO GType #

TypedObject ListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.ListItemFactory

Methods

glibType :: IO GType #

TypedObject ListStore Source # 
Instance details

Defined in GI.Gtk.Objects.ListStore

Methods

glibType :: IO GType #

TypedObject ListView Source # 
Instance details

Defined in GI.Gtk.Objects.ListView

Methods

glibType :: IO GType #

TypedObject LockButton Source # 
Instance details

Defined in GI.Gtk.Objects.LockButton

Methods

glibType :: IO GType #

TypedObject MapListModel Source # 
Instance details

Defined in GI.Gtk.Objects.MapListModel

Methods

glibType :: IO GType #

TypedObject MediaControls Source # 
Instance details

Defined in GI.Gtk.Objects.MediaControls

Methods

glibType :: IO GType #

TypedObject MediaFile Source # 
Instance details

Defined in GI.Gtk.Objects.MediaFile

Methods

glibType :: IO GType #

TypedObject MediaStream Source # 
Instance details

Defined in GI.Gtk.Objects.MediaStream

Methods

glibType :: IO GType #

TypedObject MenuButton Source # 
Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

glibType :: IO GType #

TypedObject MessageDialog Source # 
Instance details

Defined in GI.Gtk.Objects.MessageDialog

Methods

glibType :: IO GType #

TypedObject MnemonicAction Source # 
Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

glibType :: IO GType #

TypedObject MnemonicTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.MnemonicTrigger

Methods

glibType :: IO GType #

TypedObject MountOperation Source # 
Instance details

Defined in GI.Gtk.Objects.MountOperation

Methods

glibType :: IO GType #

TypedObject MultiFilter Source # 
Instance details

Defined in GI.Gtk.Objects.MultiFilter

Methods

glibType :: IO GType #

TypedObject MultiSelection Source # 
Instance details

Defined in GI.Gtk.Objects.MultiSelection

Methods

glibType :: IO GType #

TypedObject MultiSorter Source # 
Instance details

Defined in GI.Gtk.Objects.MultiSorter

Methods

glibType :: IO GType #

TypedObject NamedAction Source # 
Instance details

Defined in GI.Gtk.Objects.NamedAction

Methods

glibType :: IO GType #

TypedObject NativeDialog Source # 
Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

glibType :: IO GType #

TypedObject NeverTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.NeverTrigger

Methods

glibType :: IO GType #

TypedObject NoSelection Source # 
Instance details

Defined in GI.Gtk.Objects.NoSelection

Methods

glibType :: IO GType #

TypedObject Notebook Source # 
Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

glibType :: IO GType #

TypedObject NotebookPage Source # 
Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

glibType :: IO GType #

TypedObject NothingAction Source # 
Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

glibType :: IO GType #

TypedObject NumericSorter Source # 
Instance details

Defined in GI.Gtk.Objects.NumericSorter

Methods

glibType :: IO GType #

TypedObject ObjectExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ObjectExpression

Methods

glibType :: IO GType #

TypedObject Overlay Source # 
Instance details

Defined in GI.Gtk.Objects.Overlay

Methods

glibType :: IO GType #

TypedObject OverlayLayout Source # 
Instance details

Defined in GI.Gtk.Objects.OverlayLayout

Methods

glibType :: IO GType #

TypedObject OverlayLayoutChild Source # 
Instance details

Defined in GI.Gtk.Objects.OverlayLayoutChild

Methods

glibType :: IO GType #

TypedObject PadController Source # 
Instance details

Defined in GI.Gtk.Objects.PadController

Methods

glibType :: IO GType #

TypedObject PageSetup Source # 
Instance details

Defined in GI.Gtk.Objects.PageSetup

Methods

glibType :: IO GType #

TypedObject PageSetupUnixDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PageSetupUnixDialog

Methods

glibType :: IO GType #

TypedObject Paned Source # 
Instance details

Defined in GI.Gtk.Objects.Paned

Methods

glibType :: IO GType #

TypedObject ParamSpecExpression Source # 
Instance details

Defined in GI.Gtk.Objects.ParamSpecExpression

Methods

glibType :: IO GType #

TypedObject PasswordEntry Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntry

Methods

glibType :: IO GType #

TypedObject PasswordEntryBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

Methods

glibType :: IO GType #

TypedObject Picture Source # 
Instance details

Defined in GI.Gtk.Objects.Picture

Methods

glibType :: IO GType #

TypedObject Popover Source # 
Instance details

Defined in GI.Gtk.Objects.Popover

Methods

glibType :: IO GType #

TypedObject PopoverMenu Source # 
Instance details

Defined in GI.Gtk.Objects.PopoverMenu

Methods

glibType :: IO GType #

TypedObject PopoverMenuBar Source # 
Instance details

Defined in GI.Gtk.Objects.PopoverMenuBar

Methods

glibType :: IO GType #

TypedObject PrintContext Source # 
Instance details

Defined in GI.Gtk.Objects.PrintContext

Methods

glibType :: IO GType #

TypedObject PrintDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PrintDialog

Methods

glibType :: IO GType #

TypedObject PrintJob Source # 
Instance details

Defined in GI.Gtk.Objects.PrintJob

Methods

glibType :: IO GType #

TypedObject PrintOperation Source # 
Instance details

Defined in GI.Gtk.Objects.PrintOperation

Methods

glibType :: IO GType #

TypedObject PrintSettings Source # 
Instance details

Defined in GI.Gtk.Objects.PrintSettings

Methods

glibType :: IO GType #

TypedObject PrintUnixDialog Source # 
Instance details

Defined in GI.Gtk.Objects.PrintUnixDialog

Methods

glibType :: IO GType #

TypedObject Printer Source # 
Instance details

Defined in GI.Gtk.Objects.Printer

Methods

glibType :: IO GType #

TypedObject ProgressBar Source # 
Instance details

Defined in GI.Gtk.Objects.ProgressBar

Methods

glibType :: IO GType #

TypedObject PropertyExpression Source # 
Instance details

Defined in GI.Gtk.Objects.PropertyExpression

Methods

glibType :: IO GType #

TypedObject Range Source # 
Instance details

Defined in GI.Gtk.Objects.Range

Methods

glibType :: IO GType #

TypedObject RecentManager Source # 
Instance details

Defined in GI.Gtk.Objects.RecentManager

Methods

glibType :: IO GType #

TypedObject Revealer Source # 
Instance details

Defined in GI.Gtk.Objects.Revealer

Methods

glibType :: IO GType #

TypedObject Scale Source # 
Instance details

Defined in GI.Gtk.Objects.Scale

Methods

glibType :: IO GType #

TypedObject ScaleButton Source # 
Instance details

Defined in GI.Gtk.Objects.ScaleButton

Methods

glibType :: IO GType #

TypedObject Scrollbar Source # 
Instance details

Defined in GI.Gtk.Objects.Scrollbar

Methods

glibType :: IO GType #

TypedObject ScrolledWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ScrolledWindow

Methods

glibType :: IO GType #

TypedObject SearchBar Source # 
Instance details

Defined in GI.Gtk.Objects.SearchBar

Methods

glibType :: IO GType #

TypedObject SearchEntry Source # 
Instance details

Defined in GI.Gtk.Objects.SearchEntry

Methods

glibType :: IO GType #

TypedObject SelectionFilterModel Source # 
Instance details

Defined in GI.Gtk.Objects.SelectionFilterModel

Methods

glibType :: IO GType #

TypedObject Separator Source # 
Instance details

Defined in GI.Gtk.Objects.Separator

Methods

glibType :: IO GType #

TypedObject Settings Source # 
Instance details

Defined in GI.Gtk.Objects.Settings

Methods

glibType :: IO GType #

TypedObject Shortcut Source # 
Instance details

Defined in GI.Gtk.Objects.Shortcut

Methods

glibType :: IO GType #

TypedObject ShortcutAction Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutAction

Methods

glibType :: IO GType #

TypedObject ShortcutController Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutController

Methods

glibType :: IO GType #

TypedObject ShortcutLabel Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutLabel

Methods

glibType :: IO GType #

TypedObject ShortcutTrigger Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutTrigger

Methods

glibType :: IO GType #

TypedObject ShortcutsGroup Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsGroup

Methods

glibType :: IO GType #

TypedObject ShortcutsSection Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsSection

Methods

glibType :: IO GType #

TypedObject ShortcutsShortcut Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsShortcut

Methods

glibType :: IO GType #

TypedObject ShortcutsWindow Source # 
Instance details

Defined in GI.Gtk.Objects.ShortcutsWindow

Methods

glibType :: IO GType #

TypedObject SignalAction Source # 
Instance details

Defined in GI.Gtk.Objects.SignalAction

Methods

glibType :: IO GType #

TypedObject SignalListItemFactory Source # 
Instance details

Defined in GI.Gtk.Objects.SignalListItemFactory

Methods

glibType :: IO GType #

TypedObject SingleSelection Source # 
Instance details

Defined in GI.Gtk.Objects.SingleSelection

Methods

glibType :: IO GType #

TypedObject SizeGroup Source # 
Instance details

Defined in GI.Gtk.Objects.SizeGroup

Methods

glibType :: IO GType #

TypedObject SliceListModel Source # 
Instance details

Defined in GI.Gtk.Objects.SliceListModel

Methods

glibType :: IO GType #

TypedObject Snapshot Source # 
Instance details

Defined in GI.Gtk.Objects.Snapshot

Methods

glibType :: IO GType #

TypedObject SortListModel Source # 
Instance details

Defined in GI.Gtk.Objects.SortListModel

Methods

glibType :: IO GType #

TypedObject Sorter Source # 
Instance details

Defined in GI.Gtk.Objects.Sorter

Methods

glibType :: IO GType #

TypedObject SpinButton Source # 
Instance details

Defined in GI.Gtk.Objects.SpinButton

Methods

glibType :: IO GType #

TypedObject Spinner Source # 
Instance details

Defined in GI.Gtk.Objects.Spinner

Methods

glibType :: IO GType #

TypedObject Stack Source # 
Instance details

Defined in GI.Gtk.Objects.Stack

Methods

glibType :: IO GType #

TypedObject StackPage Source # 
Instance details

Defined in GI.Gtk.Objects.StackPage

Methods

glibType :: IO GType #

TypedObject StackSidebar Source # 
Instance details

Defined in GI.Gtk.Objects.StackSidebar

Methods

glibType :: IO GType #

TypedObject StackSwitcher Source # 
Instance details

Defined in GI.Gtk.Objects.StackSwitcher

Methods

glibType :: IO GType #

TypedObject Statusbar Source # 
Instance details

Defined in GI.Gtk.Objects.Statusbar

Methods

glibType :: IO GType #

TypedObject StringFilter Source # 
Instance details

Defined in GI.Gtk.Objects.StringFilter

Methods

glibType :: IO GType #

TypedObject StringList Source # 
Instance details

Defined in GI.Gtk.Objects.StringList

Methods

glibType :: IO GType #

TypedObject StringObject Source # 
Instance details

Defined in GI.Gtk.Objects.StringObject

Methods

glibType :: IO GType #

TypedObject StringSorter Source # 
Instance details

Defined in GI.Gtk.Objects.StringSorter

Methods

glibType :: IO GType #

TypedObject StyleContext Source # 
Instance details

Defined in GI.Gtk.Objects.StyleContext

Methods

glibType :: IO GType #

TypedObject Switch Source # 
Instance details

Defined in GI.Gtk.Objects.Switch

Methods

glibType :: IO GType #

TypedObject Text Source # 
Instance details

Defined in GI.Gtk.Objects.Text

Methods

glibType :: IO GType #

TypedObject TextBuffer Source # 
Instance details

Defined in GI.Gtk.Objects.TextBuffer

Methods

glibType :: IO GType #

TypedObject TextChildAnchor Source # 
Instance details

Defined in GI.Gtk.Objects.TextChildAnchor

Methods

glibType :: IO GType #

TypedObject TextMark Source # 
Instance details

Defined in GI.Gtk.Objects.TextMark

Methods

glibType :: IO GType #

TypedObject TextTag Source # 
Instance details

Defined in GI.Gtk.Objects.TextTag

Methods

glibType :: IO GType #

TypedObject TextTagTable Source # 
Instance details

Defined in GI.Gtk.Objects.TextTagTable

Methods

glibType :: IO GType #

TypedObject TextView Source # 
Instance details

Defined in GI.Gtk.Objects.TextView

Methods

glibType :: IO GType #

TypedObject ToggleButton Source # 
Instance details

Defined in GI.Gtk.Objects.ToggleButton

Methods

glibType :: IO GType #

TypedObject Tooltip Source # 
Instance details

Defined in GI.Gtk.Objects.Tooltip

Methods

glibType :: IO GType #

TypedObject TreeExpander Source # 
Instance details

Defined in GI.Gtk.Objects.TreeExpander

Methods

glibType :: IO GType #

TypedObject TreeListModel Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListModel

Methods

glibType :: IO GType #

TypedObject TreeListRow Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListRow

Methods

glibType :: IO GType #

TypedObject TreeListRowSorter Source # 
Instance details

Defined in GI.Gtk.Objects.TreeListRowSorter

Methods

glibType :: IO GType #

TypedObject TreeModelFilter Source # 
Instance details

Defined in GI.Gtk.Objects.TreeModelFilter

Methods

glibType :: IO GType #

TypedObject TreeModelSort Source # 
Instance details

Defined in GI.Gtk.Objects.TreeModelSort

Methods

glibType :: IO GType #

TypedObject TreeSelection Source # 
Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

glibType :: IO GType #

TypedObject TreeStore Source # 
Instance details

Defined in GI.Gtk.Objects.TreeStore

Methods

glibType :: IO GType #

TypedObject TreeView Source # 
Instance details

Defined in GI.Gtk.Objects.TreeView

Methods

glibType :: IO GType #

TypedObject TreeViewColumn Source # 
Instance details

Defined in GI.Gtk.Objects.TreeViewColumn

Methods

glibType :: IO GType #

TypedObject UriLauncher Source # 
Instance details

Defined in GI.Gtk.Objects.UriLauncher

Methods

glibType :: IO GType #

TypedObject Video Source # 
Instance details

Defined in GI.Gtk.Objects.Video

Methods

glibType :: IO GType #

TypedObject Viewport Source # 
Instance details

Defined in GI.Gtk.Objects.Viewport

Methods

glibType :: IO GType #

TypedObject VolumeButton Source # 
Instance details

Defined in GI.Gtk.Objects.VolumeButton

Methods

glibType :: IO GType #

TypedObject Widget Source # 
Instance details

Defined in GI.Gtk.Objects.Widget

Methods

glibType :: IO GType #

TypedObject WidgetPaintable Source # 
Instance details

Defined in GI.Gtk.Objects.WidgetPaintable

Methods

glibType :: IO GType #

TypedObject Window Source # 
Instance details

Defined in GI.Gtk.Objects.Window

Methods

glibType :: IO GType #

TypedObject WindowControls Source # 
Instance details

Defined in GI.Gtk.Objects.WindowControls

Methods

glibType :: IO GType #

TypedObject WindowGroup Source # 
Instance details

Defined in GI.Gtk.Objects.WindowGroup

Methods

glibType :: IO GType #

TypedObject WindowHandle Source # 
Instance details

Defined in GI.Gtk.Objects.WindowHandle

Methods

glibType :: IO GType #

TypedObject AccessibleList Source # 
Instance details

Defined in GI.Gtk.Structs.AccessibleList

Methods

glibType :: IO GType #

TypedObject Bitset Source # 
Instance details

Defined in GI.Gtk.Structs.Bitset

Methods

glibType :: IO GType #

TypedObject BitsetIter Source # 
Instance details

Defined in GI.Gtk.Structs.BitsetIter

Methods

glibType :: IO GType #

TypedObject Border Source # 
Instance details

Defined in GI.Gtk.Structs.Border

Methods

glibType :: IO GType #

TypedObject CssSection Source # 
Instance details

Defined in GI.Gtk.Structs.CssSection

Methods

glibType :: IO GType #

TypedObject ExpressionWatch Source # 
Instance details

Defined in GI.Gtk.Structs.ExpressionWatch

Methods

glibType :: IO GType #

TypedObject PaperSize Source # 
Instance details

Defined in GI.Gtk.Structs.PaperSize

Methods

glibType :: IO GType #

TypedObject PrintSetup Source # 
Instance details

Defined in GI.Gtk.Structs.PrintSetup

Methods

glibType :: IO GType #

TypedObject RecentInfo Source # 
Instance details

Defined in GI.Gtk.Structs.RecentInfo

Methods

glibType :: IO GType #

TypedObject Requisition Source # 
Instance details

Defined in GI.Gtk.Structs.Requisition

Methods

glibType :: IO GType #

TypedObject ScrollInfo Source # 
Instance details

Defined in GI.Gtk.Structs.ScrollInfo

Methods

glibType :: IO GType #

TypedObject TextIter Source # 
Instance details

Defined in GI.Gtk.Structs.TextIter

Methods

glibType :: IO GType #

TypedObject TreeIter Source # 
Instance details

Defined in GI.Gtk.Structs.TreeIter

Methods

glibType :: IO GType #

TypedObject TreePath Source # 
Instance details

Defined in GI.Gtk.Structs.TreePath

Methods

glibType :: IO GType #

TypedObject TreeRowReference Source # 
Instance details

Defined in GI.Gtk.Structs.TreeRowReference

Methods

glibType :: IO GType #

TypedObject FeatureT 
Instance details

Defined in GI.HarfBuzz.Structs.FeatureT

Methods

glibType :: IO GType #

TypedObject Alignment 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject AttrType 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject BaselineShift 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject BidiType 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject CoverageLevel 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Direction 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject EllipsizeMode 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject FontScale 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Gravity 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject GravityHint 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject LayoutDeserializeError 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Overline 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject RenderPart 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Script 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Stretch 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Style 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject TabAlign 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject TextTransform 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Underline 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Variant 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject Weight 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject WrapMode 
Instance details

Defined in GI.Pango.Enums

Methods

glibType :: IO GType #

TypedObject FontMask 
Instance details

Defined in GI.Pango.Flags

Methods

glibType :: IO GType #

TypedObject LayoutDeserializeFlags 
Instance details

Defined in GI.Pango.Flags

Methods

glibType :: IO GType #

TypedObject LayoutSerializeFlags 
Instance details

Defined in GI.Pango.Flags

Methods

glibType :: IO GType #

TypedObject ShapeFlags 
Instance details

Defined in GI.Pango.Flags

Methods

glibType :: IO GType #

TypedObject ShowFlags 
Instance details

Defined in GI.Pango.Flags

Methods

glibType :: IO GType #

TypedObject Context 
Instance details

Defined in GI.Pango.Objects.Context

Methods

glibType :: IO GType #

TypedObject Coverage 
Instance details

Defined in GI.Pango.Objects.Coverage

Methods

glibType :: IO GType #

TypedObject Font 
Instance details

Defined in GI.Pango.Objects.Font

Methods

glibType :: IO GType #

TypedObject FontFace 
Instance details

Defined in GI.Pango.Objects.FontFace

Methods

glibType :: IO GType #

TypedObject FontFamily 
Instance details

Defined in GI.Pango.Objects.FontFamily

Methods

glibType :: IO GType #

TypedObject FontMap 
Instance details

Defined in GI.Pango.Objects.FontMap

Methods

glibType :: IO GType #

TypedObject Fontset 
Instance details

Defined in GI.Pango.Objects.Fontset

Methods

glibType :: IO GType #

TypedObject FontsetSimple 
Instance details

Defined in GI.Pango.Objects.FontsetSimple

Methods

glibType :: IO GType #

TypedObject Layout 
Instance details

Defined in GI.Pango.Objects.Layout

Methods

glibType :: IO GType #

TypedObject Renderer 
Instance details

Defined in GI.Pango.Objects.Renderer

Methods

glibType :: IO GType #

TypedObject AttrIterator 
Instance details

Defined in GI.Pango.Structs.AttrIterator

Methods

glibType :: IO GType #

TypedObject AttrList 
Instance details

Defined in GI.Pango.Structs.AttrList

Methods

glibType :: IO GType #

TypedObject Attribute 
Instance details

Defined in GI.Pango.Structs.Attribute

Methods

glibType :: IO GType #

TypedObject Color 
Instance details

Defined in GI.Pango.Structs.Color

Methods

glibType :: IO GType #

TypedObject FontDescription 
Instance details

Defined in GI.Pango.Structs.FontDescription

Methods

glibType :: IO GType #

TypedObject FontMetrics 
Instance details

Defined in GI.Pango.Structs.FontMetrics

Methods

glibType :: IO GType #

TypedObject GlyphItem 
Instance details

Defined in GI.Pango.Structs.GlyphItem

Methods

glibType :: IO GType #

TypedObject GlyphItemIter 
Instance details

Defined in GI.Pango.Structs.GlyphItemIter

Methods

glibType :: IO GType #

TypedObject GlyphString 
Instance details

Defined in GI.Pango.Structs.GlyphString

Methods

glibType :: IO GType #

TypedObject Item 
Instance details

Defined in GI.Pango.Structs.Item

Methods

glibType :: IO GType #

TypedObject Language 
Instance details

Defined in GI.Pango.Structs.Language

Methods

glibType :: IO GType #

TypedObject LayoutIter 
Instance details

Defined in GI.Pango.Structs.LayoutIter

Methods

glibType :: IO GType #

TypedObject LayoutLine 
Instance details

Defined in GI.Pango.Structs.LayoutLine

Methods

glibType :: IO GType #

TypedObject Matrix 
Instance details

Defined in GI.Pango.Structs.Matrix

Methods

glibType :: IO GType #

TypedObject ScriptIter 
Instance details

Defined in GI.Pango.Structs.ScriptIter

Methods

glibType :: IO GType #

TypedObject TabArray 
Instance details

Defined in GI.Pango.Structs.TabArray

Methods

glibType :: IO GType #

TypedObject BaseInfo 
Instance details

Defined in Data.GI.CodeGen.LibGIRepository

Methods

glibType :: IO GType #

TypedObject GError 
Instance details

Defined in Data.GI.Base.GError

Methods

glibType :: IO GType #

TypedObject GValue 
Instance details

Defined in Data.GI.Base.GValue

Methods

glibType :: IO GType #

TypedObject (GClosure a) 
Instance details

Defined in Data.GI.Base.GClosure

Methods

glibType :: IO GType #

data UnexpectedNullPointerReturn #

Constructors

UnexpectedNullPointerReturn 

Fields

Instances

Instances details
Exception UnexpectedNullPointerReturn 
Instance details

Defined in Data.GI.Base.BasicTypes

Show UnexpectedNullPointerReturn 
Instance details

Defined in Data.GI.Base.BasicTypes

new :: (Constructible a tag, MonadIO m) => (ManagedPtr a -> a) -> [AttrOp a tag] -> m a #

data GClosure a #

Instances

Instances details
GBoxed (GClosure a) 
Instance details

Defined in Data.GI.Base.GClosure

TypedObject (GClosure a) 
Instance details

Defined in Data.GI.Base.GClosure

Methods

glibType :: IO GType #

HasParentTypes (GClosure a) 
Instance details

Defined in Data.GI.Base.GClosure

type ParentTypes (GClosure a) 
Instance details

Defined in Data.GI.Base.GClosure

type ParentTypes (GClosure a) = '[] :: [Type]

newtype GError #

Constructors

GError (ManagedPtr GError) 

Instances

Instances details
Exception GError 
Instance details

Defined in Data.GI.Base.GError

Methods

toException :: GError -> SomeException

fromException :: SomeException -> Maybe GError

displayException :: GError -> String

Show GError 
Instance details

Defined in Data.GI.Base.GError

Methods

showsPrec :: Int -> GError -> ShowS

show :: GError -> String

showList :: [GError] -> ShowS

GBoxed GError 
Instance details

Defined in Data.GI.Base.GError

TypedObject GError 
Instance details

Defined in Data.GI.Base.GError

Methods

glibType :: IO GType #

HasParentTypes GError 
Instance details

Defined in Data.GI.Base.GError

type ParentTypes GError 
Instance details

Defined in Data.GI.Base.GError

type ParentTypes GError = '[] :: [Type]

class Enum err => GErrorClass err where #

Methods

gerrorClassDomain :: err -> Text #

Instances

Instances details
GErrorClass DmabufError 
Instance details

Defined in GI.Gdk.Enums

Methods

gerrorClassDomain :: DmabufError -> Text #

GErrorClass GLError 
Instance details

Defined in GI.Gdk.Enums

Methods

gerrorClassDomain :: GLError -> Text #

GErrorClass TextureError 
Instance details

Defined in GI.Gdk.Enums

Methods

gerrorClassDomain :: TextureError -> Text #

GErrorClass VulkanError 
Instance details

Defined in GI.Gdk.Enums

Methods

gerrorClassDomain :: VulkanError -> Text #

GErrorClass PixbufError 
Instance details

Defined in GI.GdkPixbuf.Enums

Methods

gerrorClassDomain :: PixbufError -> Text #

GErrorClass DBusError 
Instance details

Defined in GI.Gio.Enums

Methods

gerrorClassDomain :: DBusError -> Text #

GErrorClass IOErrorEnum 
Instance details

Defined in GI.Gio.Enums

Methods

gerrorClassDomain :: IOErrorEnum -> Text #

GErrorClass ResolverError 
Instance details

Defined in GI.Gio.Enums

Methods

gerrorClassDomain :: ResolverError -> Text #

GErrorClass ResourceError 
Instance details

Defined in GI.Gio.Enums

Methods

gerrorClassDomain :: ResourceError -> Text #

GErrorClass TlsChannelBindingError 
Instance details

Defined in GI.Gio.Enums

Methods

gerrorClassDomain :: TlsChannelBindingError -> Text #

GErrorClass TlsError 
Instance details

Defined in GI.Gio.Enums

Methods

gerrorClassDomain :: TlsError -> Text #

GErrorClass BookmarkFileError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: BookmarkFileError -> Text #

GErrorClass ConvertError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: ConvertError -> Text #

GErrorClass FileError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: FileError -> Text #

GErrorClass IOChannelError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: IOChannelError -> Text #

GErrorClass KeyFileError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: KeyFileError -> Text #

GErrorClass MarkupError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: MarkupError -> Text #

GErrorClass NumberParserError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: NumberParserError -> Text #

GErrorClass OptionError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: OptionError -> Text #

GErrorClass RegexError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: RegexError -> Text #

GErrorClass ShellError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: ShellError -> Text #

GErrorClass SpawnError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: SpawnError -> Text #

GErrorClass ThreadError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: ThreadError -> Text #

GErrorClass UriError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: UriError -> Text #

GErrorClass VariantParseError 
Instance details

Defined in GI.GLib.Enums

Methods

gerrorClassDomain :: VariantParseError -> Text #

GErrorClass SerializationError 
Instance details

Defined in GI.Gsk.Enums

GErrorClass BuilderError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

gerrorClassDomain :: BuilderError -> Text #

GErrorClass ConstraintVflParserError Source # 
Instance details

Defined in GI.Gtk.Enums

GErrorClass CssParserError Source # 
Instance details

Defined in GI.Gtk.Enums

GErrorClass DialogError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

gerrorClassDomain :: DialogError -> Text #

GErrorClass FileChooserError Source # 
Instance details

Defined in GI.Gtk.Enums

GErrorClass IconThemeError Source # 
Instance details

Defined in GI.Gtk.Enums

GErrorClass PrintError Source # 
Instance details

Defined in GI.Gtk.Enums

Methods

gerrorClassDomain :: PrintError -> Text #

GErrorClass RecentManagerError Source # 
Instance details

Defined in GI.Gtk.Enums

GErrorClass LayoutDeserializeError 
Instance details

Defined in GI.Pango.Enums

Methods

gerrorClassDomain :: LayoutDeserializeError -> Text #

type GErrorCode = C_gint #

type GErrorDomain = GQuark #

type GErrorMessage = Text #

class IsGValue a where #

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> a -> IO () #

gvalueGet_ :: Ptr GValue -> IO a #

Instances

Instances details
IsGValue CInt 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> CInt -> IO () #

gvalueGet_ :: Ptr GValue -> IO CInt #

IsGValue CLong 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> CLong -> IO () #

gvalueGet_ :: Ptr GValue -> IO CLong #

IsGValue CUInt 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> CUInt -> IO () #

gvalueGet_ :: Ptr GValue -> IO CUInt #

IsGValue CULong 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> CULong -> IO () #

gvalueGet_ :: Ptr GValue -> IO CULong #

IsGValue Int32 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Int32 -> IO () #

gvalueGet_ :: Ptr GValue -> IO Int32 #

IsGValue Int64 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Int64 -> IO () #

gvalueGet_ :: Ptr GValue -> IO Int64 #

IsGValue Word32 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Word32 -> IO () #

gvalueGet_ :: Ptr GValue -> IO Word32 #

IsGValue Word64 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Word64 -> IO () #

gvalueGet_ :: Ptr GValue -> IO Word64 #

IsGValue GType 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> GType -> IO () #

gvalueGet_ :: Ptr GValue -> IO GType #

IsGValue Bool 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Bool -> IO () #

gvalueGet_ :: Ptr GValue -> IO Bool #

IsGValue Double 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Double -> IO () #

gvalueGet_ :: Ptr GValue -> IO Double #

IsGValue Float 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Float -> IO () #

gvalueGet_ :: Ptr GValue -> IO Float #

IsGValue (Ptr a) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Ptr a -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Ptr a) #

IsGValue (StablePtr a) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> StablePtr a -> IO () #

gvalueGet_ :: Ptr GValue -> IO (StablePtr a) #

Typeable a => IsGValue (HValue a) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> HValue a -> IO () #

gvalueGet_ :: Ptr GValue -> IO (HValue a) #

IsGValue (Maybe Context) 
Instance details

Defined in GI.Cairo.Structs.Context

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Context -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Context) #

IsGValue (Maybe Device) 
Instance details

Defined in GI.Cairo.Structs.Device

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Device -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Device) #

IsGValue (Maybe FontFace) 
Instance details

Defined in GI.Cairo.Structs.FontFace

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontFace -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontFace) #

IsGValue (Maybe FontOptions) 
Instance details

Defined in GI.Cairo.Structs.FontOptions

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontOptions -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontOptions) #

IsGValue (Maybe Glyph) 
Instance details

Defined in GI.Cairo.Structs.Glyph

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Glyph -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Glyph) #

IsGValue (Maybe Matrix) 
Instance details

Defined in GI.Cairo.Structs.Matrix

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Matrix -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Matrix) #

IsGValue (Maybe Pattern) 
Instance details

Defined in GI.Cairo.Structs.Pattern

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Pattern -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Pattern) #

IsGValue (Maybe Rectangle) 
Instance details

Defined in GI.Cairo.Structs.Rectangle

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Rectangle -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Rectangle) #

IsGValue (Maybe RectangleInt) 
Instance details

Defined in GI.Cairo.Structs.RectangleInt

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe RectangleInt -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe RectangleInt) #

IsGValue (Maybe Region) 
Instance details

Defined in GI.Cairo.Structs.Region

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Region -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Region) #

IsGValue (Maybe ScaledFont) 
Instance details

Defined in GI.Cairo.Structs.ScaledFont

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ScaledFont -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ScaledFont) #

IsGValue (Maybe Surface) 
Instance details

Defined in GI.Cairo.Structs.Surface

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Surface -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Surface) #

IsGValue (Maybe TextCluster) 
Instance details

Defined in GI.Cairo.Structs.TextCluster

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextCluster -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextCluster) #

IsGValue (Maybe DevicePad) 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DevicePad -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DevicePad) #

IsGValue (Maybe DragSurface) 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DragSurface -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DragSurface) #

IsGValue (Maybe Paintable) 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Paintable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Paintable) #

IsGValue (Maybe Popup) 
Instance details

Defined in GI.Gdk.Interfaces.Popup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Popup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Popup) #

IsGValue (Maybe Toplevel) 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Toplevel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Toplevel) #

IsGValue (Maybe AppLaunchContext) 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppLaunchContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppLaunchContext) #

IsGValue (Maybe CairoContext) 
Instance details

Defined in GI.Gdk.Objects.CairoContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CairoContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CairoContext) #

IsGValue (Maybe CicpParams) 
Instance details

Defined in GI.Gdk.Objects.CicpParams

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CicpParams -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CicpParams) #

IsGValue (Maybe Clipboard) 
Instance details

Defined in GI.Gdk.Objects.Clipboard

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Clipboard -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Clipboard) #

IsGValue (Maybe ContentDeserializer) 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ContentDeserializer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ContentDeserializer) #

IsGValue (Maybe ContentProvider) 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ContentProvider -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ContentProvider) #

IsGValue (Maybe ContentSerializer) 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ContentSerializer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ContentSerializer) #

IsGValue (Maybe Cursor) 
Instance details

Defined in GI.Gdk.Objects.Cursor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Cursor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Cursor) #

IsGValue (Maybe Device) 
Instance details

Defined in GI.Gdk.Objects.Device

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Device -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Device) #

IsGValue (Maybe DeviceTool) 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DeviceTool -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DeviceTool) #

IsGValue (Maybe Display) 
Instance details

Defined in GI.Gdk.Objects.Display

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Display -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Display) #

IsGValue (Maybe DisplayManager) 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DisplayManager -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DisplayManager) #

IsGValue (Maybe DmabufTexture) 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DmabufTexture -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DmabufTexture) #

IsGValue (Maybe DmabufTextureBuilder) 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DmabufTextureBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DmabufTextureBuilder) #

IsGValue (Maybe Drag) 
Instance details

Defined in GI.Gdk.Objects.Drag

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Drag -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Drag) #

IsGValue (Maybe DrawContext) 
Instance details

Defined in GI.Gdk.Objects.DrawContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DrawContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DrawContext) #

IsGValue (Maybe Drop) 
Instance details

Defined in GI.Gdk.Objects.Drop

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Drop -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Drop) #

IsGValue (Maybe FrameClock) 
Instance details

Defined in GI.Gdk.Objects.FrameClock

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FrameClock -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FrameClock) #

IsGValue (Maybe GLContext) 
Instance details

Defined in GI.Gdk.Objects.GLContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GLContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GLContext) #

IsGValue (Maybe GLTexture) 
Instance details

Defined in GI.Gdk.Objects.GLTexture

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GLTexture -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GLTexture) #

IsGValue (Maybe GLTextureBuilder) 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GLTextureBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GLTextureBuilder) #

IsGValue (Maybe MemoryTexture) 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MemoryTexture -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MemoryTexture) #

IsGValue (Maybe MemoryTextureBuilder) 
Instance details

Defined in GI.Gdk.Objects.MemoryTextureBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MemoryTextureBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MemoryTextureBuilder) #

IsGValue (Maybe Monitor) 
Instance details

Defined in GI.Gdk.Objects.Monitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Monitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Monitor) #

IsGValue (Maybe Seat) 
Instance details

Defined in GI.Gdk.Objects.Seat

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Seat -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Seat) #

IsGValue (Maybe Snapshot) 
Instance details

Defined in GI.Gdk.Objects.Snapshot

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Snapshot -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Snapshot) #

IsGValue (Maybe Surface) 
Instance details

Defined in GI.Gdk.Objects.Surface

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Surface -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Surface) #

IsGValue (Maybe Texture) 
Instance details

Defined in GI.Gdk.Objects.Texture

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Texture -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Texture) #

IsGValue (Maybe VulkanContext) 
Instance details

Defined in GI.Gdk.Objects.VulkanContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VulkanContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VulkanContext) #

IsGValue (Maybe ColorState) 
Instance details

Defined in GI.Gdk.Structs.ColorState

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorState -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorState) #

IsGValue (Maybe ContentFormats) 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ContentFormats -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ContentFormats) #

IsGValue (Maybe ContentFormatsBuilder) 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ContentFormatsBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ContentFormatsBuilder) #

IsGValue (Maybe DmabufFormats) 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DmabufFormats -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DmabufFormats) #

IsGValue (Maybe EventSequence) 
Instance details

Defined in GI.Gdk.Structs.EventSequence

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventSequence -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventSequence) #

IsGValue (Maybe FileList) 
Instance details

Defined in GI.Gdk.Structs.FileList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileList) #

IsGValue (Maybe FrameTimings) 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FrameTimings -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FrameTimings) #

IsGValue (Maybe PopupLayout) 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PopupLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PopupLayout) #

IsGValue (Maybe RGBA) 
Instance details

Defined in GI.Gdk.Structs.RGBA

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe RGBA -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe RGBA) #

IsGValue (Maybe Rectangle) 
Instance details

Defined in GI.Gdk.Structs.Rectangle

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Rectangle -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Rectangle) #

IsGValue (Maybe TextureDownloader) 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextureDownloader -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextureDownloader) #

IsGValue (Maybe ToplevelLayout) 
Instance details

Defined in GI.Gdk.Structs.ToplevelLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ToplevelLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ToplevelLayout) #

IsGValue (Maybe Pixbuf) 
Instance details

Defined in GI.GdkPixbuf.Objects.Pixbuf

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Pixbuf -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Pixbuf) #

IsGValue (Maybe PixbufAnimation) 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimation

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufAnimation -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufAnimation) #

IsGValue (Maybe PixbufAnimationIter) 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufAnimationIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufAnimationIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufAnimationIter) #

IsGValue (Maybe PixbufLoader) 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufLoader

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufLoader -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufLoader) #

IsGValue (Maybe PixbufNonAnim) 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufNonAnim

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufNonAnim -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufNonAnim) #

IsGValue (Maybe PixbufSimpleAnim) 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnim

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufSimpleAnim -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufSimpleAnim) #

IsGValue (Maybe PixbufSimpleAnimIter) 
Instance details

Defined in GI.GdkPixbuf.Objects.PixbufSimpleAnimIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufSimpleAnimIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufSimpleAnimIter) #

IsGValue (Maybe PixbufFormat) 
Instance details

Defined in GI.GdkPixbuf.Structs.PixbufFormat

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PixbufFormat -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PixbufFormat) #

IsGValue (Maybe Action) 
Instance details

Defined in GI.Gio.Interfaces.Action

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Action -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Action) #

IsGValue (Maybe ActionGroup) 
Instance details

Defined in GI.Gio.Interfaces.ActionGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ActionGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ActionGroup) #

IsGValue (Maybe ActionMap) 
Instance details

Defined in GI.Gio.Interfaces.ActionMap

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ActionMap -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ActionMap) #

IsGValue (Maybe AppInfo) 
Instance details

Defined in GI.Gio.Interfaces.AppInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppInfo) #

IsGValue (Maybe AsyncInitable) 
Instance details

Defined in GI.Gio.Interfaces.AsyncInitable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AsyncInitable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AsyncInitable) #

IsGValue (Maybe AsyncResult) 
Instance details

Defined in GI.Gio.Interfaces.AsyncResult

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AsyncResult -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AsyncResult) #

IsGValue (Maybe Converter) 
Instance details

Defined in GI.Gio.Interfaces.Converter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Converter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Converter) #

IsGValue (Maybe DBusInterface) 
Instance details

Defined in GI.Gio.Interfaces.DBusInterface

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusInterface -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusInterface) #

IsGValue (Maybe DBusObject) 
Instance details

Defined in GI.Gio.Interfaces.DBusObject

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusObject -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusObject) #

IsGValue (Maybe DBusObjectManager) 
Instance details

Defined in GI.Gio.Interfaces.DBusObjectManager

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusObjectManager -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusObjectManager) #

IsGValue (Maybe DatagramBased) 
Instance details

Defined in GI.Gio.Interfaces.DatagramBased

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DatagramBased -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DatagramBased) #

IsGValue (Maybe DebugController) 
Instance details

Defined in GI.Gio.Interfaces.DebugController

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DebugController -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DebugController) #

IsGValue (Maybe DesktopAppInfoLookup) 
Instance details

Defined in GI.Gio.Interfaces.DesktopAppInfoLookup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DesktopAppInfoLookup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DesktopAppInfoLookup) #

IsGValue (Maybe Drive) 
Instance details

Defined in GI.Gio.Interfaces.Drive

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Drive -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Drive) #

IsGValue (Maybe DtlsClientConnection) 
Instance details

Defined in GI.Gio.Interfaces.DtlsClientConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DtlsClientConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DtlsClientConnection) #

IsGValue (Maybe DtlsConnection) 
Instance details

Defined in GI.Gio.Interfaces.DtlsConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DtlsConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DtlsConnection) #

IsGValue (Maybe DtlsServerConnection) 
Instance details

Defined in GI.Gio.Interfaces.DtlsServerConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DtlsServerConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DtlsServerConnection) #

IsGValue (Maybe File) 
Instance details

Defined in GI.Gio.Interfaces.File

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe File -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe File) #

IsGValue (Maybe FileDescriptorBased) 
Instance details

Defined in GI.Gio.Interfaces.FileDescriptorBased

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileDescriptorBased -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileDescriptorBased) #

IsGValue (Maybe Icon) 
Instance details

Defined in GI.Gio.Interfaces.Icon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Icon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Icon) #

IsGValue (Maybe Initable) 
Instance details

Defined in GI.Gio.Interfaces.Initable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Initable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Initable) #

IsGValue (Maybe ListModel) 
Instance details

Defined in GI.Gio.Interfaces.ListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListModel) #

IsGValue (Maybe LoadableIcon) 
Instance details

Defined in GI.Gio.Interfaces.LoadableIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LoadableIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LoadableIcon) #

IsGValue (Maybe MemoryMonitor) 
Instance details

Defined in GI.Gio.Interfaces.MemoryMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MemoryMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MemoryMonitor) #

IsGValue (Maybe Mount) 
Instance details

Defined in GI.Gio.Interfaces.Mount

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Mount -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Mount) #

IsGValue (Maybe NetworkMonitor) 
Instance details

Defined in GI.Gio.Interfaces.NetworkMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NetworkMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NetworkMonitor) #

IsGValue (Maybe PollableInputStream) 
Instance details

Defined in GI.Gio.Interfaces.PollableInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PollableInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PollableInputStream) #

IsGValue (Maybe PollableOutputStream) 
Instance details

Defined in GI.Gio.Interfaces.PollableOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PollableOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PollableOutputStream) #

IsGValue (Maybe PowerProfileMonitor) 
Instance details

Defined in GI.Gio.Interfaces.PowerProfileMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PowerProfileMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PowerProfileMonitor) #

IsGValue (Maybe Proxy) 
Instance details

Defined in GI.Gio.Interfaces.Proxy

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Proxy -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Proxy) #

IsGValue (Maybe ProxyResolver) 
Instance details

Defined in GI.Gio.Interfaces.ProxyResolver

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ProxyResolver -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ProxyResolver) #

IsGValue (Maybe RemoteActionGroup) 
Instance details

Defined in GI.Gio.Interfaces.RemoteActionGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe RemoteActionGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe RemoteActionGroup) #

IsGValue (Maybe Seekable) 
Instance details

Defined in GI.Gio.Interfaces.Seekable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Seekable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Seekable) #

IsGValue (Maybe SocketConnectable) 
Instance details

Defined in GI.Gio.Interfaces.SocketConnectable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketConnectable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketConnectable) #

IsGValue (Maybe TlsBackend) 
Instance details

Defined in GI.Gio.Interfaces.TlsBackend

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsBackend -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsBackend) #

IsGValue (Maybe TlsClientConnection) 
Instance details

Defined in GI.Gio.Interfaces.TlsClientConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsClientConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsClientConnection) #

IsGValue (Maybe TlsFileDatabase) 
Instance details

Defined in GI.Gio.Interfaces.TlsFileDatabase

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsFileDatabase -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsFileDatabase) #

IsGValue (Maybe TlsServerConnection) 
Instance details

Defined in GI.Gio.Interfaces.TlsServerConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsServerConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsServerConnection) #

IsGValue (Maybe Volume) 
Instance details

Defined in GI.Gio.Interfaces.Volume

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Volume -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Volume) #

IsGValue (Maybe AppInfoMonitor) 
Instance details

Defined in GI.Gio.Objects.AppInfoMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppInfoMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppInfoMonitor) #

IsGValue (Maybe AppLaunchContext) 
Instance details

Defined in GI.Gio.Objects.AppLaunchContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppLaunchContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppLaunchContext) #

IsGValue (Maybe Application) 
Instance details

Defined in GI.Gio.Objects.Application

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Application -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Application) #

IsGValue (Maybe ApplicationCommandLine) 
Instance details

Defined in GI.Gio.Objects.ApplicationCommandLine

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ApplicationCommandLine -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ApplicationCommandLine) #

IsGValue (Maybe BufferedInputStream) 
Instance details

Defined in GI.Gio.Objects.BufferedInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BufferedInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BufferedInputStream) #

IsGValue (Maybe BufferedOutputStream) 
Instance details

Defined in GI.Gio.Objects.BufferedOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BufferedOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BufferedOutputStream) #

IsGValue (Maybe BytesIcon) 
Instance details

Defined in GI.Gio.Objects.BytesIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BytesIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BytesIcon) #

IsGValue (Maybe Cancellable) 
Instance details

Defined in GI.Gio.Objects.Cancellable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Cancellable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Cancellable) #

IsGValue (Maybe CharsetConverter) 
Instance details

Defined in GI.Gio.Objects.CharsetConverter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CharsetConverter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CharsetConverter) #

IsGValue (Maybe ConverterInputStream) 
Instance details

Defined in GI.Gio.Objects.ConverterInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ConverterInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ConverterInputStream) #

IsGValue (Maybe ConverterOutputStream) 
Instance details

Defined in GI.Gio.Objects.ConverterOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ConverterOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ConverterOutputStream) #

IsGValue (Maybe Credentials) 
Instance details

Defined in GI.Gio.Objects.Credentials

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Credentials -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Credentials) #

IsGValue (Maybe DBusActionGroup) 
Instance details

Defined in GI.Gio.Objects.DBusActionGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusActionGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusActionGroup) #

IsGValue (Maybe DBusAuthObserver) 
Instance details

Defined in GI.Gio.Objects.DBusAuthObserver

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusAuthObserver -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusAuthObserver) #

IsGValue (Maybe DBusConnection) 
Instance details

Defined in GI.Gio.Objects.DBusConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusConnection) #

IsGValue (Maybe DBusInterfaceSkeleton) 
Instance details

Defined in GI.Gio.Objects.DBusInterfaceSkeleton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusInterfaceSkeleton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusInterfaceSkeleton) #

IsGValue (Maybe DBusMenuModel) 
Instance details

Defined in GI.Gio.Objects.DBusMenuModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusMenuModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusMenuModel) #

IsGValue (Maybe DBusMessage) 
Instance details

Defined in GI.Gio.Objects.DBusMessage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusMessage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusMessage) #

IsGValue (Maybe DBusMethodInvocation) 
Instance details

Defined in GI.Gio.Objects.DBusMethodInvocation

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusMethodInvocation -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusMethodInvocation) #

IsGValue (Maybe DBusObjectManagerClient) 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerClient

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusObjectManagerClient -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusObjectManagerClient) #

IsGValue (Maybe DBusObjectManagerServer) 
Instance details

Defined in GI.Gio.Objects.DBusObjectManagerServer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusObjectManagerServer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusObjectManagerServer) #

IsGValue (Maybe DBusObjectProxy) 
Instance details

Defined in GI.Gio.Objects.DBusObjectProxy

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusObjectProxy -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusObjectProxy) #

IsGValue (Maybe DBusObjectSkeleton) 
Instance details

Defined in GI.Gio.Objects.DBusObjectSkeleton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusObjectSkeleton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusObjectSkeleton) #

IsGValue (Maybe DBusProxy) 
Instance details

Defined in GI.Gio.Objects.DBusProxy

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusProxy -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusProxy) #

IsGValue (Maybe DBusServer) 
Instance details

Defined in GI.Gio.Objects.DBusServer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusServer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusServer) #

IsGValue (Maybe DataInputStream) 
Instance details

Defined in GI.Gio.Objects.DataInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DataInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DataInputStream) #

IsGValue (Maybe DataOutputStream) 
Instance details

Defined in GI.Gio.Objects.DataOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DataOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DataOutputStream) #

IsGValue (Maybe DebugControllerDBus) 
Instance details

Defined in GI.Gio.Objects.DebugControllerDBus

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DebugControllerDBus -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DebugControllerDBus) #

IsGValue (Maybe DesktopAppInfo) 
Instance details

Defined in GI.Gio.Objects.DesktopAppInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DesktopAppInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DesktopAppInfo) #

IsGValue (Maybe Emblem) 
Instance details

Defined in GI.Gio.Objects.Emblem

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Emblem -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Emblem) #

IsGValue (Maybe EmblemedIcon) 
Instance details

Defined in GI.Gio.Objects.EmblemedIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EmblemedIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EmblemedIcon) #

IsGValue (Maybe FileEnumerator) 
Instance details

Defined in GI.Gio.Objects.FileEnumerator

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileEnumerator -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileEnumerator) #

IsGValue (Maybe FileIOStream) 
Instance details

Defined in GI.Gio.Objects.FileIOStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileIOStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileIOStream) #

IsGValue (Maybe FileIcon) 
Instance details

Defined in GI.Gio.Objects.FileIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileIcon) #

IsGValue (Maybe FileInfo) 
Instance details

Defined in GI.Gio.Objects.FileInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileInfo) #

IsGValue (Maybe FileInputStream) 
Instance details

Defined in GI.Gio.Objects.FileInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileInputStream) #

IsGValue (Maybe FileMonitor) 
Instance details

Defined in GI.Gio.Objects.FileMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileMonitor) #

IsGValue (Maybe FileOutputStream) 
Instance details

Defined in GI.Gio.Objects.FileOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileOutputStream) #

IsGValue (Maybe FilenameCompleter) 
Instance details

Defined in GI.Gio.Objects.FilenameCompleter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FilenameCompleter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FilenameCompleter) #

IsGValue (Maybe FilterInputStream) 
Instance details

Defined in GI.Gio.Objects.FilterInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FilterInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FilterInputStream) #

IsGValue (Maybe FilterOutputStream) 
Instance details

Defined in GI.Gio.Objects.FilterOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FilterOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FilterOutputStream) #

IsGValue (Maybe IOStream) 
Instance details

Defined in GI.Gio.Objects.IOStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IOStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IOStream) #

IsGValue (Maybe InetAddress) 
Instance details

Defined in GI.Gio.Objects.InetAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe InetAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe InetAddress) #

IsGValue (Maybe InetAddressMask) 
Instance details

Defined in GI.Gio.Objects.InetAddressMask

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe InetAddressMask -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe InetAddressMask) #

IsGValue (Maybe InetSocketAddress) 
Instance details

Defined in GI.Gio.Objects.InetSocketAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe InetSocketAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe InetSocketAddress) #

IsGValue (Maybe InputStream) 
Instance details

Defined in GI.Gio.Objects.InputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe InputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe InputStream) #

IsGValue (Maybe ListStore) 
Instance details

Defined in GI.Gio.Objects.ListStore

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListStore -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListStore) #

IsGValue (Maybe MemoryInputStream) 
Instance details

Defined in GI.Gio.Objects.MemoryInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MemoryInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MemoryInputStream) #

IsGValue (Maybe MemoryOutputStream) 
Instance details

Defined in GI.Gio.Objects.MemoryOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MemoryOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MemoryOutputStream) #

IsGValue (Maybe Menu) 
Instance details

Defined in GI.Gio.Objects.Menu

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Menu -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Menu) #

IsGValue (Maybe MenuAttributeIter) 
Instance details

Defined in GI.Gio.Objects.MenuAttributeIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MenuAttributeIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MenuAttributeIter) #

IsGValue (Maybe MenuItem) 
Instance details

Defined in GI.Gio.Objects.MenuItem

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MenuItem -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MenuItem) #

IsGValue (Maybe MenuLinkIter) 
Instance details

Defined in GI.Gio.Objects.MenuLinkIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MenuLinkIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MenuLinkIter) #

IsGValue (Maybe MenuModel) 
Instance details

Defined in GI.Gio.Objects.MenuModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MenuModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MenuModel) #

IsGValue (Maybe MountOperation) 
Instance details

Defined in GI.Gio.Objects.MountOperation

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MountOperation -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MountOperation) #

IsGValue (Maybe NativeSocketAddress) 
Instance details

Defined in GI.Gio.Objects.NativeSocketAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NativeSocketAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NativeSocketAddress) #

IsGValue (Maybe NativeVolumeMonitor) 
Instance details

Defined in GI.Gio.Objects.NativeVolumeMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NativeVolumeMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NativeVolumeMonitor) #

IsGValue (Maybe NetworkAddress) 
Instance details

Defined in GI.Gio.Objects.NetworkAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NetworkAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NetworkAddress) #

IsGValue (Maybe NetworkService) 
Instance details

Defined in GI.Gio.Objects.NetworkService

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NetworkService -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NetworkService) #

IsGValue (Maybe Notification) 
Instance details

Defined in GI.Gio.Objects.Notification

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Notification -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Notification) #

IsGValue (Maybe OutputStream) 
Instance details

Defined in GI.Gio.Objects.OutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe OutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe OutputStream) #

IsGValue (Maybe Permission) 
Instance details

Defined in GI.Gio.Objects.Permission

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Permission -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Permission) #

IsGValue (Maybe PropertyAction) 
Instance details

Defined in GI.Gio.Objects.PropertyAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PropertyAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PropertyAction) #

IsGValue (Maybe ProxyAddress) 
Instance details

Defined in GI.Gio.Objects.ProxyAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ProxyAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ProxyAddress) #

IsGValue (Maybe ProxyAddressEnumerator) 
Instance details

Defined in GI.Gio.Objects.ProxyAddressEnumerator

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ProxyAddressEnumerator -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ProxyAddressEnumerator) #

IsGValue (Maybe Resolver) 
Instance details

Defined in GI.Gio.Objects.Resolver

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Resolver -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Resolver) #

IsGValue (Maybe Settings) 
Instance details

Defined in GI.Gio.Objects.Settings

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Settings -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Settings) #

IsGValue (Maybe SettingsBackend) 
Instance details

Defined in GI.Gio.Objects.SettingsBackend

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SettingsBackend -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SettingsBackend) #

IsGValue (Maybe SimpleAction) 
Instance details

Defined in GI.Gio.Objects.SimpleAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SimpleAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SimpleAction) #

IsGValue (Maybe SimpleActionGroup) 
Instance details

Defined in GI.Gio.Objects.SimpleActionGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SimpleActionGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SimpleActionGroup) #

IsGValue (Maybe SimpleAsyncResult) 
Instance details

Defined in GI.Gio.Objects.SimpleAsyncResult

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SimpleAsyncResult -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SimpleAsyncResult) #

IsGValue (Maybe SimpleIOStream) 
Instance details

Defined in GI.Gio.Objects.SimpleIOStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SimpleIOStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SimpleIOStream) #

IsGValue (Maybe SimplePermission) 
Instance details

Defined in GI.Gio.Objects.SimplePermission

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SimplePermission -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SimplePermission) #

IsGValue (Maybe SimpleProxyResolver) 
Instance details

Defined in GI.Gio.Objects.SimpleProxyResolver

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SimpleProxyResolver -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SimpleProxyResolver) #

IsGValue (Maybe Socket) 
Instance details

Defined in GI.Gio.Objects.Socket

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Socket -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Socket) #

IsGValue (Maybe SocketAddress) 
Instance details

Defined in GI.Gio.Objects.SocketAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketAddress) #

IsGValue (Maybe SocketAddressEnumerator) 
Instance details

Defined in GI.Gio.Objects.SocketAddressEnumerator

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketAddressEnumerator -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketAddressEnumerator) #

IsGValue (Maybe SocketClient) 
Instance details

Defined in GI.Gio.Objects.SocketClient

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketClient -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketClient) #

IsGValue (Maybe SocketConnection) 
Instance details

Defined in GI.Gio.Objects.SocketConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketConnection) #

IsGValue (Maybe SocketControlMessage) 
Instance details

Defined in GI.Gio.Objects.SocketControlMessage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketControlMessage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketControlMessage) #

IsGValue (Maybe SocketListener) 
Instance details

Defined in GI.Gio.Objects.SocketListener

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketListener -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketListener) #

IsGValue (Maybe SocketService) 
Instance details

Defined in GI.Gio.Objects.SocketService

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SocketService -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SocketService) #

IsGValue (Maybe Subprocess) 
Instance details

Defined in GI.Gio.Objects.Subprocess

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Subprocess -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Subprocess) #

IsGValue (Maybe SubprocessLauncher) 
Instance details

Defined in GI.Gio.Objects.SubprocessLauncher

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SubprocessLauncher -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SubprocessLauncher) #

IsGValue (Maybe Task) 
Instance details

Defined in GI.Gio.Objects.Task

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Task -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Task) #

IsGValue (Maybe TcpConnection) 
Instance details

Defined in GI.Gio.Objects.TcpConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TcpConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TcpConnection) #

IsGValue (Maybe TcpWrapperConnection) 
Instance details

Defined in GI.Gio.Objects.TcpWrapperConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TcpWrapperConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TcpWrapperConnection) #

IsGValue (Maybe TestDBus) 
Instance details

Defined in GI.Gio.Objects.TestDBus

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TestDBus -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TestDBus) #

IsGValue (Maybe ThemedIcon) 
Instance details

Defined in GI.Gio.Objects.ThemedIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ThemedIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ThemedIcon) #

IsGValue (Maybe ThreadedResolver) 
Instance details

Defined in GI.Gio.Objects.ThreadedResolver

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ThreadedResolver -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ThreadedResolver) #

IsGValue (Maybe ThreadedSocketService) 
Instance details

Defined in GI.Gio.Objects.ThreadedSocketService

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ThreadedSocketService -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ThreadedSocketService) #

IsGValue (Maybe TlsCertificate) 
Instance details

Defined in GI.Gio.Objects.TlsCertificate

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsCertificate -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsCertificate) #

IsGValue (Maybe TlsConnection) 
Instance details

Defined in GI.Gio.Objects.TlsConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsConnection) #

IsGValue (Maybe TlsDatabase) 
Instance details

Defined in GI.Gio.Objects.TlsDatabase

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsDatabase -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsDatabase) #

IsGValue (Maybe TlsInteraction) 
Instance details

Defined in GI.Gio.Objects.TlsInteraction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsInteraction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsInteraction) #

IsGValue (Maybe TlsPassword) 
Instance details

Defined in GI.Gio.Objects.TlsPassword

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TlsPassword -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TlsPassword) #

IsGValue (Maybe UnixConnection) 
Instance details

Defined in GI.Gio.Objects.UnixConnection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixConnection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixConnection) #

IsGValue (Maybe UnixCredentialsMessage) 
Instance details

Defined in GI.Gio.Objects.UnixCredentialsMessage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixCredentialsMessage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixCredentialsMessage) #

IsGValue (Maybe UnixFDList) 
Instance details

Defined in GI.Gio.Objects.UnixFDList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixFDList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixFDList) #

IsGValue (Maybe UnixFDMessage) 
Instance details

Defined in GI.Gio.Objects.UnixFDMessage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixFDMessage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixFDMessage) #

IsGValue (Maybe UnixInputStream) 
Instance details

Defined in GI.Gio.Objects.UnixInputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixInputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixInputStream) #

IsGValue (Maybe UnixMountMonitor) 
Instance details

Defined in GI.Gio.Objects.UnixMountMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixMountMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixMountMonitor) #

IsGValue (Maybe UnixOutputStream) 
Instance details

Defined in GI.Gio.Objects.UnixOutputStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixOutputStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixOutputStream) #

IsGValue (Maybe UnixSocketAddress) 
Instance details

Defined in GI.Gio.Objects.UnixSocketAddress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixSocketAddress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixSocketAddress) #

IsGValue (Maybe Vfs) 
Instance details

Defined in GI.Gio.Objects.Vfs

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Vfs -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Vfs) #

IsGValue (Maybe VolumeMonitor) 
Instance details

Defined in GI.Gio.Objects.VolumeMonitor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VolumeMonitor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VolumeMonitor) #

IsGValue (Maybe ZlibCompressor) 
Instance details

Defined in GI.Gio.Objects.ZlibCompressor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ZlibCompressor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ZlibCompressor) #

IsGValue (Maybe ZlibDecompressor) 
Instance details

Defined in GI.Gio.Objects.ZlibDecompressor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ZlibDecompressor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ZlibDecompressor) #

IsGValue (Maybe DBusAnnotationInfo) 
Instance details

Defined in GI.Gio.Structs.DBusAnnotationInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusAnnotationInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusAnnotationInfo) #

IsGValue (Maybe DBusArgInfo) 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusArgInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusArgInfo) #

IsGValue (Maybe DBusInterfaceInfo) 
Instance details

Defined in GI.Gio.Structs.DBusInterfaceInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusInterfaceInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusInterfaceInfo) #

IsGValue (Maybe DBusMethodInfo) 
Instance details

Defined in GI.Gio.Structs.DBusMethodInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusMethodInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusMethodInfo) #

IsGValue (Maybe DBusNodeInfo) 
Instance details

Defined in GI.Gio.Structs.DBusNodeInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusNodeInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusNodeInfo) #

IsGValue (Maybe DBusPropertyInfo) 
Instance details

Defined in GI.Gio.Structs.DBusPropertyInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusPropertyInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusPropertyInfo) #

IsGValue (Maybe DBusSignalInfo) 
Instance details

Defined in GI.Gio.Structs.DBusSignalInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DBusSignalInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DBusSignalInfo) #

IsGValue (Maybe FileAttributeInfoList) 
Instance details

Defined in GI.Gio.Structs.FileAttributeInfoList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileAttributeInfoList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileAttributeInfoList) #

IsGValue (Maybe FileAttributeMatcher) 
Instance details

Defined in GI.Gio.Structs.FileAttributeMatcher

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileAttributeMatcher -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileAttributeMatcher) #

IsGValue (Maybe Resource) 
Instance details

Defined in GI.Gio.Structs.Resource

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Resource -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Resource) #

IsGValue (Maybe SettingsSchema) 
Instance details

Defined in GI.Gio.Structs.SettingsSchema

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SettingsSchema -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SettingsSchema) #

IsGValue (Maybe SettingsSchemaKey) 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaKey

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SettingsSchemaKey -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SettingsSchemaKey) #

IsGValue (Maybe SettingsSchemaSource) 
Instance details

Defined in GI.Gio.Structs.SettingsSchemaSource

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SettingsSchemaSource -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SettingsSchemaSource) #

IsGValue (Maybe SrvTarget) 
Instance details

Defined in GI.Gio.Structs.SrvTarget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SrvTarget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SrvTarget) #

IsGValue (Maybe UnixMountEntry) 
Instance details

Defined in GI.Gio.Structs.UnixMountEntry

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixMountEntry -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixMountEntry) #

IsGValue (Maybe UnixMountPoint) 
Instance details

Defined in GI.Gio.Structs.UnixMountPoint

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UnixMountPoint -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UnixMountPoint) #

IsGValue (Maybe BookmarkFile) 
Instance details

Defined in GI.GLib.Structs.BookmarkFile

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BookmarkFile -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BookmarkFile) #

IsGValue (Maybe ByteArray) 
Instance details

Defined in GI.GLib.Structs.ByteArray

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ByteArray -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ByteArray) #

IsGValue (Maybe Bytes) 
Instance details

Defined in GI.GLib.Structs.Bytes

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Bytes -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Bytes) #

IsGValue (Maybe Checksum) 
Instance details

Defined in GI.GLib.Structs.Checksum

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Checksum -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Checksum) #

IsGValue (Maybe Date) 
Instance details

Defined in GI.GLib.Structs.Date

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Date -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Date) #

IsGValue (Maybe DateTime) 
Instance details

Defined in GI.GLib.Structs.DateTime

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DateTime -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DateTime) #

IsGValue (Maybe Dir) 
Instance details

Defined in GI.GLib.Structs.Dir

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Dir -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Dir) #

IsGValue (Maybe Hmac) 
Instance details

Defined in GI.GLib.Structs.Hmac

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Hmac -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Hmac) #

IsGValue (Maybe IOChannel) 
Instance details

Defined in GI.GLib.Structs.IOChannel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IOChannel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IOChannel) #

IsGValue (Maybe KeyFile) 
Instance details

Defined in GI.GLib.Structs.KeyFile

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe KeyFile -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe KeyFile) #

IsGValue (Maybe MainContext) 
Instance details

Defined in GI.GLib.Structs.MainContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MainContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MainContext) #

IsGValue (Maybe MainLoop) 
Instance details

Defined in GI.GLib.Structs.MainLoop

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MainLoop -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MainLoop) #

IsGValue (Maybe MappedFile) 
Instance details

Defined in GI.GLib.Structs.MappedFile

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MappedFile -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MappedFile) #

IsGValue (Maybe MarkupParseContext) 
Instance details

Defined in GI.GLib.Structs.MarkupParseContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MarkupParseContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MarkupParseContext) #

IsGValue (Maybe MatchInfo) 
Instance details

Defined in GI.GLib.Structs.MatchInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MatchInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MatchInfo) #

IsGValue (Maybe OptionGroup) 
Instance details

Defined in GI.GLib.Structs.OptionGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe OptionGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe OptionGroup) #

IsGValue (Maybe PatternSpec) 
Instance details

Defined in GI.GLib.Structs.PatternSpec

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PatternSpec -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PatternSpec) #

IsGValue (Maybe PollFD) 
Instance details

Defined in GI.GLib.Structs.PollFD

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PollFD -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PollFD) #

IsGValue (Maybe PtrArray) 
Instance details

Defined in GI.GLib.Structs.PtrArray

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PtrArray -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PtrArray) #

IsGValue (Maybe Rand) 
Instance details

Defined in GI.GLib.Structs.Rand

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Rand -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Rand) #

IsGValue (Maybe Regex) 
Instance details

Defined in GI.GLib.Structs.Regex

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Regex -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Regex) #

IsGValue (Maybe Source) 
Instance details

Defined in GI.GLib.Structs.Source

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Source -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Source) #

IsGValue (Maybe String) 
Instance details

Defined in GI.GLib.Structs.String

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe String -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe String) #

IsGValue (Maybe StrvBuilder) 
Instance details

Defined in GI.GLib.Structs.StrvBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StrvBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StrvBuilder) #

IsGValue (Maybe Thread) 
Instance details

Defined in GI.GLib.Structs.Thread

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Thread -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Thread) #

IsGValue (Maybe TimeZone) 
Instance details

Defined in GI.GLib.Structs.TimeZone

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TimeZone -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TimeZone) #

IsGValue (Maybe Tree) 
Instance details

Defined in GI.GLib.Structs.Tree

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Tree -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Tree) #

IsGValue (Maybe Uri) 
Instance details

Defined in GI.GLib.Structs.Uri

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Uri -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Uri) #

IsGValue (Maybe VariantBuilder) 
Instance details

Defined in GI.GLib.Structs.VariantBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VariantBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VariantBuilder) #

IsGValue (Maybe VariantDict) 
Instance details

Defined in GI.GLib.Structs.VariantDict

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VariantDict -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VariantDict) #

IsGValue (Maybe VariantType) 
Instance details

Defined in GI.GLib.Structs.VariantType

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VariantType -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VariantType) #

IsGValue (Maybe Binding) 
Instance details

Defined in GI.GObject.Objects.Binding

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Binding -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Binding) #

IsGValue (Maybe BindingGroup) 
Instance details

Defined in GI.GObject.Objects.BindingGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BindingGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BindingGroup) #

IsGValue (Maybe InitiallyUnowned) 
Instance details

Defined in GI.GObject.Objects.InitiallyUnowned

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe InitiallyUnowned -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe InitiallyUnowned) #

IsGValue (Maybe Object) 
Instance details

Defined in GI.GObject.Objects.Object

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Object -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Object) #

IsGValue (Maybe ParamSpec) 
Instance details

Defined in GI.GObject.Objects.ParamSpec

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ParamSpec -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ParamSpec) #

IsGValue (Maybe SignalGroup) 
Instance details

Defined in GI.GObject.Objects.SignalGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SignalGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SignalGroup) #

IsGValue (Maybe TypeModule) 
Instance details

Defined in GI.GObject.Objects.TypeModule

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TypeModule -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TypeModule) #

IsGValue (Maybe ValueArray) 
Instance details

Defined in GI.GObject.Structs.ValueArray

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ValueArray -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ValueArray) #

IsGValue (Maybe Box)

Convert Box to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Box

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Box -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Box) #

IsGValue (Maybe Euler)

Convert Euler to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Euler

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Euler -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Euler) #

IsGValue (Maybe Frustum)

Convert Frustum to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Frustum

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Frustum -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Frustum) #

IsGValue (Maybe Matrix)

Convert Matrix to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Matrix

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Matrix -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Matrix) #

IsGValue (Maybe Plane)

Convert Plane to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Plane

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Plane -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Plane) #

IsGValue (Maybe Point)

Convert Point to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Point

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Point -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Point) #

IsGValue (Maybe Point3D)

Convert Point3D to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Point3D

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Point3D -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Point3D) #

IsGValue (Maybe Quad)

Convert Quad to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Quad

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Quad -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Quad) #

IsGValue (Maybe Quaternion)

Convert Quaternion to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Quaternion

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Quaternion -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Quaternion) #

IsGValue (Maybe Ray)

Convert Ray to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Ray

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Ray -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Ray) #

IsGValue (Maybe Rect)

Convert Rect to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Rect

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Rect -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Rect) #

IsGValue (Maybe Size)

Convert Size to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Size

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Size -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Size) #

IsGValue (Maybe Sphere)

Convert Sphere to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Sphere

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Sphere -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Sphere) #

IsGValue (Maybe Triangle)

Convert Triangle to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Triangle

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Triangle -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Triangle) #

IsGValue (Maybe Vec2)

Convert Vec2 to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Vec2

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Vec2 -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Vec2) #

IsGValue (Maybe Vec3)

Convert Vec3 to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Vec3

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Vec3 -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Vec3) #

IsGValue (Maybe Vec4)

Convert Vec4 to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Graphene.Structs.Vec4

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Vec4 -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Vec4) #

IsGValue (Maybe BroadwayRenderer)

Convert BroadwayRenderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.BroadwayRenderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BroadwayRenderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BroadwayRenderer) #

IsGValue (Maybe CairoRenderer)

Convert CairoRenderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.CairoRenderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CairoRenderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CairoRenderer) #

IsGValue (Maybe GLRenderer)

Convert GLRenderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.GLRenderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GLRenderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GLRenderer) #

IsGValue (Maybe GLShader)

Convert GLShader to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.GLShader

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GLShader -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GLShader) #

IsGValue (Maybe NglRenderer)

Convert NglRenderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.NglRenderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NglRenderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NglRenderer) #

IsGValue (Maybe RenderNode)

Convert RenderNode to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.RenderNode

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe RenderNode -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe RenderNode) #

IsGValue (Maybe Renderer)

Convert Renderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.Renderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Renderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Renderer) #

IsGValue (Maybe VulkanRenderer)

Convert VulkanRenderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Objects.VulkanRenderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VulkanRenderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VulkanRenderer) #

IsGValue (Maybe Path)

Convert Path to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.Path

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Path -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Path) #

IsGValue (Maybe PathBuilder)

Convert PathBuilder to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.PathBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PathBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PathBuilder) #

IsGValue (Maybe PathMeasure)

Convert PathMeasure to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.PathMeasure

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PathMeasure -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PathMeasure) #

IsGValue (Maybe PathPoint)

Convert PathPoint to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.PathPoint

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PathPoint -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PathPoint) #

IsGValue (Maybe ShaderArgsBuilder)

Convert ShaderArgsBuilder to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.ShaderArgsBuilder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShaderArgsBuilder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShaderArgsBuilder) #

IsGValue (Maybe Stroke)

Convert Stroke to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.Stroke

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Stroke -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Stroke) #

IsGValue (Maybe Transform)

Convert Transform to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gsk.Structs.Transform

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Transform -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Transform) #

IsGValue (Maybe Accessible) Source #

Convert Accessible to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Accessible

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Accessible -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Accessible) #

IsGValue (Maybe AccessibleRange) Source #

Convert AccessibleRange to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.AccessibleRange

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AccessibleRange -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AccessibleRange) #

IsGValue (Maybe AccessibleText) Source #

Convert AccessibleText to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.AccessibleText

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AccessibleText -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AccessibleText) #

IsGValue (Maybe Actionable) Source #

Convert Actionable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Actionable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Actionable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Actionable) #

IsGValue (Maybe AppChooser) Source #

Convert AppChooser to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.AppChooser

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppChooser -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppChooser) #

IsGValue (Maybe Buildable) Source #

Convert Buildable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Buildable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Buildable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Buildable) #

IsGValue (Maybe BuilderScope) Source #

Convert BuilderScope to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.BuilderScope

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BuilderScope -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BuilderScope) #

IsGValue (Maybe CellEditable) Source #

Convert CellEditable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.CellEditable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellEditable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellEditable) #

IsGValue (Maybe CellLayout) Source #

Convert CellLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.CellLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellLayout) #

IsGValue (Maybe ColorChooser) Source #

Convert ColorChooser to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.ColorChooser

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorChooser -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorChooser) #

IsGValue (Maybe ConstraintTarget) Source #

Convert ConstraintTarget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.ConstraintTarget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ConstraintTarget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ConstraintTarget) #

IsGValue (Maybe Editable) Source #

Convert Editable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Editable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Editable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Editable) #

IsGValue (Maybe FileChooser) Source #

Convert FileChooser to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.FileChooser

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileChooser -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileChooser) #

IsGValue (Maybe FontChooser) Source #

Convert FontChooser to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.FontChooser

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontChooser -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontChooser) #

IsGValue (Maybe Native) Source #

Convert Native to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Native

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Native -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Native) #

IsGValue (Maybe Orientable) Source #

Convert Orientable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Orientable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Orientable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Orientable) #

IsGValue (Maybe PrintOperationPreview) Source #

Convert PrintOperationPreview to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.PrintOperationPreview

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintOperationPreview -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintOperationPreview) #

IsGValue (Maybe Root) Source #

Convert Root to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Root

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Root -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Root) #

IsGValue (Maybe Scrollable) Source #

Convert Scrollable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.Scrollable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Scrollable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Scrollable) #

IsGValue (Maybe SectionModel) Source #

Convert SectionModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.SectionModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SectionModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SectionModel) #

IsGValue (Maybe SelectionModel) Source #

Convert SelectionModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.SelectionModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SelectionModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SelectionModel) #

IsGValue (Maybe ShortcutManager) Source #

Convert ShortcutManager to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.ShortcutManager

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutManager -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutManager) #

IsGValue (Maybe StyleProvider) Source #

Convert StyleProvider to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.StyleProvider

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StyleProvider -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StyleProvider) #

IsGValue (Maybe SymbolicPaintable) Source #

Convert SymbolicPaintable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.SymbolicPaintable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SymbolicPaintable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SymbolicPaintable) #

IsGValue (Maybe TreeModel) Source #

Convert TreeModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.TreeModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeModel) #

IsGValue (Maybe TreeSortable) Source #

Convert TreeSortable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Interfaces.TreeSortable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeSortable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeSortable) #

IsGValue (Maybe ATContext) Source #

Convert ATContext to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ATContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ATContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ATContext) #

IsGValue (Maybe AboutDialog) Source #

Convert AboutDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AboutDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AboutDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AboutDialog) #

IsGValue (Maybe ActionBar) Source #

Convert ActionBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ActionBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ActionBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ActionBar) #

IsGValue (Maybe ActivateAction) Source #

Convert ActivateAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ActivateAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ActivateAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ActivateAction) #

IsGValue (Maybe Adjustment) Source #

Convert Adjustment to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Adjustment

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Adjustment -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Adjustment) #

IsGValue (Maybe AlertDialog) Source #

Convert AlertDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AlertDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AlertDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AlertDialog) #

IsGValue (Maybe AlternativeTrigger) Source #

Convert AlternativeTrigger to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AlternativeTrigger

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AlternativeTrigger -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AlternativeTrigger) #

IsGValue (Maybe AnyFilter) Source #

Convert AnyFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AnyFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AnyFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AnyFilter) #

IsGValue (Maybe AppChooserButton) Source #

Convert AppChooserButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AppChooserButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppChooserButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppChooserButton) #

IsGValue (Maybe AppChooserDialog) Source #

Convert AppChooserDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AppChooserDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppChooserDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppChooserDialog) #

IsGValue (Maybe AppChooserWidget) Source #

Convert AppChooserWidget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AppChooserWidget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AppChooserWidget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AppChooserWidget) #

IsGValue (Maybe Application) Source #

Convert Application to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Application

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Application -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Application) #

IsGValue (Maybe ApplicationWindow) Source #

Convert ApplicationWindow to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ApplicationWindow

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ApplicationWindow -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ApplicationWindow) #

IsGValue (Maybe AspectFrame) Source #

Convert AspectFrame to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AspectFrame

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AspectFrame -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AspectFrame) #

IsGValue (Maybe Assistant) Source #

Convert Assistant to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Assistant

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Assistant -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Assistant) #

IsGValue (Maybe AssistantPage) Source #

Convert AssistantPage to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.AssistantPage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AssistantPage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AssistantPage) #

IsGValue (Maybe BinLayout) Source #

Convert BinLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BinLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BinLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BinLayout) #

IsGValue (Maybe BookmarkList) Source #

Convert BookmarkList to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BookmarkList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BookmarkList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BookmarkList) #

IsGValue (Maybe BoolFilter) Source #

Convert BoolFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BoolFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BoolFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BoolFilter) #

IsGValue (Maybe Box) Source #

Convert Box to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Box

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Box -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Box) #

IsGValue (Maybe BoxLayout) Source #

Convert BoxLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BoxLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BoxLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BoxLayout) #

IsGValue (Maybe Builder) Source #

Convert Builder to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Builder

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Builder -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Builder) #

IsGValue (Maybe BuilderCScope) Source #

Convert BuilderCScope to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BuilderCScope

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BuilderCScope -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BuilderCScope) #

IsGValue (Maybe BuilderListItemFactory) Source #

Convert BuilderListItemFactory to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.BuilderListItemFactory

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BuilderListItemFactory -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BuilderListItemFactory) #

IsGValue (Maybe Button) Source #

Convert Button to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Button

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Button -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Button) #

IsGValue (Maybe Calendar) Source #

Convert Calendar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Calendar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Calendar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Calendar) #

IsGValue (Maybe CallbackAction) Source #

Convert CallbackAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CallbackAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CallbackAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CallbackAction) #

IsGValue (Maybe CellArea) Source #

Convert CellArea to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellArea

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellArea -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellArea) #

IsGValue (Maybe CellAreaBox) Source #

Convert CellAreaBox to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellAreaBox

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellAreaBox -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellAreaBox) #

IsGValue (Maybe CellAreaContext) Source #

Convert CellAreaContext to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellAreaContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellAreaContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellAreaContext) #

IsGValue (Maybe CellRenderer) Source #

Convert CellRenderer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRenderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRenderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRenderer) #

IsGValue (Maybe CellRendererAccel) Source #

Convert CellRendererAccel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererAccel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererAccel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererAccel) #

IsGValue (Maybe CellRendererCombo) Source #

Convert CellRendererCombo to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererCombo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererCombo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererCombo) #

IsGValue (Maybe CellRendererPixbuf) Source #

Convert CellRendererPixbuf to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererPixbuf

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererPixbuf -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererPixbuf) #

IsGValue (Maybe CellRendererProgress) Source #

Convert CellRendererProgress to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererProgress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererProgress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererProgress) #

IsGValue (Maybe CellRendererSpin) Source #

Convert CellRendererSpin to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererSpin

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererSpin -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererSpin) #

IsGValue (Maybe CellRendererSpinner) Source #

Convert CellRendererSpinner to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererSpinner

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererSpinner -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererSpinner) #

IsGValue (Maybe CellRendererText) Source #

Convert CellRendererText to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererText

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererText -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererText) #

IsGValue (Maybe CellRendererToggle) Source #

Convert CellRendererToggle to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellRendererToggle

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellRendererToggle -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellRendererToggle) #

IsGValue (Maybe CellView) Source #

Convert CellView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CellView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CellView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CellView) #

IsGValue (Maybe CenterBox) Source #

Convert CenterBox to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CenterBox

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CenterBox -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CenterBox) #

IsGValue (Maybe CenterLayout) Source #

Convert CenterLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CenterLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CenterLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CenterLayout) #

IsGValue (Maybe CheckButton) Source #

Convert CheckButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CheckButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CheckButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CheckButton) #

IsGValue (Maybe ColorButton) Source #

Convert ColorButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColorButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorButton) #

IsGValue (Maybe ColorChooserDialog) Source #

Convert ColorChooserDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColorChooserDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorChooserDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorChooserDialog) #

IsGValue (Maybe ColorChooserWidget) Source #

Convert ColorChooserWidget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColorChooserWidget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorChooserWidget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorChooserWidget) #

IsGValue (Maybe ColorDialog) Source #

Convert ColorDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColorDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorDialog) #

IsGValue (Maybe ColorDialogButton) Source #

Convert ColorDialogButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColorDialogButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColorDialogButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColorDialogButton) #

IsGValue (Maybe ColumnView) Source #

Convert ColumnView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColumnView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColumnView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColumnView) #

IsGValue (Maybe ColumnViewCell) Source #

Convert ColumnViewCell to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColumnViewCell

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColumnViewCell -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColumnViewCell) #

IsGValue (Maybe ColumnViewColumn) Source #

Convert ColumnViewColumn to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColumnViewColumn

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColumnViewColumn -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColumnViewColumn) #

IsGValue (Maybe ColumnViewRow) Source #

Convert ColumnViewRow to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColumnViewRow

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColumnViewRow -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColumnViewRow) #

IsGValue (Maybe ColumnViewSorter) Source #

Convert ColumnViewSorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ColumnViewSorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ColumnViewSorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ColumnViewSorter) #

IsGValue (Maybe ComboBox) Source #

Convert ComboBox to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ComboBox

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ComboBox -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ComboBox) #

IsGValue (Maybe ComboBoxText) Source #

Convert ComboBoxText to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ComboBoxText

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ComboBoxText -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ComboBoxText) #

IsGValue (Maybe Constraint) Source #

Convert Constraint to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Constraint

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Constraint -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Constraint) #

IsGValue (Maybe ConstraintGuide) Source #

Convert ConstraintGuide to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ConstraintGuide

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ConstraintGuide -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ConstraintGuide) #

IsGValue (Maybe ConstraintLayout) Source #

Convert ConstraintLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ConstraintLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ConstraintLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ConstraintLayout) #

IsGValue (Maybe ConstraintLayoutChild) Source #

Convert ConstraintLayoutChild to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ConstraintLayoutChild

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ConstraintLayoutChild -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ConstraintLayoutChild) #

IsGValue (Maybe CssProvider) Source #

Convert CssProvider to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CssProvider

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CssProvider -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CssProvider) #

IsGValue (Maybe CustomFilter) Source #

Convert CustomFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CustomFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CustomFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CustomFilter) #

IsGValue (Maybe CustomLayout) Source #

Convert CustomLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CustomLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CustomLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CustomLayout) #

IsGValue (Maybe CustomSorter) Source #

Convert CustomSorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.CustomSorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CustomSorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CustomSorter) #

IsGValue (Maybe Dialog) Source #

Convert Dialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Dialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Dialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Dialog) #

IsGValue (Maybe DirectoryList) Source #

Convert DirectoryList to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DirectoryList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DirectoryList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DirectoryList) #

IsGValue (Maybe DragIcon) Source #

Convert DragIcon to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DragIcon

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DragIcon -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DragIcon) #

IsGValue (Maybe DragSource) Source #

Convert DragSource to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DragSource

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DragSource -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DragSource) #

IsGValue (Maybe DrawingArea) Source #

Convert DrawingArea to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DrawingArea

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DrawingArea -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DrawingArea) #

IsGValue (Maybe DropControllerMotion) Source #

Convert DropControllerMotion to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DropControllerMotion

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DropControllerMotion -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DropControllerMotion) #

IsGValue (Maybe DropDown) Source #

Convert DropDown to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DropDown

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DropDown -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DropDown) #

IsGValue (Maybe DropTarget) Source #

Convert DropTarget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DropTarget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DropTarget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DropTarget) #

IsGValue (Maybe DropTargetAsync) Source #

Convert DropTargetAsync to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.DropTargetAsync

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe DropTargetAsync -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe DropTargetAsync) #

IsGValue (Maybe EditableLabel) Source #

Convert EditableLabel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EditableLabel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EditableLabel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EditableLabel) #

IsGValue (Maybe EmojiChooser) Source #

Convert EmojiChooser to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EmojiChooser

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EmojiChooser -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EmojiChooser) #

IsGValue (Maybe Entry) Source #

Convert Entry to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Entry

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Entry -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Entry) #

IsGValue (Maybe EntryBuffer) Source #

Convert EntryBuffer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EntryBuffer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EntryBuffer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EntryBuffer) #

IsGValue (Maybe EntryCompletion) Source #

Convert EntryCompletion to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EntryCompletion

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EntryCompletion -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EntryCompletion) #

IsGValue (Maybe EventController) Source #

Convert EventController to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EventController

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventController -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventController) #

IsGValue (Maybe EventControllerFocus) Source #

Convert EventControllerFocus to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EventControllerFocus

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventControllerFocus -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventControllerFocus) #

IsGValue (Maybe EventControllerKey) Source #

Convert EventControllerKey to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EventControllerKey

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventControllerKey -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventControllerKey) #

IsGValue (Maybe EventControllerLegacy) Source #

Convert EventControllerLegacy to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EventControllerLegacy

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventControllerLegacy -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventControllerLegacy) #

IsGValue (Maybe EventControllerMotion) Source #

Convert EventControllerMotion to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EventControllerMotion

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventControllerMotion -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventControllerMotion) #

IsGValue (Maybe EventControllerScroll) Source #

Convert EventControllerScroll to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EventControllerScroll

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EventControllerScroll -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EventControllerScroll) #

IsGValue (Maybe EveryFilter) Source #

Convert EveryFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.EveryFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe EveryFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe EveryFilter) #

IsGValue (Maybe Expander) Source #

Convert Expander to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Expander

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Expander -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Expander) #

IsGValue (Maybe Expression) Source #

Convert Expression to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Expression

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Expression -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Expression) #

IsGValue (Maybe FileChooserDialog) Source #

Convert FileChooserDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FileChooserDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileChooserDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileChooserDialog) #

IsGValue (Maybe FileChooserNative) Source #

Convert FileChooserNative to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FileChooserNative

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileChooserNative -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileChooserNative) #

IsGValue (Maybe FileChooserWidget) Source #

Convert FileChooserWidget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FileChooserWidget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileChooserWidget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileChooserWidget) #

IsGValue (Maybe FileDialog) Source #

Convert FileDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FileDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileDialog) #

IsGValue (Maybe FileFilter) Source #

Convert FileFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FileFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileFilter) #

IsGValue (Maybe FileLauncher) Source #

Convert FileLauncher to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FileLauncher

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FileLauncher -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FileLauncher) #

IsGValue (Maybe Filter) Source #

Convert Filter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Filter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Filter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Filter) #

IsGValue (Maybe FilterListModel) Source #

Convert FilterListModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FilterListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FilterListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FilterListModel) #

IsGValue (Maybe Fixed) Source #

Convert Fixed to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Fixed

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Fixed -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Fixed) #

IsGValue (Maybe FixedLayout) Source #

Convert FixedLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FixedLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FixedLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FixedLayout) #

IsGValue (Maybe FixedLayoutChild) Source #

Convert FixedLayoutChild to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FixedLayoutChild

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FixedLayoutChild -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FixedLayoutChild) #

IsGValue (Maybe FlattenListModel) Source #

Convert FlattenListModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FlattenListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FlattenListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FlattenListModel) #

IsGValue (Maybe FlowBox) Source #

Convert FlowBox to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FlowBox

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FlowBox -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FlowBox) #

IsGValue (Maybe FlowBoxChild) Source #

Convert FlowBoxChild to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FlowBoxChild

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FlowBoxChild -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FlowBoxChild) #

IsGValue (Maybe FontButton) Source #

Convert FontButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FontButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontButton) #

IsGValue (Maybe FontChooserDialog) Source #

Convert FontChooserDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FontChooserDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontChooserDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontChooserDialog) #

IsGValue (Maybe FontChooserWidget) Source #

Convert FontChooserWidget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FontChooserWidget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontChooserWidget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontChooserWidget) #

IsGValue (Maybe FontDialog) Source #

Convert FontDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FontDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontDialog) #

IsGValue (Maybe FontDialogButton) Source #

Convert FontDialogButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.FontDialogButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontDialogButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontDialogButton) #

IsGValue (Maybe Frame) Source #

Convert Frame to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Frame

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Frame -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Frame) #

IsGValue (Maybe GLArea) Source #

Convert GLArea to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GLArea

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GLArea -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GLArea) #

IsGValue (Maybe Gesture) Source #

Convert Gesture to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Gesture

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Gesture -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Gesture) #

IsGValue (Maybe GestureClick) Source #

Convert GestureClick to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureClick

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureClick -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureClick) #

IsGValue (Maybe GestureDrag) Source #

Convert GestureDrag to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureDrag

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureDrag -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureDrag) #

IsGValue (Maybe GestureLongPress) Source #

Convert GestureLongPress to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureLongPress

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureLongPress -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureLongPress) #

IsGValue (Maybe GesturePan) Source #

Convert GesturePan to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GesturePan

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GesturePan -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GesturePan) #

IsGValue (Maybe GestureRotate) Source #

Convert GestureRotate to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureRotate

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureRotate -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureRotate) #

IsGValue (Maybe GestureSingle) Source #

Convert GestureSingle to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureSingle

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureSingle -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureSingle) #

IsGValue (Maybe GestureStylus) Source #

Convert GestureStylus to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureStylus

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureStylus -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureStylus) #

IsGValue (Maybe GestureSwipe) Source #

Convert GestureSwipe to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureSwipe

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureSwipe -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureSwipe) #

IsGValue (Maybe GestureZoom) Source #

Convert GestureZoom to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GestureZoom

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GestureZoom -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GestureZoom) #

IsGValue (Maybe GraphicsOffload) Source #

Convert GraphicsOffload to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GraphicsOffload

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GraphicsOffload -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GraphicsOffload) #

IsGValue (Maybe Grid) Source #

Convert Grid to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Grid

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Grid -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Grid) #

IsGValue (Maybe GridLayout) Source #

Convert GridLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GridLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GridLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GridLayout) #

IsGValue (Maybe GridLayoutChild) Source #

Convert GridLayoutChild to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GridLayoutChild

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GridLayoutChild -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GridLayoutChild) #

IsGValue (Maybe GridView) Source #

Convert GridView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.GridView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GridView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GridView) #

IsGValue (Maybe HeaderBar) Source #

Convert HeaderBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.HeaderBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe HeaderBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe HeaderBar) #

IsGValue (Maybe IMContext) Source #

Convert IMContext to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.IMContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IMContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IMContext) #

IsGValue (Maybe IMContextSimple) Source #

Convert IMContextSimple to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.IMContextSimple

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IMContextSimple -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IMContextSimple) #

IsGValue (Maybe IMMulticontext) Source #

Convert IMMulticontext to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.IMMulticontext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IMMulticontext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IMMulticontext) #

IsGValue (Maybe IconPaintable) Source #

Convert IconPaintable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.IconPaintable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IconPaintable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IconPaintable) #

IsGValue (Maybe IconTheme) Source #

Convert IconTheme to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.IconTheme

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IconTheme -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IconTheme) #

IsGValue (Maybe IconView) Source #

Convert IconView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.IconView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe IconView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe IconView) #

IsGValue (Maybe Image) Source #

Convert Image to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Image

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Image -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Image) #

IsGValue (Maybe InfoBar) Source #

Convert InfoBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.InfoBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe InfoBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe InfoBar) #

IsGValue (Maybe Inscription) Source #

Convert Inscription to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Inscription

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Inscription -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Inscription) #

IsGValue (Maybe KeyvalTrigger) Source #

Convert KeyvalTrigger to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.KeyvalTrigger

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe KeyvalTrigger -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe KeyvalTrigger) #

IsGValue (Maybe Label) Source #

Convert Label to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Label

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Label -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Label) #

IsGValue (Maybe LayoutChild) Source #

Convert LayoutChild to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.LayoutChild

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LayoutChild -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LayoutChild) #

IsGValue (Maybe LayoutManager) Source #

Convert LayoutManager to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.LayoutManager

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LayoutManager -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LayoutManager) #

IsGValue (Maybe LevelBar) Source #

Convert LevelBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.LevelBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LevelBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LevelBar) #

IsGValue (Maybe LinkButton) Source #

Convert LinkButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.LinkButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LinkButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LinkButton) #

IsGValue (Maybe ListBase) Source #

Convert ListBase to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListBase

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListBase -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListBase) #

IsGValue (Maybe ListBox) Source #

Convert ListBox to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListBox

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListBox -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListBox) #

IsGValue (Maybe ListBoxRow) Source #

Convert ListBoxRow to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListBoxRow

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListBoxRow -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListBoxRow) #

IsGValue (Maybe ListHeader) Source #

Convert ListHeader to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListHeader

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListHeader -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListHeader) #

IsGValue (Maybe ListItem) Source #

Convert ListItem to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListItem

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListItem -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListItem) #

IsGValue (Maybe ListItemFactory) Source #

Convert ListItemFactory to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListItemFactory

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListItemFactory -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListItemFactory) #

IsGValue (Maybe ListStore) Source #

Convert ListStore to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListStore

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListStore -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListStore) #

IsGValue (Maybe ListView) Source #

Convert ListView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ListView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ListView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ListView) #

IsGValue (Maybe LockButton) Source #

Convert LockButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.LockButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LockButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LockButton) #

IsGValue (Maybe MapListModel) Source #

Convert MapListModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MapListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MapListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MapListModel) #

IsGValue (Maybe MediaControls) Source #

Convert MediaControls to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MediaControls

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MediaControls -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MediaControls) #

IsGValue (Maybe MediaFile) Source #

Convert MediaFile to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MediaFile

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MediaFile -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MediaFile) #

IsGValue (Maybe MediaStream) Source #

Convert MediaStream to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MediaStream

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MediaStream -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MediaStream) #

IsGValue (Maybe MenuButton) Source #

Convert MenuButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MenuButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MenuButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MenuButton) #

IsGValue (Maybe MessageDialog) Source #

Convert MessageDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MessageDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MessageDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MessageDialog) #

IsGValue (Maybe MnemonicAction) Source #

Convert MnemonicAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MnemonicAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MnemonicAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MnemonicAction) #

IsGValue (Maybe MnemonicTrigger) Source #

Convert MnemonicTrigger to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MnemonicTrigger

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MnemonicTrigger -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MnemonicTrigger) #

IsGValue (Maybe MountOperation) Source #

Convert MountOperation to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MountOperation

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MountOperation -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MountOperation) #

IsGValue (Maybe MultiFilter) Source #

Convert MultiFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MultiFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MultiFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MultiFilter) #

IsGValue (Maybe MultiSelection) Source #

Convert MultiSelection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MultiSelection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MultiSelection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MultiSelection) #

IsGValue (Maybe MultiSorter) Source #

Convert MultiSorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.MultiSorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe MultiSorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe MultiSorter) #

IsGValue (Maybe NamedAction) Source #

Convert NamedAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NamedAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NamedAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NamedAction) #

IsGValue (Maybe NativeDialog) Source #

Convert NativeDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NativeDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NativeDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NativeDialog) #

IsGValue (Maybe NeverTrigger) Source #

Convert NeverTrigger to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NeverTrigger

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NeverTrigger -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NeverTrigger) #

IsGValue (Maybe NoSelection) Source #

Convert NoSelection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NoSelection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NoSelection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NoSelection) #

IsGValue (Maybe Notebook) Source #

Convert Notebook to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Notebook

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Notebook -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Notebook) #

IsGValue (Maybe NotebookPage) Source #

Convert NotebookPage to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NotebookPage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NotebookPage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NotebookPage) #

IsGValue (Maybe NothingAction) Source #

Convert NothingAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NothingAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NothingAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NothingAction) #

IsGValue (Maybe NumericSorter) Source #

Convert NumericSorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.NumericSorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe NumericSorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe NumericSorter) #

IsGValue (Maybe Overlay) Source #

Convert Overlay to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Overlay

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Overlay -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Overlay) #

IsGValue (Maybe OverlayLayout) Source #

Convert OverlayLayout to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.OverlayLayout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe OverlayLayout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe OverlayLayout) #

IsGValue (Maybe OverlayLayoutChild) Source #

Convert OverlayLayoutChild to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.OverlayLayoutChild

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe OverlayLayoutChild -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe OverlayLayoutChild) #

IsGValue (Maybe PadController) Source #

Convert PadController to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PadController

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PadController -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PadController) #

IsGValue (Maybe PageSetup) Source #

Convert PageSetup to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PageSetup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PageSetup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PageSetup) #

IsGValue (Maybe PageSetupUnixDialog) Source #

Convert PageSetupUnixDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PageSetupUnixDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PageSetupUnixDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PageSetupUnixDialog) #

IsGValue (Maybe Paned) Source #

Convert Paned to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Paned

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Paned -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Paned) #

IsGValue (Maybe PasswordEntry) Source #

Convert PasswordEntry to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PasswordEntry

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PasswordEntry -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PasswordEntry) #

IsGValue (Maybe PasswordEntryBuffer) Source #

Convert PasswordEntryBuffer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PasswordEntryBuffer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PasswordEntryBuffer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PasswordEntryBuffer) #

IsGValue (Maybe Picture) Source #

Convert Picture to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Picture

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Picture -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Picture) #

IsGValue (Maybe Popover) Source #

Convert Popover to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Popover

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Popover -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Popover) #

IsGValue (Maybe PopoverMenu) Source #

Convert PopoverMenu to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PopoverMenu

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PopoverMenu -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PopoverMenu) #

IsGValue (Maybe PopoverMenuBar) Source #

Convert PopoverMenuBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PopoverMenuBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PopoverMenuBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PopoverMenuBar) #

IsGValue (Maybe PrintContext) Source #

Convert PrintContext to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PrintContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintContext) #

IsGValue (Maybe PrintDialog) Source #

Convert PrintDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PrintDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintDialog) #

IsGValue (Maybe PrintJob) Source #

Convert PrintJob to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PrintJob

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintJob -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintJob) #

IsGValue (Maybe PrintOperation) Source #

Convert PrintOperation to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PrintOperation

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintOperation -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintOperation) #

IsGValue (Maybe PrintSettings) Source #

Convert PrintSettings to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PrintSettings

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintSettings -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintSettings) #

IsGValue (Maybe PrintUnixDialog) Source #

Convert PrintUnixDialog to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.PrintUnixDialog

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintUnixDialog -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintUnixDialog) #

IsGValue (Maybe Printer) Source #

Convert Printer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Printer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Printer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Printer) #

IsGValue (Maybe ProgressBar) Source #

Convert ProgressBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ProgressBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ProgressBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ProgressBar) #

IsGValue (Maybe Range) Source #

Convert Range to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Range

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Range -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Range) #

IsGValue (Maybe RecentManager) Source #

Convert RecentManager to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.RecentManager

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe RecentManager -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe RecentManager) #

IsGValue (Maybe Revealer) Source #

Convert Revealer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Revealer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Revealer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Revealer) #

IsGValue (Maybe Scale) Source #

Convert Scale to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Scale

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Scale -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Scale) #

IsGValue (Maybe ScaleButton) Source #

Convert ScaleButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ScaleButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ScaleButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ScaleButton) #

IsGValue (Maybe Scrollbar) Source #

Convert Scrollbar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Scrollbar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Scrollbar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Scrollbar) #

IsGValue (Maybe ScrolledWindow) Source #

Convert ScrolledWindow to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ScrolledWindow

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ScrolledWindow -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ScrolledWindow) #

IsGValue (Maybe SearchBar) Source #

Convert SearchBar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SearchBar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SearchBar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SearchBar) #

IsGValue (Maybe SearchEntry) Source #

Convert SearchEntry to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SearchEntry

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SearchEntry -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SearchEntry) #

IsGValue (Maybe SelectionFilterModel) Source #

Convert SelectionFilterModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SelectionFilterModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SelectionFilterModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SelectionFilterModel) #

IsGValue (Maybe Separator) Source #

Convert Separator to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Separator

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Separator -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Separator) #

IsGValue (Maybe Settings) Source #

Convert Settings to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Settings

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Settings -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Settings) #

IsGValue (Maybe Shortcut) Source #

Convert Shortcut to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Shortcut

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Shortcut -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Shortcut) #

IsGValue (Maybe ShortcutAction) Source #

Convert ShortcutAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutAction) #

IsGValue (Maybe ShortcutController) Source #

Convert ShortcutController to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutController

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutController -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutController) #

IsGValue (Maybe ShortcutLabel) Source #

Convert ShortcutLabel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutLabel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutLabel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutLabel) #

IsGValue (Maybe ShortcutTrigger) Source #

Convert ShortcutTrigger to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutTrigger

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutTrigger -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutTrigger) #

IsGValue (Maybe ShortcutsGroup) Source #

Convert ShortcutsGroup to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutsGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutsGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutsGroup) #

IsGValue (Maybe ShortcutsSection) Source #

Convert ShortcutsSection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutsSection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutsSection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutsSection) #

IsGValue (Maybe ShortcutsShortcut) Source #

Convert ShortcutsShortcut to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutsShortcut

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutsShortcut -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutsShortcut) #

IsGValue (Maybe ShortcutsWindow) Source #

Convert ShortcutsWindow to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ShortcutsWindow

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ShortcutsWindow -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ShortcutsWindow) #

IsGValue (Maybe SignalAction) Source #

Convert SignalAction to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SignalAction

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SignalAction -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SignalAction) #

IsGValue (Maybe SignalListItemFactory) Source #

Convert SignalListItemFactory to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SignalListItemFactory

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SignalListItemFactory -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SignalListItemFactory) #

IsGValue (Maybe SingleSelection) Source #

Convert SingleSelection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SingleSelection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SingleSelection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SingleSelection) #

IsGValue (Maybe SizeGroup) Source #

Convert SizeGroup to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SizeGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SizeGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SizeGroup) #

IsGValue (Maybe SliceListModel) Source #

Convert SliceListModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SliceListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SliceListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SliceListModel) #

IsGValue (Maybe Snapshot) Source #

Convert Snapshot to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Snapshot

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Snapshot -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Snapshot) #

IsGValue (Maybe SortListModel) Source #

Convert SortListModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SortListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SortListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SortListModel) #

IsGValue (Maybe Sorter) Source #

Convert Sorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Sorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Sorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Sorter) #

IsGValue (Maybe SpinButton) Source #

Convert SpinButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.SpinButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe SpinButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe SpinButton) #

IsGValue (Maybe Spinner) Source #

Convert Spinner to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Spinner

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Spinner -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Spinner) #

IsGValue (Maybe Stack) Source #

Convert Stack to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Stack

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Stack -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Stack) #

IsGValue (Maybe StackPage) Source #

Convert StackPage to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StackPage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StackPage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StackPage) #

IsGValue (Maybe StackSidebar) Source #

Convert StackSidebar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StackSidebar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StackSidebar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StackSidebar) #

IsGValue (Maybe StackSwitcher) Source #

Convert StackSwitcher to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StackSwitcher

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StackSwitcher -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StackSwitcher) #

IsGValue (Maybe Statusbar) Source #

Convert Statusbar to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Statusbar

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Statusbar -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Statusbar) #

IsGValue (Maybe StringFilter) Source #

Convert StringFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StringFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StringFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StringFilter) #

IsGValue (Maybe StringList) Source #

Convert StringList to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StringList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StringList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StringList) #

IsGValue (Maybe StringObject) Source #

Convert StringObject to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StringObject

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StringObject -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StringObject) #

IsGValue (Maybe StringSorter) Source #

Convert StringSorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StringSorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StringSorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StringSorter) #

IsGValue (Maybe StyleContext) Source #

Convert StyleContext to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.StyleContext

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe StyleContext -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe StyleContext) #

IsGValue (Maybe Switch) Source #

Convert Switch to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Switch

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Switch -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Switch) #

IsGValue (Maybe Text) Source #

Convert Text to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Text

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Text -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Text) #

IsGValue (Maybe TextBuffer) Source #

Convert TextBuffer to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TextBuffer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextBuffer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextBuffer) #

IsGValue (Maybe TextChildAnchor) Source #

Convert TextChildAnchor to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TextChildAnchor

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextChildAnchor -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextChildAnchor) #

IsGValue (Maybe TextMark) Source #

Convert TextMark to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TextMark

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextMark -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextMark) #

IsGValue (Maybe TextTag) Source #

Convert TextTag to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TextTag

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextTag -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextTag) #

IsGValue (Maybe TextTagTable) Source #

Convert TextTagTable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TextTagTable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextTagTable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextTagTable) #

IsGValue (Maybe TextView) Source #

Convert TextView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TextView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextView) #

IsGValue (Maybe ToggleButton) Source #

Convert ToggleButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.ToggleButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ToggleButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ToggleButton) #

IsGValue (Maybe Tooltip) Source #

Convert Tooltip to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Tooltip

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Tooltip -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Tooltip) #

IsGValue (Maybe TreeExpander) Source #

Convert TreeExpander to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeExpander

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeExpander -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeExpander) #

IsGValue (Maybe TreeListModel) Source #

Convert TreeListModel to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeListModel

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeListModel -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeListModel) #

IsGValue (Maybe TreeListRow) Source #

Convert TreeListRow to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeListRow

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeListRow -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeListRow) #

IsGValue (Maybe TreeListRowSorter) Source #

Convert TreeListRowSorter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeListRowSorter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeListRowSorter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeListRowSorter) #

IsGValue (Maybe TreeModelFilter) Source #

Convert TreeModelFilter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeModelFilter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeModelFilter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeModelFilter) #

IsGValue (Maybe TreeModelSort) Source #

Convert TreeModelSort to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeModelSort

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeModelSort -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeModelSort) #

IsGValue (Maybe TreeSelection) Source #

Convert TreeSelection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeSelection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeSelection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeSelection) #

IsGValue (Maybe TreeStore) Source #

Convert TreeStore to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeStore

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeStore -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeStore) #

IsGValue (Maybe TreeView) Source #

Convert TreeView to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeView

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeView -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeView) #

IsGValue (Maybe TreeViewColumn) Source #

Convert TreeViewColumn to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.TreeViewColumn

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeViewColumn -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeViewColumn) #

IsGValue (Maybe UriLauncher) Source #

Convert UriLauncher to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.UriLauncher

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe UriLauncher -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe UriLauncher) #

IsGValue (Maybe Video) Source #

Convert Video to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Video

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Video -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Video) #

IsGValue (Maybe Viewport) Source #

Convert Viewport to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Viewport

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Viewport -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Viewport) #

IsGValue (Maybe VolumeButton) Source #

Convert VolumeButton to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.VolumeButton

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe VolumeButton -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe VolumeButton) #

IsGValue (Maybe Widget) Source #

Convert Widget to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Widget

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Widget -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Widget) #

IsGValue (Maybe WidgetPaintable) Source #

Convert WidgetPaintable to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.WidgetPaintable

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe WidgetPaintable -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe WidgetPaintable) #

IsGValue (Maybe Window) Source #

Convert Window to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.Window

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Window -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Window) #

IsGValue (Maybe WindowControls) Source #

Convert WindowControls to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.WindowControls

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe WindowControls -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe WindowControls) #

IsGValue (Maybe WindowGroup) Source #

Convert WindowGroup to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.WindowGroup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe WindowGroup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe WindowGroup) #

IsGValue (Maybe WindowHandle) Source #

Convert WindowHandle to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Objects.WindowHandle

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe WindowHandle -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe WindowHandle) #

IsGValue (Maybe AccessibleList) Source #

Convert AccessibleList to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.AccessibleList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AccessibleList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AccessibleList) #

IsGValue (Maybe Bitset) Source #

Convert Bitset to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.Bitset

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Bitset -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Bitset) #

IsGValue (Maybe BitsetIter) Source #

Convert BitsetIter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.BitsetIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe BitsetIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe BitsetIter) #

IsGValue (Maybe Border) Source #

Convert Border to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.Border

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Border -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Border) #

IsGValue (Maybe CssSection) Source #

Convert CssSection to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.CssSection

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe CssSection -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe CssSection) #

IsGValue (Maybe ExpressionWatch) Source #

Convert ExpressionWatch to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.ExpressionWatch

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ExpressionWatch -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ExpressionWatch) #

IsGValue (Maybe PaperSize) Source #

Convert PaperSize to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.PaperSize

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PaperSize -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PaperSize) #

IsGValue (Maybe PrintSetup) Source #

Convert PrintSetup to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.PrintSetup

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe PrintSetup -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe PrintSetup) #

IsGValue (Maybe RecentInfo) Source #

Convert RecentInfo to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.RecentInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe RecentInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe RecentInfo) #

IsGValue (Maybe Requisition) Source #

Convert Requisition to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.Requisition

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Requisition -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Requisition) #

IsGValue (Maybe ScrollInfo) Source #

Convert ScrollInfo to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.ScrollInfo

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ScrollInfo -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ScrollInfo) #

IsGValue (Maybe TextIter) Source #

Convert TextIter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.TextIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TextIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TextIter) #

IsGValue (Maybe TreeIter) Source #

Convert TreeIter to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.TreeIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeIter) #

IsGValue (Maybe TreePath) Source #

Convert TreePath to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.TreePath

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreePath -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreePath) #

IsGValue (Maybe TreeRowReference) Source #

Convert TreeRowReference to and from GValue. See toGValue and fromGValue.

Instance details

Defined in GI.Gtk.Structs.TreeRowReference

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TreeRowReference -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TreeRowReference) #

IsGValue (Maybe FeatureT) 
Instance details

Defined in GI.HarfBuzz.Structs.FeatureT

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FeatureT -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FeatureT) #

IsGValue (Maybe Context) 
Instance details

Defined in GI.Pango.Objects.Context

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Context -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Context) #

IsGValue (Maybe Coverage) 
Instance details

Defined in GI.Pango.Objects.Coverage

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Coverage -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Coverage) #

IsGValue (Maybe Font) 
Instance details

Defined in GI.Pango.Objects.Font

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Font -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Font) #

IsGValue (Maybe FontFace) 
Instance details

Defined in GI.Pango.Objects.FontFace

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontFace -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontFace) #

IsGValue (Maybe FontFamily) 
Instance details

Defined in GI.Pango.Objects.FontFamily

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontFamily -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontFamily) #

IsGValue (Maybe FontMap) 
Instance details

Defined in GI.Pango.Objects.FontMap

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontMap -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontMap) #

IsGValue (Maybe Fontset) 
Instance details

Defined in GI.Pango.Objects.Fontset

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Fontset -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Fontset) #

IsGValue (Maybe FontsetSimple) 
Instance details

Defined in GI.Pango.Objects.FontsetSimple

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontsetSimple -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontsetSimple) #

IsGValue (Maybe Layout) 
Instance details

Defined in GI.Pango.Objects.Layout

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Layout -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Layout) #

IsGValue (Maybe Renderer) 
Instance details

Defined in GI.Pango.Objects.Renderer

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Renderer -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Renderer) #

IsGValue (Maybe AttrIterator) 
Instance details

Defined in GI.Pango.Structs.AttrIterator

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AttrIterator -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AttrIterator) #

IsGValue (Maybe AttrList) 
Instance details

Defined in GI.Pango.Structs.AttrList

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe AttrList -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe AttrList) #

IsGValue (Maybe Attribute) 
Instance details

Defined in GI.Pango.Structs.Attribute

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Attribute -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Attribute) #

IsGValue (Maybe Color) 
Instance details

Defined in GI.Pango.Structs.Color

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Color -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Color) #

IsGValue (Maybe FontDescription) 
Instance details

Defined in GI.Pango.Structs.FontDescription

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontDescription -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontDescription) #

IsGValue (Maybe FontMetrics) 
Instance details

Defined in GI.Pango.Structs.FontMetrics

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe FontMetrics -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe FontMetrics) #

IsGValue (Maybe GlyphItem) 
Instance details

Defined in GI.Pango.Structs.GlyphItem

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GlyphItem -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GlyphItem) #

IsGValue (Maybe GlyphItemIter) 
Instance details

Defined in GI.Pango.Structs.GlyphItemIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GlyphItemIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GlyphItemIter) #

IsGValue (Maybe GlyphString) 
Instance details

Defined in GI.Pango.Structs.GlyphString

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GlyphString -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GlyphString) #

IsGValue (Maybe Item) 
Instance details

Defined in GI.Pango.Structs.Item

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Item -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Item) #

IsGValue (Maybe Language) 
Instance details

Defined in GI.Pango.Structs.Language

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Language -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Language) #

IsGValue (Maybe LayoutIter) 
Instance details

Defined in GI.Pango.Structs.LayoutIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LayoutIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LayoutIter) #

IsGValue (Maybe LayoutLine) 
Instance details

Defined in GI.Pango.Structs.LayoutLine

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe LayoutLine -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe LayoutLine) #

IsGValue (Maybe Matrix) 
Instance details

Defined in GI.Pango.Structs.Matrix

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Matrix -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Matrix) #

IsGValue (Maybe ScriptIter) 
Instance details

Defined in GI.Pango.Structs.ScriptIter

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe ScriptIter -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe ScriptIter) #

IsGValue (Maybe TabArray) 
Instance details

Defined in GI.Pango.Structs.TabArray

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe TabArray -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe TabArray) #

IsGValue (Maybe GParamSpec) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe GParamSpec -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe GParamSpec) #

IsGValue (Maybe Text) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe Text -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe Text) #

IsGValue (Maybe String) 
Instance details

Defined in Data.GI.Base.GValue

Methods

gvalueGType_ :: IO GType #

gvalueSet_ :: Ptr GValue -> Maybe String -> IO () #

gvalueGet_ :: Ptr GValue -> IO (Maybe String) #

data GVariantDictEntry key value #

Constructors

GVariantDictEntry key value 

Instances

Instances details
(Show key, Show value) => Show (GVariantDictEntry key value) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

showsPrec :: Int -> GVariantDictEntry key value -> ShowS

show :: GVariantDictEntry key value -> String

showList :: [GVariantDictEntry key value] -> ShowS

(Eq key, Eq value) => Eq (GVariantDictEntry key value) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

(==) :: GVariantDictEntry key value -> GVariantDictEntry key value -> Bool

(/=) :: GVariantDictEntry key value -> GVariantDictEntry key value -> Bool

(IsGVariant a, IsGVariantBasicType a, IsGVariant b) => IsGVariant (GVariantDictEntry a b) 
Instance details

Defined in Data.GI.Base.GVariant

newtype GVariantHandle #

Constructors

GVariantHandle Int32 

newtype GVariantSinglet a #

Constructors

GVariantSinglet a 

Instances

Instances details
Show a => Show (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

showsPrec :: Int -> GVariantSinglet a -> ShowS

show :: GVariantSinglet a -> String

showList :: [GVariantSinglet a] -> ShowS

Eq a => Eq (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

(==) :: GVariantSinglet a -> GVariantSinglet a -> Bool

(/=) :: GVariantSinglet a -> GVariantSinglet a -> Bool

IsGVariant a => IsGVariant (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

class IsGVariant a where #

Methods

toGVariant :: a -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe a) #

toGVariantFormatString :: a -> Text #

Instances

Instances details
IsGVariant Int16 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Int16 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Int16) #

toGVariantFormatString :: Int16 -> Text #

IsGVariant Int32 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Int32 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Int32) #

toGVariantFormatString :: Int32 -> Text #

IsGVariant Int64 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Int64 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Int64) #

toGVariantFormatString :: Int64 -> Text #

IsGVariant Word16 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Word16 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Word16) #

toGVariantFormatString :: Word16 -> Text #

IsGVariant Word32 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Word32 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Word32) #

toGVariantFormatString :: Word32 -> Text #

IsGVariant Word64 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Word64 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Word64) #

toGVariantFormatString :: Word64 -> Text #

IsGVariant Word8 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Word8 -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Word8) #

toGVariantFormatString :: Word8 -> Text #

IsGVariant ByteString 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: ByteString -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe ByteString) #

toGVariantFormatString :: ByteString -> Text #

IsGVariant GVariant 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant GVariantHandle 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant GVariantObjectPath 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant GVariantSignature 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Text 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Text -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Text) #

toGVariantFormatString :: Text -> Text #

IsGVariant () 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: () -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe ()) #

toGVariantFormatString :: () -> Text #

IsGVariant Bool 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Bool -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Bool) #

toGVariantFormatString :: Bool -> Text #

IsGVariant Double 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Double -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe Double) #

toGVariantFormatString :: Double -> Text #

IsGVariant a => IsGVariant (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant a => IsGVariant (Maybe a) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Maybe a -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe (Maybe a)) #

toGVariantFormatString :: Maybe a -> Text #

IsGVariant a => IsGVariant [a] 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: [a] -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe [a]) #

toGVariantFormatString :: [a] -> Text #

(IsGVariant a, IsGVariantBasicType a, IsGVariant b) => IsGVariant (Map a b) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: Map a b -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe (Map a b)) #

toGVariantFormatString :: Map a b -> Text #

(IsGVariant a, IsGVariantBasicType a, IsGVariant b) => IsGVariant (GVariantDictEntry a b) 
Instance details

Defined in Data.GI.Base.GVariant

(IsGVariant a, IsGVariant b) => IsGVariant (a, b) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: (a, b) -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe (a, b)) #

toGVariantFormatString :: (a, b) -> Text #

(IsGVariant a, IsGVariant b, IsGVariant c) => IsGVariant (a, b, c) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: (a, b, c) -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe (a, b, c)) #

toGVariantFormatString :: (a, b, c) -> Text #

(IsGVariant a, IsGVariant b, IsGVariant c, IsGVariant d) => IsGVariant (a, b, c, d) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: (a, b, c, d) -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe (a, b, c, d)) #

toGVariantFormatString :: (a, b, c, d) -> Text #

(IsGVariant a, IsGVariant b, IsGVariant c, IsGVariant d, IsGVariant e) => IsGVariant (a, b, c, d, e) 
Instance details

Defined in Data.GI.Base.GVariant

Methods

toGVariant :: (a, b, c, d, e) -> IO GVariant #

fromGVariant :: GVariant -> IO (Maybe (a, b, c, d, e)) #

toGVariantFormatString :: (a, b, c, d, e) -> Text #

class Ord a => IsGVariantBasicType a #

Instances

Instances details
IsGVariantBasicType Int16 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Int32 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Int64 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Word16 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Word32 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Word64 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Word8 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType GVariantHandle 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType GVariantObjectPath 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType GVariantSignature 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Text 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Bool 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariantBasicType Double 
Instance details

Defined in Data.GI.Base.GVariant

asA :: (ManagedPtrNewtype a, ManagedPtrNewtype b, HasParentTypes b, IsDescendantOf a b) => b -> (ManagedPtr a -> a) -> a #

data SignalProxy object info where #

Constructors

(:::) :: forall object info. SignalProxy object info -> Text -> SignalProxy object info 
PropertyNotify :: forall info1 (propName :: Symbol) object (pl :: Symbol). (info1 ~ ResolveAttribute propName object, AttrInfo info1, pl ~ AttrLabel info1, KnownSymbol pl) => AttrLabelProxy propName -> SignalProxy object GObjectNotifySignalInfo 

Instances

Instances details
info ~ ResolveSignal slot object => IsLabel slot (SignalProxy object info) 
Instance details

Defined in Data.GI.Base.Signals

Methods

fromLabel :: SignalProxy object info

after :: forall object info m. (GObject object, MonadIO m, SignalInfo info) => object -> SignalProxy object info -> ((?self :: object) => HaskellCallbackType info) -> m SignalHandlerId #

on :: forall object info m. (GObject object, MonadIO m, SignalInfo info) => object -> SignalProxy object info -> ((?self :: object) => HaskellCallbackType info) -> m SignalHandlerId #