2005-01-30 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2005 23:06:32 +0000 (23:06 +0000)
committerHavoc Pennington <hp@redhat.com>
Sun, 30 Jan 2005 23:06:32 +0000 (23:06 +0000)
commit1dcacffc325e50754d4cc3338822d1f03c8b6e45
tree2e41d02141bf61be249ee6a9f8df6bd891a7d1e1
parent4d985d98906577e3344fc1107d341b8ac969db1e
2005-01-30  Havoc Pennington  <hp@redhat.com>

* glib/dbus-glib.c (dbus_g_pending_call_set_notify): new function
(dbus_g_pending_call_cancel): new function

* dbus/dbus-glib.h: move GType decls for connection/message here;
* dbus/dbus-glib.c: move all the g_type and ref/unref stuff in
here, just kind of rationalizing how we handle all that

* tools/dbus-names-model.c: new file for a tree model listing the
services on a bus

* tools/dbus-tree-view.c (model_new): use proper typing on the
model rows
14 files changed:
ChangeLog
dbus/dbus-glib-lowlevel.h
dbus/dbus-glib.h
dbus/dbus-pending-call.c
doc/TODO
glib/dbus-glib.c
glib/dbus-gmain.c
glib/dbus-gproxy.c
test/glib/test-dbus-glib.c
tools/Makefile.am
tools/dbus-names-model.c [new file with mode: 0644]
tools/dbus-names-model.h [new file with mode: 0644]
tools/dbus-tree-view.c
tools/dbus-viewer.c