summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2014-02-22 03:01:15 +0000
committerjstebbins <[email protected]>2014-02-22 03:01:15 +0000
commitab50e34327aea45ed0a1b258d07bd269dcc39a9e (patch)
treea848a75d05e42a0ea5ca493d286e22f8f936ed7b /gtk/src/hb-backend.h
parente334a91396d51f1c22648f27c32492101a3053b5 (diff)
LinGui: add dialog to select multiple titles to add to queue
Replaces "Add All to Queue". Dialog provides checkboxes to select titles to add to the queue and file chooser/file entry to change destination file names. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@6056 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r--gtk/src/hb-backend.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h
index 8311de9a2..0f15d4070 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -171,5 +171,6 @@ void ghb_audio_samplerate_opts_set(GtkComboBox *combo);
int ghb_lookup_audio_lang(const GValue *glang);
const iso639_lang_t* ghb_iso639_lookup_by_int(int idx);
void ghb_update_display_aspect_label(signal_user_data_t *ud);
+gchar* ghb_create_title_label(hb_title_t *title);
#endif // _HBBACKEND_H_