DBusPropertyInfo

class DBusPropertyInfo(pointer: <Error class: unknown class><<Error class: unknown class>>)

Information about a D-Bus property on a D-Bus interface.

Skipped during bindings generation

  • field annotations: Fields with arrays are not supported

Since

2.26

Constructors

Link copied to clipboard
constructor(pointer: <Error class: unknown class><<Error class: unknown class>>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Access control flags for the property.

Link copied to clipboard
val gioDBusPropertyInfoPointer: <Error class: unknown class><<Error class: unknown class>>
Link copied to clipboard
val name: String?

The name of the D-Bus property, e.g. "SupportedFilesystems".

Link copied to clipboard

The reference count or -1 if statically allocated.

Link copied to clipboard

The D-Bus signature of the property (a single complete type).

Functions

Link copied to clipboard

If @info is statically allocated does nothing. Otherwise increases the reference count.

Link copied to clipboard
fun unref()

If @info is statically allocated, does nothing. Otherwise decreases the reference count of @info. When its reference count drops to 0, the memory used is freed.