gi-gdk-4.0.9: Gdk bindings
CopyrightWill Thompson and Iñaki García Etxebarria
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gdk

Description

 

Documentation

on :: forall object info m. (GObject object, MonadIO m, SignalInfo info) => object -> SignalProxy object info -> ((?self :: object) => HaskellCallbackType info) -> m SignalHandlerId #

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 () #

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

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

after :: forall object info m. (GObject object, MonadIO m, SignalInfo info) => object -> SignalProxy object info -> ((?self :: object) => HaskellCallbackType info) -> m SignalHandlerId #

data ManagedPtr a #

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 #

data GArray a #

Constructors

GArray (Ptr (GArray 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

Show GError 
Instance details

Defined in Data.GI.Base.GError

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]

data GHashTable a b #

Constructors

GHashTable (Ptr (GHashTable a b)) 

newtype GVariant #

Constructors

GVariant (ManagedPtr GVariant) 

Instances

Instances details
IsGVariant GVariant 
Instance details

Defined in Data.GI.Base.GVariant

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]

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

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

Instances

Instances details
GObject DevicePad Source # 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

GObject DragSurface Source # 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

GObject Paintable Source # 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

GObject Popup Source # 
Instance details

Defined in GI.Gdk.Interfaces.Popup

GObject Toplevel Source # 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

GObject AppLaunchContext Source # 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

GObject CairoContext Source # 
Instance details

Defined in GI.Gdk.Objects.CairoContext

GObject Clipboard Source # 
Instance details

Defined in GI.Gdk.Objects.Clipboard

GObject ContentDeserializer Source # 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

GObject ContentProvider Source # 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

GObject ContentSerializer Source # 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

GObject Cursor Source # 
Instance details

Defined in GI.Gdk.Objects.Cursor

GObject Device Source # 
Instance details

Defined in GI.Gdk.Objects.Device

GObject DeviceTool Source # 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

GObject Display Source # 
Instance details

Defined in GI.Gdk.Objects.Display

GObject DisplayManager Source # 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

GObject DmabufTexture Source # 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

GObject DmabufTextureBuilder Source # 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

GObject Drag Source # 
Instance details

Defined in GI.Gdk.Objects.Drag

GObject DrawContext Source # 
Instance details

Defined in GI.Gdk.Objects.DrawContext

GObject Drop Source # 
Instance details

Defined in GI.Gdk.Objects.Drop

GObject FrameClock Source # 
Instance details

Defined in GI.Gdk.Objects.FrameClock

GObject GLContext Source # 
Instance details

Defined in GI.Gdk.Objects.GLContext

GObject GLTexture Source # 
Instance details

Defined in GI.Gdk.Objects.GLTexture

GObject GLTextureBuilder Source # 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

GObject MemoryTexture Source # 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

GObject Monitor Source # 
Instance details

Defined in GI.Gdk.Objects.Monitor

GObject Seat Source # 
Instance details

Defined in GI.Gdk.Objects.Seat

GObject Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

GObject Surface Source # 
Instance details

Defined in GI.Gdk.Objects.Surface

GObject Texture Source # 
Instance details

Defined in GI.Gdk.Objects.Texture

GObject VulkanContext Source # 
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 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

class Enum a => IsGFlag a #

Instances

Instances details
IsGFlag AnchorHints Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag AxisFlags Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag DragAction Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag FrameClockPhase Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag GLAPI Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag ModifierType Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag PaintableFlags Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag SeatCapabilities Source # 
Instance details

Defined in GI.Gdk.Flags

IsGFlag ToplevelState Source # 
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 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 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 

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) #

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

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) #

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

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

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

