~audio-recorder/audio-recorder/trunk

« back to all changes in this revision

Viewing changes to src/dbus-skype.h

  • Committer: Osmo Antero
  • Date: 2012-09-29 18:12:44 UTC
  • Revision ID: osmoma@gmail.com-20120929181244-gmrxd5xww9pua60a
Support new systems; Ubuntu 12.10, Fedora 18. Improved timer and VAD-modules. Better gst-pipeline.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
#include <dbus/dbus.h>
5
5
#include <dbus/dbus-glib.h>
6
6
 
7
 
#include "dbus-player.h"
 
7
//#include "dbus-player.h"
8
8
#include "log.h"
9
9
 
10
10
void skype_module_init();
12
12
 
13
13
void skype_set_record_ringing_sound(gboolean yes_no);
14
14
 
15
 
void skype_get_app_name(MediaPlayerRec *player);
 
15
gchar *skype_get_app_name();
16
16
void skype_setup(gpointer player_rec, gboolean connect);
17
17
void skype_get_info(gpointer player_rec);
18
18
void skype_start_app(gpointer player_rec);