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

Function source_dir_action_cb

gtk/src/callbacks.c:1919–1924  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1917#endif
1918
1919G_MODULE_EXPORT void
1920source_dir_action_cb(GSimpleAction *action, GVariant * param,
1921 signal_user_data_t *ud)
1922{
1923 do_source_dialog(TRUE, ud);
1924}
1925
1926G_MODULE_EXPORT void
1927dvd_source_activate_cb(GSimpleAction *action, GVariant *param,

Callers

nothing calls this directly

Calls 1

do_source_dialogFunction · 0.85

Tested by

no test coverage detected