gi-gio-2.0.27: Gio bindings
CopyrightWill Thompson Iñaki García Etxebarria and Jonas Platte
LicenseLGPL-2.1
MaintainerIñaki García Etxebarria
Safe HaskellNone
LanguageHaskell2010

GI.Gio.Structs.DBusArgInfo

Description

Information about an argument for a method or a signal.

Since: 2.26

Synopsis

Exported types

newtype DBusArgInfo Source #

Memory-managed wrapper type.

Instances

Instances details
Eq DBusArgInfo Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

IsGValue DBusArgInfo Source #

Convert DBusArgInfo to and from GValue with toGValue and fromGValue.

Instance details

Defined in GI.Gio.Structs.DBusArgInfo

ManagedPtrNewtype DBusArgInfo Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

TypedObject DBusArgInfo Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

Methods

glibType :: IO GType #

GBoxed DBusArgInfo Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

HasParentTypes DBusArgInfo Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

tag ~ 'AttrSet => Constructible DBusArgInfo tag Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

type ParentTypes DBusArgInfo Source # 
Instance details

Defined in GI.Gio.Structs.DBusArgInfo

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

newZeroDBusArgInfo :: MonadIO m => m DBusArgInfo Source #

Construct a DBusArgInfo struct initialized to zero.

Methods

Overloaded methods

ref

dBusArgInfoRef Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusArgInfo

info: A DBusArgInfo

-> m DBusArgInfo

Returns: The same info.

If info is statically allocated does nothing. Otherwise increases the reference count.

Since: 2.26

unref

dBusArgInfoUnref Source #

Arguments

:: (HasCallStack, MonadIO m) 
=> DBusArgInfo

info: A DBusArgInfo.

-> m () 

If info is statically allocated, does nothing. Otherwise decreases the reference count of info. When its reference count drops to 0, the memory used is freed.

Since: 2.26

Properties

annotations

A pointer to a Nothing-terminated array of pointers to DBusAnnotationInfo structures or Nothing if there are no annotations.

clearDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> m () Source #

Set the value of the “annotations” field to Nothing. When overloading is enabled, this is equivalent to

clear #annotations

getDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> m (Maybe [DBusAnnotationInfo]) Source #

Get the value of the “annotations” field. When overloading is enabled, this is equivalent to

get dBusArgInfo #annotations

setDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> Ptr (Ptr DBusAnnotationInfo) -> m () Source #

Set the value of the “annotations” field. When overloading is enabled, this is equivalent to

set dBusArgInfo [ #annotations := value ]

name

Name of the argument, e.g. unixUserId.

clearDBusArgInfoName :: MonadIO m => DBusArgInfo -> m () Source #

Set the value of the “name” field to Nothing. When overloading is enabled, this is equivalent to

clear #name

getDBusArgInfoName :: MonadIO m => DBusArgInfo -> m (Maybe Text) Source #

Get the value of the “name” field. When overloading is enabled, this is equivalent to

get dBusArgInfo #name

setDBusArgInfoName :: MonadIO m => DBusArgInfo -> CString -> m () Source #

Set the value of the “name” field. When overloading is enabled, this is equivalent to

set dBusArgInfo [ #name := value ]

refCount

The reference count or -1 if statically allocated.

getDBusArgInfoRefCount :: MonadIO m => DBusArgInfo -> m Int32 Source #

Get the value of the “ref_count” field. When overloading is enabled, this is equivalent to

get dBusArgInfo #refCount

setDBusArgInfoRefCount :: MonadIO m => DBusArgInfo -> Int32 -> m () Source #

Set the value of the “ref_count” field. When overloading is enabled, this is equivalent to

set dBusArgInfo [ #refCount := value ]

signature

D-Bus signature of the argument (a single complete type).

clearDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> m () Source #

Set the value of the “signature” field to Nothing. When overloading is enabled, this is equivalent to

clear #signature

getDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> m (Maybe Text) Source #

Get the value of the “signature” field. When overloading is enabled, this is equivalent to

get dBusArgInfo #signature

setDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> CString -> m () Source #

Set the value of the “signature” field. When overloading is enabled, this is equivalent to

set dBusArgInfo [ #signature := value ]