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

Function meta_comment_changed_cb

gtk/src/callbacks.c:3202–3211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3200}
3201
3202G_MODULE_EXPORT void
3203meta_comment_changed_cb (GtkWidget *widget, gpointer data)
3204{
3205 const char *val;
3206 signal_user_data_t *ud = ghb_ud();
3207
3208 ghb_widget_to_setting(ud->settings, widget);
3209 val = ghb_dict_get_string(ud->settings, "MetaComment");
3210 update_meta(ud->settings, "Comment", val);
3211}
3212
3213G_MODULE_EXPORT void
3214meta_genre_changed_cb (GtkWidget *widget, gpointer data)

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