diff options
Diffstat (limited to 'gobject/gboxed.h')
-rw-r--r-- | gobject/gboxed.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gobject/gboxed.h b/gobject/gboxed.h index 1645502f6..7e57c5ca7 100644 --- a/gobject/gboxed.h +++ b/gobject/gboxed.h @@ -63,9 +63,12 @@ GType g_boxed_type_register_static (const gchar *name, #define G_TYPE_GSTRING (g_gstring_get_type ()) -/* --- internal (marshaller specific) --- */ +void g_value_take_boxed (GValue *value, + gconstpointer v_boxed); +#ifndef G_DISABLE_DEPRECATED void g_value_set_boxed_take_ownership (GValue *value, gconstpointer v_boxed); +#endif GType g_closure_get_type (void) G_GNUC_CONST; GType g_value_get_type (void) G_GNUC_CONST; GType g_value_array_get_type (void) G_GNUC_CONST; |