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

Function temp_when_complete_changed_cb

gtk/src/callbacks.c:5236–5244  ·  view source on GitHub ↗

Only changes the setting for the current session

Source from the content-addressed store, hash-verified

5234
5235// Only changes the setting for the current session
5236G_MODULE_EXPORT void
5237temp_when_complete_changed_cb (GtkWidget *widget, gpointer data)
5238{
5239 GhbValue * value = ghb_widget_value(widget);
5240 ghb_set_queue_done_action(gtk_combo_box_get_active(GTK_COMBO_BOX(widget)));
5241 ghb_ui_update("MainWhenComplete", value);
5242 ghb_ui_update("QueueWhenComplete", value);
5243 ghb_value_free(&value);
5244}
5245
5246G_MODULE_EXPORT void
5247pref_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 3

ghb_widget_valueFunction · 0.85
ghb_ui_updateFunction · 0.85

Tested by

no test coverage detected