summaryrefslogtreecommitdiffstats
path: root/gtk/src/hb-backend.h
diff options
context:
space:
mode:
authorJohn Stebbins <[email protected]>2015-10-05 10:42:23 -0700
committerJohn Stebbins <[email protected]>2015-10-05 10:42:23 -0700
commit5c466ff03a3c5236d738ff914ece330457b7fefc (patch)
tree84c0691b948584d320f2276aaac13d8648597681 /gtk/src/hb-backend.h
parentfe7cf56e8129d7376dde8857360652b39e514b28 (diff)
LinGui: fix filter display in queue list
Under some circumstances, incorrect filter preset values might have been shown.
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 acb57ae7d..4f2ea310f 100644
--- a/gtk/src/hb-backend.h
+++ b/gtk/src/hb-backend.h
@@ -152,6 +152,7 @@ void ghb_hb_cleanup(gboolean partial);
gint ghb_lookup_combo_int(const gchar *name, const GhbValue *gval);
gdouble ghb_lookup_combo_double(const gchar *name, const GhbValue *gval);
gchar* ghb_lookup_combo_option(const gchar *name, const GhbValue *gval);
+const char* ghb_lookup_filter_name(int filter_id, const char *short_name, int preset);
gchar* ghb_get_tmp_dir();
gint ghb_find_closest_audio_samplerate(gint rate);