summaryrefslogtreecommitdiffstats
path: root/glib/dbus-glib.c
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-02-19 16:17:29 +0000
committerHavoc Pennington <hp@redhat.com>2005-02-19 16:17:29 +0000
commitf9bbe3c0f00c66ded939f54fec7c099c19a88f72 (patch)
treeb4478924fdc64fd3b7d90bf860939c60e30be4c8 /glib/dbus-glib.c
parent74ae666f06076e8ebd9bc8267e3b824ef042b0ab (diff)
2005-02-19 Havoc Pennington <hp@redhat.com>
* glib/dbus-gobject.c (_dbus_glib_marshal_dbus_message_to_gvalue_array): add docs * glib/dbus-glib.c: fix doxygen warnings * glib/dbus-gparser.c (parse_annotation): error if an annotation is found on an <arg>
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)