2005-01-30 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Mon, 31 Jan 2005 02:55:12 +0000 (02:55 +0000)
committerHavoc Pennington <hp@redhat.com>
Mon, 31 Jan 2005 02:55:12 +0000 (02:55 +0000)
commitd2c1a633d15611eb6ca757863c489ebf201d07cd
treecbe676973f4cd3d5b79629aae343240a2a3e12a6
parentd5b7d7a78c0fb2e41d5966a0778b08f8d8e35ea4
2005-01-30  Havoc Pennington  <hp@redhat.com>

* tools/dbus-names-model.c: dynamically watch NameOwnerChanged

* autogen.sh: change to autotools 1.9

* glib/dbus-gproxy.c: completely change how signals work
(dbus_g_proxy_add_signal): new function to specify signature of a
signal
(dbus_g_proxy_emit_received): marshal the dbus message to GValues,
and g_warning if the incoming message has the wrong signature.
ChangeLog
autogen.sh
configure.in
dbus/dbus-glib.h
doc/TODO
glib/Makefile.am
glib/dbus-gmarshal.c [new file with mode: 0644]
glib/dbus-gmarshal.h [new file with mode: 0644]
glib/dbus-gmarshal.list [new file with mode: 0644]
glib/dbus-gproxy.c
tools/dbus-names-model.c