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

Function plot_changed_cb

gtk/src/callbacks.c:3235–3245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3233}
3234
3235G_MODULE_EXPORT void
3236plot_changed_cb(GtkWidget *widget, signal_user_data_t *ud)
3237{
3238 GtkWidget * textview;
3239 const char * val;
3240
3241 textview = GTK_WIDGET(ghb_builder_widget("MetaLongDescription"));
3242 ghb_widget_to_setting(ud->settings, textview);
3243 val = ghb_dict_get_string(ud->settings, "MetaLongDescription");
3244 update_meta(ud->settings, "LongDescription", val);
3245}
3246
3247G_MODULE_EXPORT void
3248chapter_markers_changed_cb (GtkWidget *widget, gpointer data)

Callers

nothing calls this directly

Calls 4

ghb_builder_widgetFunction · 0.85
ghb_widget_to_settingFunction · 0.85
ghb_dict_get_stringFunction · 0.85
update_metaFunction · 0.85

Tested by

no test coverage detected