GDBus: Document GVariant/GValue conversion routines and move to them to utils

Signed-off-by: David Zeuthen <davidz@redhat.com>
This commit is contained in:
David Zeuthen
2011-04-09 11:46:19 -04:00
parent 9c8341f1aa
commit 1d781ba3be
6 changed files with 394 additions and 326 deletions

View File

@@ -39,6 +39,11 @@ gboolean g_dbus_is_unique_name (const gchar *string);
gboolean g_dbus_is_member_name (const gchar *string);
gboolean g_dbus_is_interface_name (const gchar *string);
void g_dbus_gvariant_to_gvalue (GVariant *value,
GValue *out_gvalue);
GVariant *g_dbus_gvalue_to_gvariant (const GValue *gvalue,
const GVariantType *expected_type);
G_END_DECLS
#endif /* __G_DBUS_UTILS_H__ */