summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.c
diff options
context:
space:
mode:
Diffstat (limited to 'gtk/src/hb-backend.c')
-rw-r--r--gtk/src/hb-backend.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/gtk/src/hb-backend.c b/gtk/src/hb-backend.c
index d7437a3bd..3afd41a83 100644
--- a/gtk/src/hb-backend.c
+++ b/gtk/src/hb-backend.c
@@ -2080,6 +2080,12 @@ ghb_lookup_title(int title_id, int *index)
return lookup_title(h_scan, title_id, index);
}
+GhbValue*
+ghb_get_title_dict(int title_id)
+{
+ return hb_title_to_dict(h_scan, title_id);
+}
+
int
ghb_lookup_queue_title_index(int title_id)
{