diff options
Diffstat (limited to 'gtk/src/values.h')
-rw-r--r-- | gtk/src/values.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/values.h b/gtk/src/values.h index feb995d24..4000ad6f8 100644 --- a/gtk/src/values.h +++ b/gtk/src/values.h @@ -35,6 +35,7 @@ void ghb_array_replace(GValue *gval, guint ii, GValue *val); void ghb_array_append(GValue *gval, GValue *val); void ghb_array_remove(GValue *gval, guint ii); gint ghb_array_len(const GValue *gval); +void ghb_array_copy(GValue *arr1, GValue *arr2, gint count); void ghb_value_free(GValue *gval); GValue* ghb_value_new(GType gtype); |