gio.dbus_arg_info
Module for [DBusArgInfo] class
class DBusArgInfo
Types 1
classDBusArgInfo : gobject.boxed.Boxed
Information about an argument for a method or a signal.
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.void name(string propval) @property nothrowSet `name` field. Params: propval = Name of the argument, e.g. @unix_user_id.string signature() @property nothrowGet `signature` field. Returns: D-Bus signature of the argument (a single complete type).void signature(string propval) @property nothrowSet `signature` field. Params: propval = D-Bus signature of the argument (a single complete type).Constructors
this(int refCount = int.init, string name = string.init, string signature = string.init)Create a `dbus_arg_info.DBusArgInfo` boxed type. Params: refCount = The reference count or -1 if statically allocated. name = Name of the argument, e.g. @unix_user_id. signature = D-Bus signature o...