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

Function meta_name_changed_cb

gtk/src/callbacks.c:3158–3167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3156}
3157
3158G_MODULE_EXPORT void
3159meta_name_changed_cb (GtkWidget *widget, gpointer data)
3160{
3161 const char *val;
3162 signal_user_data_t *ud = ghb_ud();
3163
3164 ghb_widget_to_setting(ud->settings, widget);
3165 val = ghb_dict_get_string(ud->settings, "MetaName");
3166 update_meta(ud->settings, "Name", val);
3167}
3168
3169G_MODULE_EXPORT void
3170meta_artist_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