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)
GType _gType() @property
DBusMethodInfo 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 method, e.g. @RequestName.
void name(string propval) @propertySet `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 `dbusmethodinfo.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)