summaryrefslogtreecommitdiff
path: root/gio/gdbusconnection.h
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2010-05-11 20:57:44 -0400
committerMatthias Clasen <mclasen@redhat.com>2010-05-11 20:57:44 -0400
commite4b1e48fca9d1d2ca7e0ec54ebc9ea421aebff71 (patch)
treecce097789c14b29c39bfff7d40cee0e90201644e /gio/gdbusconnection.h
parent1d43e4140b9c890eca50f3845bff3d800d66b6f9 (diff)
downloadglib-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.h4
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);