#include <stdapis/dbus-1.0/dbus/dbus-glib.h>
struct _DBusGObjectInfo |
Public Attributes | |
---|---|
const char * | data |
const char * | exported_properties |
const char * | exported_signals |
int | format_version |
const DBusGMethodInfo * | method_infos |
int | n_method_infos |
DBusGObjectInfo: : Allows us to change the rest of this struct by adding DBusGObjectInfo2, DBusGObjectInfo3, etc. : Array of method pointers : Length of the infos array : Introspection data : Exported signals : Exported properties
Introspection data for a GObject, normally autogenerated by a tool such as #dbus-binding-tool.