dbus ChangeLog,1.831,1.832
Colin Walters
walters at freedesktop.org
Sun Jul 10 03:52:54 EST 2005
- Previous message: dbus/glib dbus-gparser.c, 1.17, 1.18 dbus-gobject.c, 1.40,
1.41 dbus-gidl.h, 1.11, 1.12 dbus-gidl.c, 1.14,
1.15 dbus-binding-tool-glib.h, 1.5,
1.6 dbus-binding-tool-glib.c, 1.16, 1.17
- Next message: dbus/glib dbus-gparser.c, 1.18, 1.19 dbus-gobject.c, 1.41,
1.42 dbus-glib-tool.h, 1.1, 1.2 dbus-binding-tool-glib.c, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv1747
Modified Files:
ChangeLog
Log Message:
2005-07-09 Colin Walters <walters at verbum.org>
* glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
Define.
* glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
annotation.
* glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
(method_dir_signature_from_object_info): Handle arg_iterate change.
(write_interface): Ditto.
(lookup_object_info): Don't barf if format_version is > 0.
(invoke_object_method): Handle arg constness.
* glib/dbus-gidl.c (struct ArgInfo): Add annotations.
(arg_info_new): Create.
(arg_info_unref): Destroy.
(arg_info_get_annotations, arg_info_get_annotation)
(arg_info_add_annotation): New functions.
* glib/dbus-gidl.h: Prototype them.
* glib/dbus-gparser.c (parse_annotation): Allow annotations in
args, disallow them in properties.
(parse_annotation): Handle arg annotations.
* test/glib/test-service-glib.xml:
* test/glib/test-service-glib.c: Update to make some methods
const.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.831
retrieving revision 1.832
diff -u -d -r1.831 -r1.832
--- ChangeLog 9 Jul 2005 01:46:51 -0000 1.831
+++ ChangeLog 9 Jul 2005 17:52:52 -0000 1.832
@@ -1,3 +1,33 @@
+2005-07-09 Colin Walters <walters at verbum.org>
+
+ * glib/dbus-binding-tool-glib.h (DBUS_GLIB_ANNOTATION_CONST):
+ Define.
+
+ * glib/dbus-binding-tool-glib.c (generate_glue): Handle Const
+ annotation.
+
+ * glib/dbus-gobject.c (arg_iterate): Update to parse constval too.
+ (method_dir_signature_from_object_info): Handle arg_iterate change.
+ (write_interface): Ditto.
+ (lookup_object_info): Don't barf if format_version is > 0.
+ (invoke_object_method): Handle arg constness.
+
+ * glib/dbus-gidl.c (struct ArgInfo): Add annotations.
+ (arg_info_new): Create.
+ (arg_info_unref): Destroy.
+ (arg_info_get_annotations, arg_info_get_annotation)
+ (arg_info_add_annotation): New functions.
+
+ * glib/dbus-gidl.h: Prototype them.
+
+ * glib/dbus-gparser.c (parse_annotation): Allow annotations in
+ args, disallow them in properties.
+ (parse_annotation): Handle arg annotations.
+
+ * test/glib/test-service-glib.xml:
+ * test/glib/test-service-glib.c: Update to make some methods
+ const.
+
2005-07-08 Colin Walters <walters at verbum.org>
* test/glib/test-service-glib.xml:
- Previous message: dbus/glib dbus-gparser.c, 1.17, 1.18 dbus-gobject.c, 1.40,
1.41 dbus-gidl.h, 1.11, 1.12 dbus-gidl.c, 1.14,
1.15 dbus-binding-tool-glib.h, 1.5,
1.6 dbus-binding-tool-glib.c, 1.16, 1.17
- Next message: dbus/glib dbus-gparser.c, 1.18, 1.19 dbus-gobject.c, 1.41,
1.42 dbus-glib-tool.h, 1.1, 1.2 dbus-binding-tool-glib.c, 1.17, 1.18
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list