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

Function source_action_cb

gtk/src/callbacks.c:1902–1916  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1900}
1901#else
1902G_MODULE_EXPORT void
1903source_action_cb(GSimpleAction *action, GVariant *param,
1904 signal_user_data_t *ud)
1905{
1906 ghb_status_t status;
1907 ghb_get_status(&status);
1908 if (status.scan.state & GHB_STATE_SCANNING)
1909 {
1910 ghb_backend_scan_stop();
1911 }
1912 else
1913 {
1914 do_source_dialog(FALSE, ud);
1915 }
1916}
1917#endif
1918
1919G_MODULE_EXPORT void

Callers

nothing calls this directly

Calls 3

ghb_get_statusFunction · 0.85
ghb_backend_scan_stopFunction · 0.85
do_source_dialogFunction · 0.85

Tested by

no test coverage detected