comparison pidgin-audacious.h @ 25:c0280cf3ca84

first try to avoid too frequent updates.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 24 Jan 2009 14:57:20 +0900
parents dffc9604a9fb
children 47b3caeb47c5
comparison
equal deleted inserted replaced
24:8ac1ebc63fab 25:c0280cf3ca84
38 #define SONG_TOKEN "%song" 38 #define SONG_TOKEN "%song"
39 #define NO_SONG_MESSAGE "No song being played." 39 #define NO_SONG_MESSAGE "No song being played."
40 40
41 /* constants */ 41 /* constants */
42 #define DBUS_TIMEOUT 1000 42 #define DBUS_TIMEOUT 1000
43 #define MINIMAL_INTERVAL 8
43 #define PLAYING 0 44 #define PLAYING 0
44 #define PAUSED 1 45 #define PAUSED 1
45 #define STOPPED 2 46 #define STOPPED 2
46 47
47 /* custom data type */ 48 /* custom data type */