| 1917 | #endif |
| 1918 | |
| 1919 | G_MODULE_EXPORT void |
| 1920 | source_dir_action_cb(GSimpleAction *action, GVariant * param, |
| 1921 | signal_user_data_t *ud) |
| 1922 | { |
| 1923 | do_source_dialog(TRUE, ud); |
| 1924 | } |
| 1925 | |
| 1926 | G_MODULE_EXPORT void |
| 1927 | dvd_source_activate_cb(GSimpleAction *action, GVariant *param, |
nothing calls this directly
no test coverage detected