diff options
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 1 |
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_ |