summaryrefslogtreecommitdiff
path: root/libpurple/status.h
diff options
context:
space:
mode:
authorAndreas Monitzer <am@adiumx.com>2007-06-18 12:37:29 +0000
committerAndreas Monitzer <am@adiumx.com>2007-06-18 12:37:29 +0000
commit7ae4405683d6a1e50ce9d25bd592e9868175e004 (patch)
tree1173843d5082eabacf319e559d57beedb265fb7a /libpurple/status.h
parentf29529f6155ce1db5574580e5d0d6d242cc3b713 (diff)
downloadpidgin-7ae4405683d6a1e50ce9d25bd592e9868175e004.tar.gz
Replaced a clean and simple API with a very weird hack due to vivid request on #pidgin by multiple devs. This avoids the change in PurplePluginProtocolInfo, but requires complicated change tracking in every prpl. The others prpl should add this change tracking, too (since otherwise the status gets changed even though nothing they care about changed), but that's not up to me.
Diffstat (limited to 'libpurple/status.h')
-rw-r--r--libpurple/status.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/libpurple/status.h b/libpurple/status.h
index f83c149031..2234d01bdd 100644
--- a/libpurple/status.h
+++ b/libpurple/status.h
@@ -113,6 +113,16 @@ typedef enum
#include "conversation.h"
#include "value.h"
+#define PURPLE_TUNE_ARTIST "tune_artist"
+#define PURPLE_TUNE_TITLE "tune_title"
+#define PURPLE_TUNE_ALBUM "tune_album"
+#define PURPLE_TUNE_GENRE "tune_genre"
+#define PURPLE_TUNE_COMMENT "tune_comment"
+#define PURPLE_TUNE_TRACK "tune_track"
+#define PURPLE_TUNE_TIME "tune_time"
+#define PURPLE_TUNE_YEAR "tune_year"
+#define PURPLE_TUNE_URL "tune_url"
+
#ifdef __cplusplus
extern "C" {
#endif