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

Function hbfd_action_cb

gtk/src/callbacks.c:5172–5181  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5170}
5171
5172G_MODULE_EXPORT void
5173hbfd_action_cb(GSimpleAction *action, GVariant *value, signal_user_data_t *ud)
5174{
5175 gboolean state = g_variant_get_boolean(value);
5176
5177 g_simple_action_set_state(action, value);
5178 ghb_dict_set(ud->prefs, "hbfd", ghb_boolean_value(state));
5179 ghb_hbfd(ud, state);
5180 ghb_pref_save(ud->prefs, "hbfd");
5181}
5182
5183G_MODULE_EXPORT void
5184activity_font_changed_cb(GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 3

ghb_boolean_valueFunction · 0.85
ghb_hbfdFunction · 0.85
ghb_pref_saveFunction · 0.85

Tested by

no test coverage detected