GDBus: Use GVariant instead of GHashTable for GDBusProxy::g-properties-changed

This commit is contained in:
David Zeuthen
2010-05-10 13:31:54 -04:00
parent 869b4c6833
commit 7e8b07ae3b
4 changed files with 27 additions and 33 deletions

View File

@@ -70,7 +70,7 @@ struct _GDBusProxyClass
/*< public >*/
/* Signals */
void (*g_properties_changed) (GDBusProxy *proxy,
GHashTable *changed_properties);
GVariant *changed_properties);
void (*g_signal) (GDBusProxy *proxy,
const gchar *sender_name,
const gchar *signal_name,