DBusPropertyInfo
class DBusPropertyInfo(val gioDBusPropertyInfoPointer: <Error class: unknown class><<Error class: unknown class>>)(source)
Information about a D-Bus property on a D-Bus interface.
Skipped during bindings generation
field
annotations
: Array parameter of type DBusAnnotationInfo is not supported
Since
2.26
Constructors
Link copied to clipboard
constructor()
Allocate a new DBusPropertyInfo.
constructor(scope: <Error class: unknown class>)
Allocate a new DBusPropertyInfo using the provided AutofreeScope.
constructor(refCount: <Error class: unknown class>, name: String?, signature: String?, flags: DBusPropertyInfoFlags)
Allocate a new DBusPropertyInfo.
constructor( refCount: <Error class: unknown class>, name: String?, signature: String?, flags: DBusPropertyInfoFlags, scope: <Error class: unknown class>)
Allocate a new DBusPropertyInfo using the provided AutofreeScope.
constructor(gioDBusPropertyInfoPointer: <Error class: unknown class><<Error class: unknown class>>)