udapted vi.po
[rhythmbox.git] / lib / rb-stock-icons.h
blob37f2a6dff320cf8e6572e9b64e9789c170a18b56
1 /*
2 * arch-tag: Header with definitions for Rhythmbox icon loading
4 * Copyright (C) 2002 Jorn Baayen
5 * Copyright (C) 2004 Colin Walters <walters@verbum.org>
7 * This program is free software; you can redistribute it and/or modify
8 * it under the terms of the GNU General Public License as published by
9 * the Free Software Foundation; either version 2, or (at your option)
10 * any later version.
12 * This program is distributed in the hope that it will be useful,
13 * but WITHOUT ANY WARRANTY; without even the implied warranty of
14 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15 * GNU General Public License for more details.
17 * You should have received a copy of the GNU General Public License
18 * along with this program; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
23 #ifndef __RB_STOCK_ICONS_H
24 #define __RB_STOCK_ICONS_H
26 G_BEGIN_DECLS
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 RB_STOCK_BROWSER[];
34 extern const char GNOME_MEDIA_SHUFFLE[];
35 extern const char GNOME_MEDIA_REPEAT[];
36 extern const char GNOME_MEDIA_PLAYLIST[];
37 extern const char GNOME_MEDIA_AUTO_PLAYLIST[];
38 extern const char GNOME_MEDIA_EJECT[];
40 void rb_stock_icons_init (void);
42 void rb_stock_icons_shutdown (void);
45 G_END_DECLS
47 #endif /* __RB_STOCK_ICONS_H */