| 714 | } |
| 715 | |
| 716 | G_MODULE_EXPORT void |
| 717 | preview_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 | |
| 727 | static guint hud_timeout_id = 0; |
| 728 | static guint hud_fade_id = 0; |
nothing calls this directly
no test coverage detected