Class (GI Struct)

Gio-2.0GioDBusNodeInfoSince 2.26

Information about nodes in a remote object hierarchy.

2.26

Index
annotations: DBusAnnotationInfo[]
interfaces: DBusInterfaceInfo[]
nodes: DBusNodeInfo[]
path: string
ref_count: number
  • Appends an XML representation of info (and its children) to string_builder.

    This function is typically used for generating introspection XML documents at run-time for handling the org.freedesktop.DBus.Introspectable.Introspect method.

    Parameters

    Returns void

    2.26

  • 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.

    Returns void

    2.26