2003-08-14 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Thu, 14 Aug 2003 22:49:13 +0000 (22:49 +0000)
committerHavoc Pennington <hp@redhat.com>
Thu, 14 Aug 2003 22:49:13 +0000 (22:49 +0000)
commita6c8a71b1bcba04b63812a61f668e87af0922e5e
tree7ca780d7d39545e1f23f7cc63e6a22c68e067bf2
parent9d1c3a0f8428f4b052899ab12c706961efb003d4
2003-08-14  Havoc Pennington  <hp@redhat.com>

* 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
ChangeLog
dbus/dbus-pending-call.c [new file with mode: 0644]
dbus/dbus-pending-call.h [new file with mode: 0644]
glib/Makefile.am
glib/dbus-compiler-main.c [new file with mode: 0644]
glib/dbus-gidl.c [new file with mode: 0644]
glib/dbus-gidl.h
glib/dbus-glib.h
glib/dbus-gproxy.c [new file with mode: 0644]
glib/dbus-gproxy.h [new file with mode: 0644]