Skip to content

Gio.DBusArgInfo

record (struct)

Information about an argument for a method or a signal.

Methods

ref

def ref(self) -> DBusArgInfo

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

unref

def unref(self) -> None

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.

Properties

ref_count

ref_count: int  # read/write

name

name: str  # read/write

signature

signature: str  # read/write

annotations

annotations: list[DBusAnnotationInfo]  # read/write