gio.dbus_signal_info

Module for [DBusSignalInfo] class

Types 1

Information about a signal on a D-Bus interface.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
DBusSignalInfo self() nothrowReturns `this`, for use in `with` statements.
int refCount() @property nothrowGet `refCount` field. Returns: The reference count or -1 if statically allocated.
void refCount(int propval) @property nothrowSet `refCount` field. Params: propval = The reference count or -1 if statically allocated.
string name() @property nothrowGet `name` field. Returns: The name of the D-Bus signal, e.g. "NameOwnerChanged".
void name(string propval) @property nothrowSet `name` field. Params: propval = The name of the D-Bus signal, e.g. "NameOwnerChanged".
Constructors
this(int refCount = int.init, string name = string.init)Create a `dbus_signal_info.DBusSignalInfo` boxed type. Params: refCount = The reference count or -1 if statically allocated. name = The name of the D-Bus signal, e.g. "NameOwnerChanged".
this(void * ptr, Flag!"Take" take)