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

Function meta_genre_changed_cb

gtk/src/callbacks.c:3213–3222  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3211}
3212
3213G_MODULE_EXPORT void
3214meta_genre_changed_cb (GtkWidget *widget, gpointer data)
3215{
3216 const char *val;
3217 signal_user_data_t *ud = ghb_ud();
3218
3219 ghb_widget_to_setting(ud->settings, widget);
3220 val = ghb_dict_get_string(ud->settings, "MetaGenre");
3221 update_meta(ud->settings, "Genre", val);
3222}
3223
3224G_MODULE_EXPORT void
3225meta_description_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