summaryrefslogtreecommitdiffstats
path: root/glib/dbus-glib.c
diff options
context:
space:
mode:
Diffstat (limited to 'glib/dbus-glib.c')
-rw-r--r--glib/dbus-glib.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/glib/dbus-glib.c b/glib/dbus-glib.c
index a8708736..7065b668 100644
--- a/glib/dbus-glib.c
+++ b/glib/dbus-glib.c
@@ -50,7 +50,7 @@ dbus_g_connection_flush (DBusGConnection *connection)
/**
* Increment refcount on a #DBusGConnection
*
- * @param connection the connection to ref
+ * @param gconnection the connection to ref
* @returns the connection that was ref'd
*/
DBusGConnection*
@@ -67,7 +67,7 @@ dbus_g_connection_ref (DBusGConnection *gconnection)
/**
* Decrement refcount on a #DBusGConnection
*
- * @param connection the connection to unref
+ * @param gconnection the connection to unref
*/
void
dbus_g_connection_unref (DBusGConnection *gconnection)
@@ -82,7 +82,7 @@ dbus_g_connection_unref (DBusGConnection *gconnection)
/**
* Increment refcount on a #DBusGMessage
*
- * @param message the message to ref
+ * @param gmessage the message to ref
* @returns the message that was ref'd
*/
DBusGMessage*
@@ -98,7 +98,7 @@ dbus_g_message_ref (DBusGMessage *gmessage)
/**
* Decrement refcount on a #DBusGMessage
*
- * @param message the message to unref
+ * @param gmessage the message to unref
*/
void
dbus_g_message_unref (DBusGMessage *gmessage)