[kdbus] Do not set body message if signature field is empty
[platform/upstream/glib.git] / gobject / gvalue.h
index 9f9bfaf..fd924f6 100644 (file)
@@ -137,6 +137,9 @@ void            g_value_unset       (GValue       *value);
 GLIB_AVAILABLE_IN_ALL
 void           g_value_set_instance    (GValue       *value,
                                         gpointer      instance);
+GLIB_AVAILABLE_IN_2_42
+void            g_value_init_from_instance   (GValue       *value,
+                                              gpointer      instance);
 
 
 /* --- private --- */