GDBus: Don't convert GVariant type 'h' to gint
authorDavid Zeuthen <davidz@redhat.com>
Thu, 21 Jul 2011 13:43:59 +0000 (09:43 -0400)
committerDavid Zeuthen <davidz@redhat.com>
Thu, 21 Jul 2011 13:43:59 +0000 (09:43 -0400)
commit03f673abc20693b907d5e4f1deb775737774d7ae
treebceaaf665dc453cf12c84c1b472c13960b1ffca2
parent419bfe325c40604268dbb7fa050e355c9681577e
GDBus: Don't convert GVariant type 'h' to gint

The code-generator already uses GVariant* so generated code didn't
really work at all. We want that instead of gint to avoid confusion
because a 'h' instance is an _index_ into a GUnixFDList, not a file
descriptor.

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