summaryrefslogtreecommitdiffstats
path: root/gtk/src/x264handler.h
diff options
context:
space:
mode:
authorjstebbins <[email protected]>2015-03-25 21:32:07 +0000
committerjstebbins <[email protected]>2015-03-25 21:32:07 +0000
commit9a096f1644decc529b00e5bbd288668cf6ed36b5 (patch)
treeff1c74aa5a3dcf98e1fff74998028e7c76ee7758 /gtk/src/x264handler.h
parent4ee00c554b11d543fb1ad1d27dcd0369e4a280b3 (diff)
LinGui: work around yet another gtk+-3 bug
GtkTextView gets confused if you try to set it's contents again while in a callback for a change to the TextView. So prevent such behavior by the app. Requires updating the x264Option TextView in the background (idle loop) rather than immediately. git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@7013 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'gtk/src/x264handler.h')
-rw-r--r--gtk/src/x264handler.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk/src/x264handler.h b/gtk/src/x264handler.h
index c510b425d..b827e568c 100644
--- a/gtk/src/x264handler.h
+++ b/gtk/src/x264handler.h
@@ -31,5 +31,6 @@ void ghb_x264_init(signal_user_data_t *ud);
void ghb_x264_parse_options(signal_user_data_t *ud, const gchar *options);
gint ghb_lookup_badapt(const gchar *options);
void ghb_show_hide_advanced_video( signal_user_data_t *ud );
+void ghb_update_x264Option(signal_user_data_t *ud, const char *opt);
#endif // _X264HANDLER_H_