Skip to content

Gio.DBusMethodInfo

record (struct)

Information about a method on a D-Bus interface.

Methods

ref

def ref(self) -> DBusMethodInfo

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

in_args

in_args: list[DBusArgInfo]  # read/write

out_args

out_args: list[DBusArgInfo]  # read/write

annotations

annotations: list[DBusAnnotationInfo]  # read/write