gi-gobject-2.0.2: GObject bindings

CopyrightWill Thompson, Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria (garetxe@gmail.com)
Safe HaskellNone
LanguageHaskell2010

GI.GObject.Structs.InterfaceInfo

Contents

Description

A structure that provides information to the type system which is used specifically for managing interface types.

Synopsis

Exported types

newtype InterfaceInfo Source #

Constructors

InterfaceInfo (ForeignPtr InterfaceInfo) 

Instances

WrappedPtr InterfaceInfo Source # 

Methods

wrappedPtrCalloc :: IO (Ptr InterfaceInfo)

wrappedPtrCopy :: Ptr InterfaceInfo -> IO (Ptr InterfaceInfo)

wrappedPtrFree :: Maybe (FunPtr (Ptr InterfaceInfo -> IO ()))

(~) AttrOpTag tag AttrSet => Constructible InterfaceInfo tag Source # 

Methods

new :: MonadIO m => (ForeignPtr InterfaceInfo -> InterfaceInfo) -> [AttrOp InterfaceInfo tag] -> m InterfaceInfo

((~) * info (ResolveInterfaceInfoMethod t InterfaceInfo), MethodInfo * info InterfaceInfo p) => IsLabel t (InterfaceInfo -> p) Source # 

Methods

fromLabel :: Proxy# Symbol t -> InterfaceInfo -> p

((~) * info (ResolveInterfaceInfoMethod t InterfaceInfo), MethodInfo * info InterfaceInfo p) => IsLabelProxy t (InterfaceInfo -> p) Source # 

Methods

fromLabelProxy :: Proxy Symbol t -> InterfaceInfo -> p

type AttributeList InterfaceInfo Source # 
type AttributeList InterfaceInfo

newZeroInterfaceInfo :: MonadIO m => m InterfaceInfo Source #

Construct a InterfaceInfo struct initialized to zero.

Properties

InterfaceData

interfaceInfoInterfaceData :: AttrLabelProxy "interfaceData" Source #

interfaceInfoWriteInterfaceData :: MonadIO m => InterfaceInfo -> Ptr () -> m () Source #