From 0c6f2bbff503c10212589c1540d06b29395587aa Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Mon, 27 Jun 2005 18:20:20 +0000 Subject: 2005-06-27 Colin Walters * test/glib/test-dbus-glib.c: * test/glib/test-service-glib.c: * test/glib/test-service-glib.xml: Test hash table signal emitting. * glib/dbus-gobject.c (_dbus_gobject_lookup_marshaller): Convert types to their fundamental basis types, since this is what marshallers operate on. Also add an entry for VOID__BOXED. (dbus_g_object_register_marshaller_array): Convert to fundamental. --- test/glib/test-service-glib.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'test/glib/test-service-glib.xml') diff --git a/test/glib/test-service-glib.xml b/test/glib/test-service-glib.xml index 05cb5abd..e2197ec3 100644 --- a/test/glib/test-service-glib.xml +++ b/test/glib/test-service-glib.xml @@ -102,6 +102,11 @@ + + + + + -- cgit