summaryrefslogtreecommitdiffstats
path: root/glib/dbus-gproxy.h
Commit message (Collapse)AuthorAgeFilesLines
* 2003-08-28 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-08-291-2/+2
| | | | | | | | | | | | | | | | | purge DBusObjectID * dbus/dbus-connection.c: port to no ObjectID, create a DBusObjectTree, rename ObjectTree to ObjectPath in public API * dbus/dbus-connection.h (struct DBusObjectTreeVTable): delete everything except UnregisterFunction and MessageFunction * dbus/dbus-marshal.c: port away from DBusObjectID, add DBUS_TYPE_OBJECT_PATH * dbus/dbus-object-registry.[hc], dbus/dbus-object.[hc], dbus/dbus-objectid.[hc]: remove these, we are moving to path-based object IDs
* 2003-08-16 Havoc Pennington <hp@pobox.com>Havoc Pennington2003-08-161-9/+8
| | | | | | | * dbus/dbus-object-registry.c (add_and_remove_objects): remove broken assertion * glib/dbus-gproxy.c: some hacking
* 2003-08-15 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-08-151-35/+35
| | | | | | | | | * dbus/dbus-pending-call.c (dbus_pending_call_block): implement * dbus/dbus-connection.c (dbus_connection_send_with_reply_and_block): factor out internals; change to convert any error replies to DBusError instead of returning them as a message
* 2003-08-14 Havoc Pennington <hp@redhat.com>Havoc Pennington2003-08-141-0/+79
* dbus/dbus-pending-call.c: start on new object that will replace DBusMessageHandler and ReplyHandlerData for tracking outstanding replies * dbus/dbus-gproxy.c: start on proxy object used to communicate with remote interfaces * dbus/dbus-gidl.c: do the boring boilerplate in here