diff options
author | Matthias Clasen <mclasen@redhat.com> | 2010-05-11 20:57:44 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2010-05-11 20:57:44 -0400 |
commit | e4b1e48fca9d1d2ca7e0ec54ebc9ea421aebff71 (patch) | |
tree | cce097789c14b29c39bfff7d40cee0e90201644e /gio/gdbusconnection.h | |
parent | 1d43e4140b9c890eca50f3845bff3d800d66b6f9 (diff) | |
download | glib-e4b1e48fca9d1d2ca7e0ec54ebc9ea421aebff71.tar.gz |
Match up parameter names
and similar cleanups to make gtk-doc happy.
Diffstat (limited to 'gio/gdbusconnection.h')
-rw-r--r-- | gio/gdbusconnection.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gio/gdbusconnection.h b/gio/gdbusconnection.h index eef99d381..bb5475d73 100644 --- a/gio/gdbusconnection.h +++ b/gio/gdbusconnection.h @@ -102,7 +102,7 @@ GDBusConnection *g_bus_get_sync (GBusType bus_type, void g_dbus_connection_new (GIOStream *stream, const gchar *guid, GDBusConnectionFlags flags, - GDBusAuthObserver *auth_observer, + GDBusAuthObserver *observer, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data); @@ -111,7 +111,7 @@ GDBusConnection *g_dbus_connection_new_finish (GAsyncResult GDBusConnection *g_dbus_connection_new_sync (GIOStream *stream, const gchar *guid, GDBusConnectionFlags flags, - GDBusAuthObserver *auth_observer, + GDBusAuthObserver *observer, GCancellable *cancellable, GError **error); |