comparison pidgin-audacious.h @ 26:47b3caeb47c5

improved frequent update avoidance.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 24 Jan 2009 17:05:02 +0900
parents c0280cf3ca84
children
comparison
equal deleted inserted replaced
25:c0280cf3ca84 26:47b3caeb47c5
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 MINIMAL_INTERVAL 12
44 #define PLAYING 0 44 #define PLAYING 0
45 #define PAUSED 1 45 #define PAUSED 1
46 #define STOPPED 2 46 #define STOPPED 2
47 47
48 /* custom data type */ 48 /* custom data type */