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

Function meta_description_changed_cb

gtk/src/callbacks.c:3224–3233  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3222}
3223
3224G_MODULE_EXPORT void
3225meta_description_changed_cb (GtkWidget *widget, gpointer data)
3226{
3227 const char *val;
3228 signal_user_data_t *ud = ghb_ud();
3229
3230 ghb_widget_to_setting(ud->settings, widget);
3231 val = ghb_dict_get_string(ud->settings, "MetaDescription");
3232 update_meta(ud->settings, "Description", val);
3233}
3234
3235G_MODULE_EXPORT void
3236plot_changed_cb(GtkWidget *widget, signal_user_data_t *ud)

Callers

nothing calls this directly

Calls 4

ghb_udFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_dict_get_stringFunction · 0.85
update_metaFunction · 0.85

Tested by

no test coverage detected