Copyright | Will Thompson and Iñaki García Etxebarria |
---|---|
License | LGPL-2.1 |
Maintainer | Iñaki García Etxebarria |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Information about an argument for a method or a signal.
Since: 2.26
Synopsis
- newtype DBusArgInfo = DBusArgInfo (ManagedPtr DBusArgInfo)
- newZeroDBusArgInfo :: MonadIO m => m DBusArgInfo
- dBusArgInfoRef :: (HasCallStack, MonadIO m) => DBusArgInfo -> m DBusArgInfo
- dBusArgInfoUnref :: (HasCallStack, MonadIO m) => DBusArgInfo -> m ()
- clearDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> m ()
- getDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> m (Maybe [DBusAnnotationInfo])
- setDBusArgInfoAnnotations :: MonadIO m => DBusArgInfo -> Ptr (Ptr DBusAnnotationInfo) -> m ()
- clearDBusArgInfoName :: MonadIO m => DBusArgInfo -> m ()
- getDBusArgInfoName :: MonadIO m => DBusArgInfo -> m (Maybe Text)
- setDBusArgInfoName :: MonadIO m => DBusArgInfo -> CString -> m ()
- getDBusArgInfoRefCount :: MonadIO m => DBusArgInfo -> m Int32
- setDBusArgInfoRefCount :: MonadIO m => DBusArgInfo -> Int32 -> m ()
- clearDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> m ()
- getDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> m (Maybe Text)
- setDBusArgInfoSignature :: MonadIO m => DBusArgInfo -> CString -> m ()
Exported types
newtype DBusArgInfo Source #
Memory-managed wrapper type.
Instances
Eq DBusArgInfo Source # | |
Defined in GI.Gio.Structs.DBusArgInfo (==) :: DBusArgInfo -> DBusArgInfo -> Bool # (/=) :: DBusArgInfo -> DBusArgInfo -> Bool # | |
GBoxed DBusArgInfo Source # | |
Defined in GI.Gio.Structs.DBusArgInfo | |
ManagedPtrNewtype DBusArgInfo Source # | |
Defined in GI.Gio.Structs.DBusArgInfo | |
TypedObject DBusArgInfo Source # | |
Defined in GI.Gio.Structs.DBusArgInfo | |
HasParentTypes DBusArgInfo Source # | |
Defined in GI.Gio.Structs.DBusArgInfo | |
tag ~ 'AttrSet => Constructible DBusArgInfo tag Source # | |
Defined in GI.Gio.Structs.DBusArgInfo new :: MonadIO m => (ManagedPtr DBusArgInfo -> DBusArgInfo) -> [AttrOp DBusArgInfo tag] -> m DBusArgInfo # | |
IsGValue (Maybe DBusArgInfo) Source # | Convert |
Defined in GI.Gio.Structs.DBusArgInfo gvalueGType_ :: IO GType # gvalueSet_ :: Ptr GValue -> Maybe DBusArgInfo -> IO () # gvalueGet_ :: Ptr GValue -> IO (Maybe DBusArgInfo) # | |
type ParentTypes DBusArgInfo Source # | |
Defined in GI.Gio.Structs.DBusArgInfo |
newZeroDBusArgInfo :: MonadIO m => m DBusArgInfo Source #
Construct a DBusArgInfo
struct initialized to zero.
Methods
Click to display all available methods, including inherited ones
ref
:: (HasCallStack, MonadIO m) | |
=> DBusArgInfo |
|
-> m DBusArgInfo | Returns: The same |
If info
is statically allocated does nothing. Otherwise increases
the reference count.
Since: 2.26
unref
:: (HasCallStack, MonadIO m) | |
=> 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 ]