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.ClosureNotifyData

Contents

Description

 

Synopsis

Exported types

newtype ClosureNotifyData Source #

Constructors

ClosureNotifyData (ForeignPtr ClosureNotifyData) 

Instances

WrappedPtr ClosureNotifyData Source # 

Methods

wrappedPtrCalloc :: IO (Ptr ClosureNotifyData)

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

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

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

Methods

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

((~) * info (ResolveClosureNotifyDataMethod t ClosureNotifyData), MethodInfo * info ClosureNotifyData p) => IsLabel t (ClosureNotifyData -> p) Source # 

Methods

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

((~) * info (ResolveClosureNotifyDataMethod t ClosureNotifyData), MethodInfo * info ClosureNotifyData p) => IsLabelProxy t (ClosureNotifyData -> p) Source # 

Methods

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

type AttributeList ClosureNotifyData Source # 
type AttributeList ClosureNotifyData

newZeroClosureNotifyData :: MonadIO m => m ClosureNotifyData Source #

Construct a ClosureNotifyData struct initialized to zero.

Properties

Data

closureNotifyDataData :: AttrLabelProxy "data" Source #

closureNotifyDataReadData :: MonadIO m => ClosureNotifyData -> m (Ptr ()) Source #

closureNotifyDataWriteData :: MonadIO m => ClosureNotifyData -> Ptr () -> m () Source #