~ubuntu-branches/ubuntu/utopic/rhythmbox/utopic-proposed

« back to all changes in this revision

Viewing changes to lib/rb-stock-icons.h

Tags: upstream-0.9.2
ImportĀ upstreamĀ versionĀ 0.9.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
 
26
26
G_BEGIN_DECLS
27
27
 
28
 
#define RB_STOCK_PLAY          "rhythmbox-play"
29
 
#define RB_STOCK_PAUSE         "rhythmbox-pause"
30
 
#define RB_STOCK_STOP          "rhythmbox-stop"
31
 
#define RB_STOCK_PREVIOUS      "rhythmbox-previous"
32
 
#define RB_STOCK_NEXT          "rhythmbox-next"
33
 
#define RB_STOCK_REWIND        "rhythmbox-rewind"
34
 
#define RB_STOCK_SHUFFLE       "rhythmbox-shuffle"
35
 
#define RB_STOCK_REPEAT        "rhythmbox-repeat"
36
 
#define RB_STOCK_VISUALS       "rhythmbox-visuals"
37
 
#define RB_STOCK_PLAYLIST      "rhythmbox-playlist"
38
 
#define RB_STOCK_LIBRARY       "rhythmbox-library"
39
 
#define RB_STOCK_IRADIO        "rhythmbox-iradio"
40
 
#define RB_STOCK_PLAYLIST      "rhythmbox-playlist"
41
 
#define RB_STOCK_PLAYLIST_MENU "rhythmbox-playlist-menu"
42
 
#define RB_STOCK_PLAYING       "rhythmbox-playing"
43
 
#define RB_STOCK_PAUSED        "rhythmbox-paused"
44
 
#define RB_STOCK_ALBUM         "rhythmbox-album"
45
 
#define RB_STOCK_VOLUME_ZERO   "rhythmbox-volume-zero"
46
 
#define RB_STOCK_VOLUME_MIN    "rhythmbox-volume-min"
47
 
#define RB_STOCK_VOLUME_MEDIUM "rhythmbox-volume-medium"
48
 
#define RB_STOCK_VOLUME_MAX    "rhythmbox-volume-max"
49
 
#define RB_STOCK_VOLUME_MUTE   "rhythmbox-volume-mute"
50
 
#define RB_STOCK_TRAY_ICON     "rhythmbox-tray-icon"
51
 
#define RB_STOCK_SET_STAR      "rhythmbox-set-star"
52
 
#define RB_STOCK_AUTOMATIC_PLAYLIST "rhythmbox-automatic-playlist"
53
 
#define RB_STOCK_UNSET_STAR    "rhythmbox-unset-star"
54
 
#define RB_STOCK_NO_STAR       "rhythmbox-no-star"
55
 
#define RB_STOCK_AUDIOCD       "rhythmbox-audiocd"
56
 
#define RB_STOCK_DND_ICON      "rhythmbox-dnd"
57
 
#define RB_STOCK_IPOD          "rhythmbox-ipod"
 
28
extern const char RB_STOCK_TRAY_ICON[];
 
29
extern const char RB_STOCK_SET_STAR[];
 
30
extern const char RB_STOCK_UNSET_STAR[];
 
31
extern const char RB_STOCK_NO_STAR[];
 
32
extern const char RB_STOCK_PODCAST[];
 
33
extern const char GNOME_MEDIA_SHUFFLE[];
 
34
extern const char GNOME_MEDIA_REPEAT[];
 
35
extern const char GNOME_MEDIA_PLAYLIST[];
 
36
extern const char GNOME_MEDIA_AUTO_PLAYLIST[];
58
37
 
59
38
void    rb_stock_icons_init     (void);
60
39