2005-02-04 Havoc Pennington <hp@redhat.com>
authorHavoc Pennington <hp@redhat.com>
Sat, 5 Feb 2005 04:15:57 +0000 (04:15 +0000)
committerHavoc Pennington <hp@redhat.com>
Sat, 5 Feb 2005 04:15:57 +0000 (04:15 +0000)
commitdde6f303e52099d7051fb97de9917caa33ac7fea
tree8f03154f028da1a807a66d917567501abb9d309d
parent849493eafbd549a909c79b1619f5cb98f6533cf0
2005-02-04  Havoc Pennington  <hp@redhat.com>

* glib/dbus-gproxy.c (dbus_g_proxy_disconnect_signal): use
g_quark_try_string() so it actually can return 0
(dbus_g_proxy_connect_signal): ditto

2005-02-04  Havoc Pennington  <hp@redhat.com>

* glib/dbus-gproxy.c (dbus_g_proxy_emit_remote_signal): fix a
bogus warning
(tristring_from_message): assert cleanly on null path/interface
(should not be possible though I decided later)
(dbus_g_proxy_dispose): move proxy manager unregistration here
(DBUS_G_PROXY_DESTROYED): add this macro, and use it in a bunch of
g_return_if_fail() checks
ChangeLog
glib/dbus-gproxy.c