diff options
author | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-06-24 20:52:26 +1000 |
---|---|---|
committer | Danielle Madeley <danielle.madeley@collabora.co.uk> | 2010-07-14 19:36:20 +1000 |
commit | 5cc0676c83ee678069886daad5fc5487f098686e (patch) | |
tree | 5d2e49ffb0f148cd19712e83f95ad7bc108f7857 /dbus/dbus-gtype-specialized.h | |
parent | 5ed147db0808e5f4ef50dfd6011419c44255ea6c (diff) | |
download | dbus-glib-5cc0676c83ee678069886daad5fc5487f098686e.tar.gz |
fd.o #28715: Add dbus_g_value_build_g_variant()
Diffstat (limited to 'dbus/dbus-gtype-specialized.h')
-rw-r--r-- | dbus/dbus-gtype-specialized.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dbus/dbus-gtype-specialized.h b/dbus/dbus-gtype-specialized.h index 98cdde9..8c60182 100644 --- a/dbus/dbus-gtype-specialized.h +++ b/dbus/dbus-gtype-specialized.h @@ -169,6 +169,8 @@ const DBusGTypeSpecializedCollectionVtable* dbus_g_type_collection_peek_vtable ( const DBusGTypeSpecializedStructVtable* dbus_g_type_struct_peek_vtable (GType struct_type); +GVariant *dbus_g_value_build_g_variant (const GValue *value); + G_END_DECLS #endif |