Catch up with G_TYPE_VARIANT changes
authorDavid Zeuthen <davidz@redhat.com>
Thu, 17 Jun 2010 19:27:18 +0000 (15:27 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 17 Jun 2010 19:27:18 +0000 (15:27 -0400)
The GType for a GVariant is now a fundamental GType instead of a boxed
one so use the right marshaller.

Signed-off-by: David Zeuthen <davidz@redhat.com>
gio/gdbusproxy.c
gio/gio-marshal.list

index 78e4fa4..1629c13 100644 (file)
@@ -494,7 +494,7 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass)
                                                      G_STRUCT_OFFSET (GDBusProxyClass, g_properties_changed),
                                                      NULL,
                                                      NULL,
-                                                     _gio_marshal_VOID__BOXED_BOXED,
+                                                     _gio_marshal_VOID__VARIANT_BOXED,
                                                      G_TYPE_NONE,
                                                      2,
                                                      G_TYPE_VARIANT,
@@ -517,7 +517,7 @@ g_dbus_proxy_class_init (GDBusProxyClass *klass)
                                          G_STRUCT_OFFSET (GDBusProxyClass, g_signal),
                                          NULL,
                                          NULL,
-                                         _gio_marshal_VOID__STRING_STRING_BOXED,
+                                         _gio_marshal_VOID__STRING_STRING_VARIANT,
                                          G_TYPE_NONE,
                                          3,
                                          G_TYPE_STRING,
index f4abf4d..f7a25ef 100644 (file)
@@ -15,3 +15,5 @@ VOID:INT
 VOID:STRING,INT
 VOID:STRING,UINT
 VOID:BOXED,BOXED
+VOID:VARIANT,BOXED
+VOID:STRING,STRING,VARIANT