diff options
author | jstebbins <[email protected]> | 2008-10-15 18:39:45 +0000 |
---|---|---|
committer | jstebbins <[email protected]> | 2008-10-15 18:39:45 +0000 |
commit | 8079d10b0c22f7a7270828829286cb9947b8a99d (patch) | |
tree | e03881798433f18d5903bc102c13d48102d7eafa /gtk/src/values.h | |
parent | 5aab68603cb6b50a0a08c48497174f53ad771caf (diff) |
LinGui: nested presets
new nested builtins.
user can create custom folders and drag n drop custom presets.
updated mac to linux presets plist translation tool to handle new format
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1835 b64f7644-9d1e-0410-96f1-a4d463321fa5
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); |