Catch up with G_TYPE_VARIANT changes

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>
This commit is contained in:
David Zeuthen
2010-06-17 15:27:18 -04:00
parent 2c5e1d5193
commit 0a7e6255b3
2 changed files with 4 additions and 2 deletions

View File

@@ -15,3 +15,5 @@ VOID:INT
VOID:STRING,INT
VOID:STRING,UINT
VOID:BOXED,BOXED
VOID:VARIANT,BOXED
VOID:STRING,STRING,VARIANT