summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gobject.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-gobject.c')
-rw-r--r--glib/dbus-gobject.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c
index 40d1da03..370862f3 100644
--- a/glib/dbus-gobject.c
+++ b/glib/dbus-gobject.c
@@ -757,7 +757,7 @@ gerror_to_dbus_error_message (const DBusGObjectInfo *object_info,
* The context of an asynchronous method call. See dbus_g_method_return() and
* dbus_g_method_return_error().
*/
-struct DBusGMethodInvocation {
+struct _DBusGMethodInvocation {
DBusGConnection *connection; /**< The connection */
DBusGMessage *message; /**< The message which generated the method call */
const DBusGObjectInfo *object; /**< The object the method was called on */