unpackGList :: Ptr (GList (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] #

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

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

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

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 Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum CrossingMode Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DevicePadFeature Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DeviceToolType Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DmabufError Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum DragCancelReason Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum EventType Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum FullscreenMode Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum GLError Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum Gravity Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum InputSource Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum KeyMatch Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum MemoryFormat Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum NotifyType Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum ScrollDirection Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum ScrollUnit Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum SubpixelLayout Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum SurfaceEdge Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum TextureError Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum TitlebarGesture Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum TouchpadGesturePhase Source # 
Instance details

Defined in GI.Gdk.Enums

BoxedEnum VulkanError Source # 
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 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 Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags AxisFlags Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags DragAction Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags FrameClockPhase Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags GLAPI Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags ModifierType Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags PaintableFlags Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags SeatCapabilities Source # 
Instance details

Defined in GI.Gdk.Flags

BoxedFlags ToplevelState Source # 
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 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 Source # 
Instance details

Defined in GI.Gdk.Objects.ButtonEvent

BoxedPtr CrossingEvent Source # 
Instance details

Defined in GI.Gdk.Objects.CrossingEvent

BoxedPtr DNDEvent Source # 
Instance details

Defined in GI.Gdk.Objects.DNDEvent

BoxedPtr DeleteEvent Source # 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

BoxedPtr Event Source # 
Instance details

Defined in GI.Gdk.Objects.Event

BoxedPtr FocusEvent Source # 
Instance details

Defined in GI.Gdk.Objects.FocusEvent

BoxedPtr GrabBrokenEvent Source # 
Instance details

Defined in GI.Gdk.Objects.GrabBrokenEvent

BoxedPtr KeyEvent Source # 
Instance details

Defined in GI.Gdk.Objects.KeyEvent

BoxedPtr MotionEvent Source # 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

BoxedPtr PadEvent Source # 
Instance details

Defined in GI.Gdk.Objects.PadEvent

BoxedPtr ProximityEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

BoxedPtr ScrollEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ScrollEvent

BoxedPtr TouchEvent Source # 
Instance details

Defined in GI.Gdk.Objects.TouchEvent

BoxedPtr TouchpadEvent Source # 
Instance details

Defined in GI.Gdk.Objects.TouchpadEvent

BoxedPtr DragSurfaceSize Source # 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

BoxedPtr KeymapKey Source # 
Instance details

Defined in GI.Gdk.Structs.KeymapKey

BoxedPtr TimeCoord Source # 
Instance details

Defined in GI.Gdk.Structs.TimeCoord

BoxedPtr ToplevelSize Source # 
Instance details

Defined in GI.Gdk.Structs.ToplevelSize

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 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 Source # 
Instance details

Defined in GI.Gdk.Structs.KeymapKey

CallocPtr TimeCoord Source # 
Instance details

Defined in GI.Gdk.Structs.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 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) #

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 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 ContentFormats Source # 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

GBoxed ContentFormatsBuilder Source # 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

GBoxed DmabufFormats Source # 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

GBoxed EventSequence Source # 
Instance details

Defined in GI.Gdk.Structs.EventSequence

GBoxed FileList Source # 
Instance details

Defined in GI.Gdk.Structs.FileList

GBoxed FrameTimings Source # 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

GBoxed PopupLayout Source # 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

GBoxed RGBA Source # 
Instance details

Defined in GI.Gdk.Structs.RGBA

GBoxed Rectangle Source # 
Instance details

Defined in GI.Gdk.Structs.Rectangle

GBoxed TextureDownloader Source # 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

GBoxed ToplevelLayout Source # 
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 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 ()) #

data GList a #

Constructors

GList (Ptr (GList a)) 

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

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 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 DevicePad Source # 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

ManagedPtrNewtype DragSurface Source # 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

ManagedPtrNewtype Paintable Source # 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

ManagedPtrNewtype Popup Source # 
Instance details

Defined in GI.Gdk.Interfaces.Popup

ManagedPtrNewtype Toplevel Source # 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

ManagedPtrNewtype AppLaunchContext Source # 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

ManagedPtrNewtype ButtonEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ButtonEvent

ManagedPtrNewtype CairoContext Source # 
Instance details

Defined in GI.Gdk.Objects.CairoContext

ManagedPtrNewtype Clipboard Source # 
Instance details

Defined in GI.Gdk.Objects.Clipboard

ManagedPtrNewtype ContentDeserializer Source # 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

ManagedPtrNewtype ContentProvider Source # 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

ManagedPtrNewtype ContentSerializer Source # 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

ManagedPtrNewtype CrossingEvent Source # 
Instance details

Defined in GI.Gdk.Objects.CrossingEvent

ManagedPtrNewtype Cursor Source # 
Instance details

Defined in GI.Gdk.Objects.Cursor

ManagedPtrNewtype DNDEvent Source # 
Instance details

Defined in GI.Gdk.Objects.DNDEvent

