dbus/bus connection.c,1.57,1.58 driver.c,1.58,1.59
Havoc Pennington
hp@freedesktop.org
Sun Jan 16 07:51:57 PST 2005
- Previous message: dbus ChangeLog,1.634,1.635
- Next message: dbus/dbus dbus-marshal-basic.c, 1.15, 1.16 dbus-marshal-basic.h,
1.13, 1.14 dbus-marshal-header.c, 1.2,
1.3 dbus-marshal-header.h, 1.1, 1.2 dbus-marshal-recursive.c,
1.40, 1.41 dbus-marshal-recursive.h, 1.25,
1.26 dbus-marshal-validate.c, 1.2, 1.3 dbus-marshal-validate.h,
1.2, 1.3 dbus-message.c, 1.147, 1.148 dbus-message.h, 1.57,
1.58 dbus-string.c, 1.62, 1.63
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus/bus
In directory gabe:/tmp/cvs-serv3506/bus
Modified Files:
connection.c driver.c
Log Message:
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
Index: connection.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/connection.c,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -d -r1.57 -r1.58
--- connection.c 15 Jan 2005 07:15:38 -0000 1.57
+++ connection.c 16 Jan 2005 15:51:55 -0000 1.58
@@ -1417,7 +1417,7 @@
goto out;
errmsg = "Message did not receive a reply (timeout by message bus)";
- dbus_message_append_iter_init (message, &iter);
+ dbus_message_iter_init_append (message, &iter);
if (!dbus_message_iter_append_basic (&iter, DBUS_TYPE_STRING, &errmsg))
goto out;
Index: driver.c
===================================================================
RCS file: /cvs/dbus/dbus/bus/driver.c,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -d -r1.58 -r1.59
--- driver.c 15 Jan 2005 07:15:38 -0000 1.58
+++ driver.c 16 Jan 2005 15:51:55 -0000 1.59
@@ -397,7 +397,7 @@
return FALSE;
}
- dbus_message_append_iter_init (reply, &iter);
+ dbus_message_iter_init_append (reply, &iter);
if (!dbus_message_iter_open_container (&iter, DBUS_TYPE_ARRAY,
DBUS_TYPE_STRING_AS_STRING,
- Previous message: dbus ChangeLog,1.634,1.635
- Next message: dbus/dbus dbus-marshal-basic.c, 1.15, 1.16 dbus-marshal-basic.h,
1.13, 1.14 dbus-marshal-header.c, 1.2,
1.3 dbus-marshal-header.h, 1.1, 1.2 dbus-marshal-recursive.c,
1.40, 1.41 dbus-marshal-recursive.h, 1.25,
1.26 dbus-marshal-validate.c, 1.2, 1.3 dbus-marshal-validate.h,
1.2, 1.3 dbus-message.c, 1.147, 1.148 dbus-message.h, 1.57,
1.58 dbus-string.c, 1.62, 1.63
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list