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

Function meta_release_date_changed_cb

gtk/src/callbacks.c:3191–3200  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3189}
3190
3191G_MODULE_EXPORT void
3192meta_release_date_changed_cb (GtkWidget *widget, gpointer data)
3193{
3194 const char *val;
3195 signal_user_data_t *ud = ghb_ud();
3196
3197 ghb_widget_to_setting(ud->settings, widget);
3198 val = ghb_dict_get_string(ud->settings, "MetaReleaseDate");
3199 update_meta(ud->settings, "ReleaseDate", val);
3200}
3201
3202G_MODULE_EXPORT void
3203meta_comment_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