ManagedPtrNewtype DeleteEvent Source # 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

ManagedPtrNewtype Device Source # 
Instance details

Defined in GI.Gdk.Objects.Device

ManagedPtrNewtype DeviceTool Source # 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

ManagedPtrNewtype Display Source # 
Instance details

Defined in GI.Gdk.Objects.Display

ManagedPtrNewtype DisplayManager Source # 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

ManagedPtrNewtype DmabufTexture Source # 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

ManagedPtrNewtype DmabufTextureBuilder Source # 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

ManagedPtrNewtype Drag Source # 
Instance details

Defined in GI.Gdk.Objects.Drag

ManagedPtrNewtype DrawContext Source # 
Instance details

Defined in GI.Gdk.Objects.DrawContext

ManagedPtrNewtype Drop Source # 
Instance details

Defined in GI.Gdk.Objects.Drop

ManagedPtrNewtype Event Source # 
Instance details

Defined in GI.Gdk.Objects.Event

ManagedPtrNewtype FocusEvent Source # 
Instance details

Defined in GI.Gdk.Objects.FocusEvent

ManagedPtrNewtype FrameClock Source # 
Instance details

Defined in GI.Gdk.Objects.FrameClock

ManagedPtrNewtype GLContext Source # 
Instance details

Defined in GI.Gdk.Objects.GLContext

ManagedPtrNewtype GLTexture Source # 
Instance details

Defined in GI.Gdk.Objects.GLTexture

ManagedPtrNewtype GLTextureBuilder Source # 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

ManagedPtrNewtype GrabBrokenEvent Source # 
Instance details

Defined in GI.Gdk.Objects.GrabBrokenEvent

ManagedPtrNewtype KeyEvent Source # 
Instance details

Defined in GI.Gdk.Objects.KeyEvent

ManagedPtrNewtype MemoryTexture Source # 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

ManagedPtrNewtype Monitor Source # 
Instance details

Defined in GI.Gdk.Objects.Monitor

ManagedPtrNewtype MotionEvent Source # 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

ManagedPtrNewtype PadEvent Source # 
Instance details

Defined in GI.Gdk.Objects.PadEvent

ManagedPtrNewtype ProximityEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

ManagedPtrNewtype ScrollEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ScrollEvent

ManagedPtrNewtype Seat Source # 
Instance details

Defined in GI.Gdk.Objects.Seat

ManagedPtrNewtype Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

ManagedPtrNewtype Surface Source # 
Instance details

Defined in GI.Gdk.Objects.Surface

ManagedPtrNewtype Texture Source # 
Instance details

Defined in GI.Gdk.Objects.Texture

ManagedPtrNewtype TouchEvent Source # 
Instance details

Defined in GI.Gdk.Objects.TouchEvent

ManagedPtrNewtype TouchpadEvent Source # 
Instance details

Defined in GI.Gdk.Objects.TouchpadEvent

ManagedPtrNewtype VulkanContext Source # 
Instance details

Defined in GI.Gdk.Objects.VulkanContext

ManagedPtrNewtype ContentFormats Source # 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

ManagedPtrNewtype ContentFormatsBuilder Source # 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

ManagedPtrNewtype DmabufFormats Source # 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

ManagedPtrNewtype DragSurfaceSize Source # 
Instance details

Defined in GI.Gdk.Structs.DragSurfaceSize

ManagedPtrNewtype EventSequence Source # 
Instance details

Defined in GI.Gdk.Structs.EventSequence

ManagedPtrNewtype FileList Source # 
Instance details

Defined in GI.Gdk.Structs.FileList

ManagedPtrNewtype FrameTimings Source # 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

ManagedPtrNewtype KeymapKey Source # 
Instance details

Defined in GI.Gdk.Structs.KeymapKey

ManagedPtrNewtype PopupLayout Source # 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

ManagedPtrNewtype RGBA Source # 
Instance details

Defined in GI.Gdk.Structs.RGBA

ManagedPtrNewtype Rectangle Source # 
Instance details

Defined in GI.Gdk.Structs.Rectangle

ManagedPtrNewtype TextureDownloader Source # 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

ManagedPtrNewtype TimeCoord Source # 
Instance details

Defined in GI.Gdk.Structs.TimeCoord

