DBusInterfaceInfo
Object Hierarchy:
GLib.DBusInterfaceInfo
GLib.DBusInterfaceInfo
GLib.DBusInterfaceInfo
Description:
[ CCode ( ref_function = "g_dbus_interface_info_ref" , type_id = "g_dbus_interface_info_get_type ()" , unref_function = "g_dbus_interface_info_unref" ) ] [ Compact ] [ Version ( since = "2.26" ) ]public class DBusInterfaceInfo
Information about a D-Bus interface.
Content:
Methods:
public unowned DBusInterfaceInfo @ref ()
If this is statically allocated does
nothing.
public void cache_build ()
public void cache_release ()
Decrements the usage count for the cache for
this built by cache_build (if
any) and frees the resources used by the cache if the usage count drops to zero.
public void generate_xml (uint indent, StringBuilder string_builder)
Appends an XML representation of this
(and its children) to string_builder
.
public unowned DBusMethodInfo ? lookup_method (string name)
Looks up information about a method.
public unowned DBusPropertyInfo ? lookup_property (string name)
Looks up information about a property.
public unowned DBusSignalInfo ? lookup_signal (string name)
Looks up information about a signal.
public void unref ()
If this is statically allocated,
does nothing.
Fields: