GDBus: add support for GVariant floats to helpers
authorRyan Lortie <desrt@desrt.ca>
Tue, 2 Dec 2014 19:35:21 +0000 (14:35 -0500)
committerMaciej Wereski <m.wereski@partner.samsung.com>
Fri, 10 Jul 2015 09:47:44 +0000 (11:47 +0200)
commit6fcbc26e14f77401c3f2a389873b04299012c9fc
treef1457808c17c503556f3033bae300f49df8f771b
parentfd643b87ab7bc232274c5cd6f9c175d5f6f9ecb9
GDBus: add support for GVariant floats to helpers

Add support for G_VARIANT_TYPE_FLOAT to some helper functions.

We don't add support to the core serialiser because the sending side
already has a catch-all case for unsupported types (because of maybe
types) and the receiving side will never see floats on the wire.

https://bugzilla.gnome.org/show_bug.cgi?id=740897
gio/gdbusutils.c