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

Function source_button_clicked_cb

gtk/src/callbacks.c:1887–1900  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1885
1886#if 0
1887G_MODULE_EXPORT void
1888source_button_clicked_cb(GtkButton *button, signal_user_data_t *ud)
1889{
1890 ghb_status_t status;
1891 ghb_get_status(&status);
1892 if (status.scan.state & GHB_STATE_SCANNING)
1893 {
1894 ghb_backend_scan_stop();
1895 }
1896 else
1897 {
1898 do_source_dialog(FALSE, ud);
1899 }
1900}
1901#else
1902G_MODULE_EXPORT void
1903source_action_cb(GSimpleAction *action, GVariant *param,

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