dbus ChangeLog,1.958,1.959
Robert McQueen
robot101 at freedesktop.org
Mon Feb 13 14:30:13 PST 2006
- Previous message: dbus/tools dbus-launch.c,1.12,1.13
- Next message: dbus/glib dbus-binding-tool-glib.c, 1.26, 1.27 dbus-gmain.c, 1.48,
1.49 dbus-gsignature.c, 1.1, 1.2 dbus-gtype-specialized.c, 1.4,
1.5 dbus-gtype-specialized.h, 1.4, 1.5 dbus-gvalue-utils.c,
1.8, 1.9 dbus-gvalue-utils.h, 1.4, 1.5 dbus-gvalue.c, 1.25, 1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /cvs/dbus/dbus
In directory gabe:/tmp/cvs-serv8556
Modified Files:
ChangeLog
Log Message:
2006-02-13 Robert McQueen <robot101 at debian.org>
* glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
Patch from Rob Taylor <rob.taylor at collabora.co.uk> to add a big
missing piece of the glib bindings jigsaw puzzle. This modifies
the existing specialised types to have N type parameters (rather
than the current 1 or 2 for arrays and dictionaries respectively).
You can then use this to get a glib type to represent any arbitrary
D-Bus struct type using dbus_g_type_get_struct. The only
implementation of these types is with GValueArrays as before,
but it's now possible to store these in arrays, emit them in
signals, etc.
Index: ChangeLog
===================================================================
RCS file: /cvs/dbus/dbus/ChangeLog,v
retrieving revision 1.958
retrieving revision 1.959
diff -u -d -r1.958 -r1.959
--- ChangeLog 10 Feb 2006 22:36:57 -0000 1.958
+++ ChangeLog 13 Feb 2006 22:30:11 -0000 1.959
@@ -1,3 +1,19 @@
+2006-02-13 Robert McQueen <robot101 at debian.org>
+
+ * glib/dbus-binding-tool-glib.c, glib/dbus-gmain.c,
+ glib/dbus-gsignature.c, glib/dbus-gtype-specialized.c,
+ glib/dbus-gtype-specialized.h, glib/dbus-gvalue-utils.c,
+ glib/dbus-gvalue-utils.h, glib/dbus-gvalue.c:
+ Patch from Rob Taylor <rob.taylor at collabora.co.uk> to add a big
+ missing piece of the glib bindings jigsaw puzzle. This modifies
+ the existing specialised types to have N type parameters (rather
+ than the current 1 or 2 for arrays and dictionaries respectively).
+ You can then use this to get a glib type to represent any arbitrary
+ D-Bus struct type using dbus_g_type_get_struct. The only
+ implementation of these types is with GValueArrays as before,
+ but it's now possible to store these in arrays, emit them in
+ signals, etc.
+
2006-02-10 John (J5) Palmieri <johnp at redhat.com>
* dbus/dbus-signature.c (dbus_signature_iter_recurse): Correctly
- Previous message: dbus/tools dbus-launch.c,1.12,1.13
- Next message: dbus/glib dbus-binding-tool-glib.c, 1.26, 1.27 dbus-gmain.c, 1.48,
1.49 dbus-gsignature.c, 1.1, 1.2 dbus-gtype-specialized.c, 1.4,
1.5 dbus-gtype-specialized.h, 1.4, 1.5 dbus-gvalue-utils.c,
1.8, 1.9 dbus-gvalue-utils.h, 1.4, 1.5 dbus-gvalue.c, 1.25, 1.26
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the dbus-commit
mailing list