gio.dbus_method_info
Module for [DBusMethodInfo] class
class DBusMethodInfo
Types 1
Information about a method on an D-Bus interface.
Methods
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.