2005-01-16 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 16 Jan 2005 15:51:55 +0000 (15:51 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 16 Jan 2005 15:51:55 +0000 (15:51 +0000)
commit31988af4089f3793940417535f8eabaae1ac26c8
tree2b0d7016481a34764dd35b6391d05e2629a45f2f
parentb3416423b1e3c17357833d896c1b7cd684660771
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
19 files changed:
ChangeLog
bus/connection.c
bus/driver.c
dbus/dbus-marshal-basic.c
dbus/dbus-marshal-basic.h
dbus/dbus-marshal-header.c
dbus/dbus-marshal-header.h
dbus/dbus-marshal-recursive.c
dbus/dbus-marshal-recursive.h
dbus/dbus-marshal-validate.c
dbus/dbus-marshal-validate.h
dbus/dbus-message.c
dbus/dbus-message.h
dbus/dbus-string.c
glib/dbus-glib.c
glib/dbus-gobject.c
qt/message.cpp
test/glib/test-thread-client.c
tools/dbus-send.c