ManagedPtrNewtype ToplevelLayout Source # 
Instance details

Defined in GI.Gdk.Structs.ToplevelLayout

ManagedPtrNewtype ToplevelSize Source # 
Instance details

Defined in GI.Gdk.Structs.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 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 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 AxisUse Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject CrossingMode Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DevicePadFeature Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DeviceToolType Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DmabufError Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject DragCancelReason Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject EventType Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject FullscreenMode Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject GLError Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject Gravity Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject InputSource Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject KeyMatch Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject MemoryFormat Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject NotifyType Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollDirection Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject ScrollUnit Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject SubpixelLayout Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject SurfaceEdge Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject TextureError Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject TitlebarGesture Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject TouchpadGesturePhase Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject VulkanError Source # 
Instance details

Defined in GI.Gdk.Enums

Methods

glibType :: IO GType #

TypedObject AnchorHints Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject AxisFlags Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject DragAction Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject FrameClockPhase Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject GLAPI Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject ModifierType Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject PaintableFlags Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject SeatCapabilities Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject ToplevelState Source # 
Instance details

Defined in GI.Gdk.Flags

Methods

glibType :: IO GType #

TypedObject DevicePad Source # 
Instance details

Defined in GI.Gdk.Interfaces.DevicePad

Methods

glibType :: IO GType #

TypedObject DragSurface Source # 
Instance details

Defined in GI.Gdk.Interfaces.DragSurface

Methods

glibType :: IO GType #

TypedObject Paintable Source # 
Instance details

Defined in GI.Gdk.Interfaces.Paintable

Methods

glibType :: IO GType #

TypedObject Popup Source # 
Instance details

Defined in GI.Gdk.Interfaces.Popup

Methods

glibType :: IO GType #

TypedObject Toplevel Source # 
Instance details

Defined in GI.Gdk.Interfaces.Toplevel

Methods

glibType :: IO GType #

TypedObject AppLaunchContext Source # 
Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

Methods

glibType :: IO GType #

TypedObject ButtonEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ButtonEvent

Methods

glibType :: IO GType #

TypedObject CairoContext Source # 
Instance details

Defined in GI.Gdk.Objects.CairoContext

Methods

glibType :: IO GType #

TypedObject Clipboard Source # 
Instance details

Defined in GI.Gdk.Objects.Clipboard

Methods

glibType :: IO GType #

TypedObject ContentDeserializer Source # 
Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

Methods

glibType :: IO GType #

TypedObject ContentProvider Source # 
Instance details

Defined in GI.Gdk.Objects.ContentProvider

Methods

glibType :: IO GType #

TypedObject ContentSerializer Source # 
Instance details

Defined in GI.Gdk.Objects.ContentSerializer

Methods

glibType :: IO GType #

TypedObject CrossingEvent Source # 
Instance details

Defined in GI.Gdk.Objects.CrossingEvent

Methods

glibType :: IO GType #

TypedObject Cursor Source # 
Instance details

Defined in GI.Gdk.Objects.Cursor

Methods

glibType :: IO GType #

TypedObject DNDEvent Source # 
Instance details

Defined in GI.Gdk.Objects.DNDEvent

Methods

glibType :: IO GType #

TypedObject DeleteEvent Source # 
Instance details

Defined in GI.Gdk.Objects.DeleteEvent

Methods

glibType :: IO GType #

TypedObject Device Source # 
Instance details

Defined in GI.Gdk.Objects.Device

Methods

glibType :: IO GType #

TypedObject DeviceTool Source # 
Instance details

Defined in GI.Gdk.Objects.DeviceTool

Methods

glibType :: IO GType #

TypedObject Display Source # 
Instance details

Defined in GI.Gdk.Objects.Display

Methods

glibType :: IO GType #

TypedObject DisplayManager Source # 
Instance details

Defined in GI.Gdk.Objects.DisplayManager

Methods

glibType :: IO GType #

TypedObject DmabufTexture Source # 
Instance details

Defined in GI.Gdk.Objects.DmabufTexture

Methods

glibType :: IO GType #

TypedObject DmabufTextureBuilder Source # 
Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

Methods

glibType :: IO GType #

TypedObject Drag Source # 
Instance details

Defined in GI.Gdk.Objects.Drag

