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

Function ghb_set_destination

gtk/src/callbacks.c:1082–1087  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1080}
1081
1082void
1083ghb_set_destination (signal_user_data_t *ud)
1084{
1085 set_destination_settings(ud, ud->settings);
1086 ghb_ui_update("dest_file", ghb_dict_get_value(ud->settings, "dest_file"));
1087}
1088
1089static void
1090source_dialog_drive_list (GtkFileChooser *chooser, signal_user_data_t *ud)

Callers 6

ghb_set_scale_settingsFunction · 0.85
vcodec_changed_cbFunction · 0.85
vquality_type_changed_cbFunction · 0.85
vbitrate_changed_cbFunction · 0.85
vquality_changed_cbFunction · 0.85
set_has_chapter_markersFunction · 0.85

Calls 3

set_destination_settingsFunction · 0.85
ghb_ui_updateFunction · 0.85
ghb_dict_get_valueFunction · 0.85

Tested by

no test coverage detected