~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/rec-manager.h

  • Committer: Osmo Antero
  • Date: 2019-03-02 21:05:03 UTC
  • Revision ID: osmoma@gmail.com-20190302210503-xx6k0p0v6movm6us
Fix problem with duplicate messages from media players.

Show diffs side-by-side

added added

removed removed

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