dbus/test/glib
John (J5) Palmieri 2b9417707a * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble
and G_TYPE_VALUE_ARRAY (DBUS_TYPE_STRUCT)
(gvalue_from_hash_value, hash_value_from_gvalue): handle gdouble

* glib/dbus-gvalue.c (dbus_gvalue_to_signature): add missing
DBUS_STRUCT_BEGIN_CHAR and DBUS_STRUCT_END_CHAR charaters
when constructing struct signatures

* python/_dbus.py (Bus): handle private connections using the
private keyword in the constructor. defaults to private=False
(Bus::close): new method to close a connection to the bus

* python/dbus_bindings.pyx (Connection::close): renamed method
was previously called disconnect
(bus_get): now supports getting a private connection

* python/proxies.py (ProxyMethod::__call__): check if ignore_reply
keyword is set to True.  if it is, execute the method without waiting
for a reply
(ProxyObject::_introspect_execute_queue): new method for executing
all the pending methods that were waiting for the introspect to
finish.  this is called when introspect either succeeds or fails
(ProxyObject::_introspect_error_handler): call queued methods
2005-10-18 04:38:05 +00:00
..
.cvsignore 2005-06-17 Colin Walters <walters@verbum.org> 2005-06-17 14:29:48 +00:00
Makefile.am 2005-08-23 Colin Walters <walters@verbum.org> 2005-08-23 19:48:30 +00:00
my-object-marshal.list 2005-06-17 Colin Walters <walters@verbum.org> 2005-06-17 14:29:48 +00:00
run-test.sh 2005-03-17 Colin Walters <walters@verbum.org> 2005-03-17 17:48:29 +00:00
test-dbus-glib.c * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 2005-10-05 20:43:46 +00:00
test-profile.c 2005-08-03 Havoc Pennington <hp@redhat.com> 2005-08-03 17:42:56 +00:00
test-service-glib.c * glib/dbus-gvalue-utils.c (hash_free_from_gtype): handle gdouble 2005-10-18 04:38:05 +00:00
test-service-glib.xml * glib/dbus-gvalue.c (marshal_variant): call _dbus_gvalue_marshal 2005-10-05 20:43:46 +00:00
test-thread-client.c 2005-01-16 Havoc Pennington <hp@redhat.com> 2005-01-16 15:51:55 +00:00
test-thread-server.c 2005-02-17 Colin Walters <walters@verbum.org> 2005-02-17 21:19:49 +00:00
test-thread.h add files 2003-09-30 02:43:21 +00:00