Methods

glibType :: IO GType #

TypedObject DrawContext Source # 
Instance details

Defined in GI.Gdk.Objects.DrawContext

Methods

glibType :: IO GType #

TypedObject Drop Source # 
Instance details

Defined in GI.Gdk.Objects.Drop

Methods

glibType :: IO GType #

TypedObject Event Source # 
Instance details

Defined in GI.Gdk.Objects.Event

Methods

glibType :: IO GType #

TypedObject FocusEvent Source # 
Instance details

Defined in GI.Gdk.Objects.FocusEvent

Methods

glibType :: IO GType #

TypedObject FrameClock Source # 
Instance details

Defined in GI.Gdk.Objects.FrameClock

Methods

glibType :: IO GType #

TypedObject GLContext Source # 
Instance details

Defined in GI.Gdk.Objects.GLContext

Methods

glibType :: IO GType #

TypedObject GLTexture Source # 
Instance details

Defined in GI.Gdk.Objects.GLTexture

Methods

glibType :: IO GType #

TypedObject GLTextureBuilder Source # 
Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

Methods

glibType :: IO GType #

TypedObject GrabBrokenEvent Source # 
Instance details

Defined in GI.Gdk.Objects.GrabBrokenEvent

Methods

glibType :: IO GType #

TypedObject KeyEvent Source # 
Instance details

Defined in GI.Gdk.Objects.KeyEvent

Methods

glibType :: IO GType #

TypedObject MemoryTexture Source # 
Instance details

Defined in GI.Gdk.Objects.MemoryTexture

Methods

glibType :: IO GType #

TypedObject Monitor Source # 
Instance details

Defined in GI.Gdk.Objects.Monitor

Methods

glibType :: IO GType #

TypedObject MotionEvent Source # 
Instance details

Defined in GI.Gdk.Objects.MotionEvent

Methods

glibType :: IO GType #

TypedObject PadEvent Source # 
Instance details

Defined in GI.Gdk.Objects.PadEvent

Methods

glibType :: IO GType #

TypedObject ProximityEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ProximityEvent

Methods

glibType :: IO GType #

TypedObject ScrollEvent Source # 
Instance details

Defined in GI.Gdk.Objects.ScrollEvent

Methods

glibType :: IO GType #

TypedObject Seat Source # 
Instance details

Defined in GI.Gdk.Objects.Seat

Methods

glibType :: IO GType #

TypedObject Snapshot Source # 
Instance details

Defined in GI.Gdk.Objects.Snapshot

Methods

glibType :: IO GType #

TypedObject Surface Source # 
Instance details

Defined in GI.Gdk.Objects.Surface

Methods

glibType :: IO GType #

TypedObject Texture Source # 
Instance details

Defined in GI.Gdk.Objects.Texture

Methods

glibType :: IO GType #

TypedObject TouchEvent Source # 
Instance details

Defined in GI.Gdk.Objects.TouchEvent

Methods

glibType :: IO GType #

TypedObject TouchpadEvent Source # 
Instance details

Defined in GI.Gdk.Objects.TouchpadEvent

Methods

glibType :: IO GType #

TypedObject VulkanContext Source # 
Instance details

Defined in GI.Gdk.Objects.VulkanContext

Methods

glibType :: IO GType #

TypedObject ContentFormats Source # 
Instance details

Defined in GI.Gdk.Structs.ContentFormats

Methods

glibType :: IO GType #

TypedObject ContentFormatsBuilder Source # 
Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

Methods

glibType :: IO GType #

TypedObject DmabufFormats Source # 
Instance details

Defined in GI.Gdk.Structs.DmabufFormats

Methods

glibType :: IO GType #

TypedObject EventSequence Source # 
Instance details

Defined in GI.Gdk.Structs.EventSequence

Methods

glibType :: IO GType #

TypedObject FileList Source # 
Instance details

Defined in GI.Gdk.Structs.FileList

Methods

glibType :: IO GType #

TypedObject FrameTimings Source # 
Instance details

Defined in GI.Gdk.Structs.FrameTimings

Methods

glibType :: IO GType #

TypedObject PopupLayout Source # 
Instance details

Defined in GI.Gdk.Structs.PopupLayout

Methods

glibType :: IO GType #

