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)
GType _gType() @property
DBusSignalInfo self()Returns `this`, for use in `with` statements.
int refCount() @propertyGet `refCount` field. Returns: The reference count or -1 if statically allocated.
void refCount(int propval) @propertySet `refCount` field. Params: propval = The reference count or -1 if statically allocated.
string name() @propertyGet `name` field. Returns: The name of the D-Bus signal, e.g. "NameOwnerChanged".
void name(string propval) @propertySet `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 `dbussignalinfo.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)