summaryrefslogtreecommitdiffstats
path: root/glib
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2005-01-16 15:51:55 +0000
committerHavoc Pennington <hp@redhat.com>2005-01-16 15:51:55 +0000
commit31988af4089f3793940417535f8eabaae1ac26c8 (patch)
tree2b0d7016481a34764dd35b6391d05e2629a45f2f /glib
parentb3416423b1e3c17357833d896c1b7cd684660771 (diff)
2005-01-16 Havoc Pennington <hp@redhat.com>
* Add and fix docs according to Doxygen warnings throughout source. * dbus/dbus-marshal-recursive.c (_dbus_type_reader_array_is_empty): change this to just call array_reader_get_array_len() and make it static * dbus/dbus-message.c (dbus_message_iter_get_element_type): rename from get_array_type (dbus_message_iter_init_append): rename from append_iter_init * dbus/dbus-marshal-recursive.c (_dbus_type_reader_get_element_type): rename from _dbus_type_reader_get_array_type
Diffstat (limited to 'glib')
-rw-r--r--glib/dbus-glib.c2
-rw-r--r--glib/dbus-gobject.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/glib/dbus-glib.c b/glib/dbus-glib.c
index b5f5920d..4250a653 100644
--- a/glib/dbus-glib.c
+++ b/glib/dbus-glib.c
@@ -32,7 +32,7 @@
#define N_(x) x
/**
- * @ingroup DBusGLib
+ * @addtogroup DBusGLib
* @{
*/
diff --git a/glib/dbus-gobject.c b/glib/dbus-gobject.c
index e1e387e5..18361035 100644
--- a/glib/dbus-gobject.c
+++ b/glib/dbus-gobject.c
@@ -384,7 +384,7 @@ get_object_property (DBusConnection *connection,
value_type = G_VALUE_TYPE (&value);
- dbus_message_append_iter_init (message, &iter);
+ dbus_message_iter_init_append (message, &iter);
if (!dbus_gvalue_marshal (&iter, &value))
{