TypedObject RGBA Source # 
Instance details

Defined in GI.Gdk.Structs.RGBA

Methods

glibType :: IO GType #

TypedObject Rectangle Source # 
Instance details

Defined in GI.Gdk.Structs.Rectangle

Methods

glibType :: IO GType #

TypedObject TextureDownloader Source # 
Instance details

Defined in GI.Gdk.Structs.TextureDownloader

Methods

glibType :: IO GType #

TypedObject ToplevelLayout Source # 
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 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 #

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

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

class Enum err => GErrorClass err where #

Methods

gerrorClassDomain :: err -> Text #

Instances

Instances details
GErrorClass DmabufError Source # 
Instance details

Defined in GI.Gdk.Enums

GErrorClass GLError Source # 
Instance details

Defined in GI.Gdk.Enums

GErrorClass TextureError Source # 
Instance details

Defined in GI.Gdk.Enums

GErrorClass VulkanError Source # 
Instance details

Defined in GI.Gdk.Enums

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 LayoutDeserializeError 
Instance details

Defined in GI.Pango.Enums

Methods

gerrorClassDomain :: LayoutDeserializeError -> Text #

type GErrorCode = C_gint #

type GErrorDomain = GQuark #

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 #

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

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

IsGValue CLong 
Instance details

Defined in Data.GI.Base.GValue

IsGValue CUInt 
Instance details

Defined in Data.GI.Base.GValue

IsGValue CULong 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Int32 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Int64 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Word32 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Word64 
Instance details

Defined in Data.GI.Base.GValue

IsGValue GType 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Bool 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Double 
Instance details

Defined in Data.GI.Base.GValue

IsGValue Float 
Instance details

Defined in Data.GI.Base.GValue

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

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 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 DevicePad) Source #

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

Instance details

Defined in GI.Gdk.Interfaces.DevicePad

IsGValue (Maybe DragSurface) Source #

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

Instance details

Defined in GI.Gdk.Interfaces.DragSurface

IsGValue (Maybe Paintable) Source #

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

Instance details

Defined in GI.Gdk.Interfaces.Paintable

IsGValue (Maybe Popup) Source #

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

Instance details

Defined in GI.Gdk.Interfaces.Popup

IsGValue (Maybe Toplevel) Source #

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

Instance details

Defined in GI.Gdk.Interfaces.Toplevel

IsGValue (Maybe AppLaunchContext) Source #

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

Instance details

Defined in GI.Gdk.Objects.AppLaunchContext

IsGValue (Maybe CairoContext) Source #

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

Instance details

Defined in GI.Gdk.Objects.CairoContext

IsGValue (Maybe Clipboard) Source #

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

Instance details

Defined in GI.Gdk.Objects.Clipboard

IsGValue (Maybe ContentDeserializer) Source #

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

Instance details

Defined in GI.Gdk.Objects.ContentDeserializer

IsGValue (Maybe ContentProvider) Source #

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

Instance details

Defined in GI.Gdk.Objects.ContentProvider

IsGValue (Maybe ContentSerializer) Source #

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

Instance details

Defined in GI.Gdk.Objects.ContentSerializer

IsGValue (Maybe Cursor) Source #

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

Instance details

Defined in GI.Gdk.Objects.Cursor

IsGValue (Maybe Device) Source #

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

Instance details

Defined in GI.Gdk.Objects.Device

IsGValue (Maybe DeviceTool) Source #

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

Instance details

Defined in GI.Gdk.Objects.DeviceTool

IsGValue (Maybe Display) Source #

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

Instance details

Defined in GI.Gdk.Objects.Display

IsGValue (Maybe DisplayManager) Source #

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

Instance details

Defined in GI.Gdk.Objects.DisplayManager

IsGValue (Maybe DmabufTexture) Source #

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

Instance details

Defined in GI.Gdk.Objects.DmabufTexture

IsGValue (Maybe DmabufTextureBuilder) Source #

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

Instance details

Defined in GI.Gdk.Objects.DmabufTextureBuilder

IsGValue (Maybe Drag) Source #

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

Instance details

Defined in GI.Gdk.Objects.Drag

IsGValue (Maybe DrawContext) Source #

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

Instance details

Defined in GI.Gdk.Objects.DrawContext

