summaryrefslogtreecommitdiffstats
path: root/glib/dbus-glib.h
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-glib.h')
-rw-r--r--glib/dbus-glib.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/glib/dbus-glib.h b/glib/dbus-glib.h
index 64420e72..483a6e81 100644
--- a/glib/dbus-glib.h
+++ b/glib/dbus-glib.h
@@ -80,10 +80,11 @@ struct DBusGMethodInfo
*/
struct DBusGObjectInfo
{
+ int format_version; /**< Allows us to change the rest of this struct
+ * by adding DBusGObjectInfo2, DBusGObjectInfo3, etc.
+ */
const DBusGMethodInfo *infos; /**< Array of method pointers */
const unsigned char *data; /**< Introspection data */
- void *dbus_internal_padding1; /**< Reserved for expansion */
- void *dbus_internal_padding2; /**< Reserved for expansion */
};
void dbus_g_object_class_install_info (GObjectClass *object_class,