Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2008-01-22 03:14:39 +0300
committerEion Robb <eion@robbmob.com>2008-01-22 03:14:39 +0300
commite7996ca49bb0766ada5b07e71bf0000caee9d29b (patch)
treef602bec951e207a2d3cacf3cb05643013cc2ce3a /skype_messaging_carbon.c
parentbdbe7020c635b53de8bdd21d116ad66fde5be8f2 (diff)
Added is_skype_running() function
Diffstat (limited to 'skype_messaging_carbon.c')
-rw-r--r--skype_messaging_carbon.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/skype_messaging_carbon.c b/skype_messaging_carbon.c
index 12ac7a7..7e3048e 100644
--- a/skype_messaging_carbon.c
+++ b/skype_messaging_carbon.c
@@ -210,3 +210,9 @@ exec_skype()
{
return g_spawn_command_line_async("/Applications/Skype.app/Contents/MacOS/Skype", NULL);
}
+
+static gboolean
+is_skype_running()
+{
+ return IsSkypeRunning();
+}