summaryrefslogtreecommitdiffstats
path: root/gtk/src/values.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/values.h')
-rw-r--r--gtk/src/values.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/values.h b/gtk/src/values.h
index e5b42a711..ceea09467 100644
--- a/gtk/src/values.h
+++ b/gtk/src/values.h
@@ -48,6 +48,7 @@ GType ghb_rawdata_get_type(void);
GType ghb_array_get_type(void);
GType ghb_dict_get_type(void);
GValue* ghb_array_get_nth(const GValue *array, gint ii);
+void ghb_array_insert(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);