diff options
Diffstat (limited to 'gtk/src/hb-backend.h')
-rw-r--r-- | gtk/src/hb-backend.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.h b/gtk/src/hb-backend.h index 3ee1e5a1d..26dce0eda 100644 --- a/gtk/src/hb-backend.h +++ b/gtk/src/hb-backend.h @@ -170,6 +170,9 @@ 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(const hb_title_t *title); + +// libhb lookup helpers const hb_title_t* ghb_lookup_title(int title_id, int *index); +const hb_container_t* ghb_lookup_container_by_name(const gchar *name); #endif // _HBBACKEND_H_ |