MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / preview_duration_changed_cb

Function preview_duration_changed_cb

gtk/src/preview.c:716–725  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

714}
715
716G_MODULE_EXPORT void
717preview_duration_changed_cb (GtkWidget *widget, gpointer data)
718{
719 signal_user_data_t *ud = ghb_ud();
720 ghb_log_func();
721 ghb_live_reset(ud);
722 ghb_widget_to_setting (ud->prefs, widget);
723 const gchar *name = ghb_get_setting_key(widget);
724 ghb_pref_save(ud->prefs, name);
725}
726
727static guint hud_timeout_id = 0;
728static guint hud_fade_id = 0;

Callers

nothing calls this directly

Calls 5

ghb_udFunction · 0.85
ghb_live_resetFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_get_setting_keyFunction · 0.85
ghb_pref_saveFunction · 0.85

Tested by

no test coverage detected