DBusInterfaceInfo
Information about a D-Bus interface.
Skipped during bindings generation
field
methods
: Fields with arrays are not supportedfield
signals
: Fields with arrays are not supportedfield
properties
: Fields with arrays are not supportedfield
annotations
: Fields with arrays are not supported
Since
2.26
Constructors
Functions
Builds a lookup-cache to speed up g_dbus_interface_info_lookup_method(), g_dbus_interface_info_lookup_signal() and g_dbus_interface_info_lookup_property().
Decrements the usage count for the cache for @info built by g_dbus_interface_info_cache_build() (if any) and frees the resources used by the cache if the usage count drops to zero.
Appends an XML representation of @info (and its children) to @string_builder.
Looks up information about a method.
Looks up information about a property.
Looks up information about a signal.
If @info is statically allocated does nothing. Otherwise increases the reference count.