From d2c1a633d15611eb6ca757863c489ebf201d07cd Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Mon, 31 Jan 2005 02:55:12 +0000 Subject: 2005-01-30 Havoc Pennington * 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. --- glib/dbus-gmarshal.list | 1 + 1 file changed, 1 insertion(+) create mode 100644 glib/dbus-gmarshal.list (limited to 'glib/dbus-gmarshal.list') diff --git a/glib/dbus-gmarshal.list b/glib/dbus-gmarshal.list new file mode 100644 index 00000000..12974e24 --- /dev/null +++ b/glib/dbus-gmarshal.list @@ -0,0 +1 @@ +NONE:STRING,STRING,STRING -- cgit