gio.dbus_method_info

Module for [DBusMethodInfo] class

Types 1

Information about a method on an D-Bus interface.

Methods
void * _cPtr(Flag!"Dup" dup = No.Dup) nothrow
GType _getGType() static nothrow
GType _gType() @property nothrow
DBusMethodInfo 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 method, e.g. @RequestName.
void name(string propval) @property nothrowSet `name` field. Params: propval = The name of the D-Bus method, e.g. @RequestName.
Constructors
this(int refCount = int.init, string name = string.init)Create a `dbus_method_info.DBusMethodInfo` boxed type. Params: refCount = The reference count or -1 if statically allocated. name = The name of the D-Bus method, e.g. @RequestName.
this(void * ptr, Flag!"Take" take)