24
24
void rec_manager_start_recording();
25
25
void rec_manager_stop_recording();
26
26
void rec_manager_pause_recording();
27
28
gboolean rec_manager_is_recording();
29
31
void rec_manager_show_window(gboolean show);
30
32
void rec_manager_quit_application();