IsGValue (Maybe Drop) Source #

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

Instance details

Defined in GI.Gdk.Objects.Drop

IsGValue (Maybe FrameClock) Source #

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

Instance details

Defined in GI.Gdk.Objects.FrameClock

IsGValue (Maybe GLContext) Source #

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

Instance details

Defined in GI.Gdk.Objects.GLContext

IsGValue (Maybe GLTexture) Source #

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

Instance details

Defined in GI.Gdk.Objects.GLTexture

IsGValue (Maybe GLTextureBuilder) Source #

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

Instance details

Defined in GI.Gdk.Objects.GLTextureBuilder

IsGValue (Maybe MemoryTexture) Source #

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

Instance details

Defined in GI.Gdk.Objects.MemoryTexture

IsGValue (Maybe Monitor) Source #

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

Instance details

Defined in GI.Gdk.Objects.Monitor

IsGValue (Maybe Seat) Source #

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

Instance details

Defined in GI.Gdk.Objects.Seat

IsGValue (Maybe Snapshot) Source #

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

Instance details

Defined in GI.Gdk.Objects.Snapshot

IsGValue (Maybe Surface) Source #

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

Instance details

Defined in GI.Gdk.Objects.Surface

IsGValue (Maybe Texture) Source #

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

Instance details

Defined in GI.Gdk.Objects.Texture

IsGValue (Maybe VulkanContext) Source #

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

Instance details

Defined in GI.Gdk.Objects.VulkanContext

IsGValue (Maybe ContentFormats) Source #

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

Instance details

Defined in GI.Gdk.Structs.ContentFormats

IsGValue (Maybe ContentFormatsBuilder) Source #

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

Instance details

Defined in GI.Gdk.Structs.ContentFormatsBuilder

IsGValue (Maybe DmabufFormats) Source #

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

Instance details

Defined in GI.Gdk.Structs.DmabufFormats

IsGValue (Maybe EventSequence) Source #

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

Instance details

Defined in GI.Gdk.Structs.EventSequence

IsGValue (Maybe FileList) Source #

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

Instance details

Defined in GI.Gdk.Structs.FileList

IsGValue (Maybe FrameTimings) Source #

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

Instance details

Defined in GI.Gdk.Structs.FrameTimings

IsGValue (Maybe PopupLayout) Source #

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

Instance details

Defined in GI.Gdk.Structs.PopupLayout

IsGValue (Maybe RGBA) Source #

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

Instance details

Defined in GI.Gdk.Structs.RGBA

IsGValue (Maybe Rectangle) Source #

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

Instance details

Defined in GI.Gdk.Structs.Rectangle

IsGValue (Maybe TextureDownloader) Source #

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

Instance details

Defined in GI.Gdk.Structs.TextureDownloader

IsGValue (Maybe ToplevelLayout) Source #

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

Instance details

Defined in GI.Gdk.Structs.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 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

IsGValue (Maybe Text) 
Instance details

Defined in Data.GI.Base.GValue

IsGValue (Maybe String) 
Instance details

Defined in Data.GI.Base.GValue

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

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

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 GVariantSinglet a #

Constructors

GVariantSinglet a 

Instances

Instances details
Show a => Show (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

Eq a => Eq (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant a => IsGVariant (GVariantSinglet a) 
Instance details

Defined in Data.GI.Base.GVariant

class IsGVariant a where #

Instances

Instances details
IsGVariant ByteString 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Int16 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Int32 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Int64 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Word16 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Word32 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Word64 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Word8 
Instance details

Defined in Data.GI.Base.GVariant

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

IsGVariant () 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Bool 
Instance details

Defined in Data.GI.Base.GVariant

IsGVariant Double 
Instance details

Defined in Data.GI.Base.GVariant

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

IsGVariant a => IsGVariant [a] 
Instance details

Defined in Data.GI.Base.GVariant

(IsGVariant a, IsGVariantBasicType a, IsGVariant b) => IsGVariant (Map a b) 
Instance details

Defined in Data.GI.Base.GVariant

(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

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

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

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

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

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

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

newBoxed :: (HasCallStack, GBoxed a) => (ManagedPtr a -> a) -> Ptr a -> IO 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 #

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

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 #

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 #