udapted vi.po
[rhythmbox.git] / lib / rb-preferences.h
blob73db24299caa9bfb956aaa3cc747763c0c559227
1 /*
2 * arch-tag: Header with definitions of various GConf keys
4 * Copyright (C) 2002 Jorn Baayen
5 * Copyright (C) 2003 Colin Walters <walters@gnome.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_PREFERENCES_H
24 #define __RB_PREFERENCES_H
26 G_BEGIN_DECLS
28 #define CONF_PREFIX "/apps/rhythmbox"
30 #define CONF_FIRST_TIME CONF_PREFIX "/first_time_flag"
31 #define CONF_GRACE_PERIOD CONF_PREFIX "/grace_period"
32 #define CONF_UI_DIR CONF_PREFIX "/ui"
33 #define CONF_UI_STATUSBAR_HIDDEN CONF_PREFIX "/ui/statusbar_hidden"
34 #define CONF_UI_TOOLBAR_HIDDEN CONF_PREFIX "/ui/toolbar_hidden"
35 #define CONF_UI_TOOLBAR_STYLE CONF_PREFIX "/ui/toolbar_style"
36 #define CONF_UI_SONG_POSITION_SLIDER_HIDDEN CONF_PREFIX "/ui/song_position_slider_hidden"
37 #define CONF_UI_SIDEPANE_HIDDEN CONF_PREFIX "/ui/sourcelist_hidden"
38 #define CONF_UI_QUEUE_AS_SIDEBAR CONF_PREFIX "/ui/queue_as_sidebar"
39 #define CONF_UI_SMALL_DISPLAY CONF_PREFIX "/ui/small_display"
40 #define CONF_UI_FULLSCREEN CONF_PREFIX "/ui/fullscreen"
41 #define CONF_UI_OBSOLETE_COLUMNS_SETUP CONF_PREFIX "/ui/columns_setup"
42 #define CONF_UI_COLUMNS_SETUP CONF_PREFIX "/ui/rhythmdb_columns_setup"
43 #define CONF_UI_TIME_DISPLAY CONF_PREFIX "/ui/time_display"
44 #define CONF_UI_BROWSER_VIEWS CONF_PREFIX "/ui/library/browser_views"
45 #define CONF_UI_SHOW_NOTIFICATIONS CONF_PREFIX "/ui/show_notifications"
46 #define CONF_STATE_PLAY_ORDER CONF_PREFIX "/state/play_order"
47 #define CONF_STATE_VOLUME CONF_PREFIX "/state/volume"
48 #define CONF_STATE_BURN_DEVICE CONF_PREFIX "/state/burn_device"
49 #define CONF_STATE_WINDOW_VISIBLE CONF_PREFIX "/state/window_visible"
50 #define CONF_UI_AUTO_PROXY_COMPLAINT CONF_PREFIX "/ui/auto_proxy_complaint"
52 #define CONF_AUDIOSCROBBLER_USERNAME CONF_PREFIX "/audioscrobbler/username"
53 #define CONF_AUDIOSCROBBLER_PASSWORD CONF_PREFIX "/audioscrobbler/password"
55 #define CONF_DAAP_ENABLE_SHARING CONF_PREFIX "/sharing/enable_sharing"
56 #define CONF_DAAP_SHARE_NAME CONF_PREFIX "/sharing/share_name"
57 #define CONF_DAAP_SHARE_PASSWORD CONF_PREFIX "/sharing/share_password"
58 #define CONF_DAAP_REQUIRE_PASSWORD CONF_PREFIX "/sharing/require_password"
60 #define CONF_LIBRARY_LOCATION CONF_PREFIX "/library_locations"
61 #define CONF_MONITOR_LIBRARY CONF_PREFIX "/monitor_library"
62 #define CONF_LIBRARY_STRIP_CHARS CONF_PREFIX "/library_strip_chars"
63 #define CONF_LIBRARY_LAYOUT_PATH CONF_PREFIX "/library_layout_path"
64 #define CONF_LIBRARY_LAYOUT_FILENAME CONF_PREFIX "/library_layout_filename"
65 #define CONF_LIBRARY_PREFERRED_FORMAT CONF_PREFIX "/library_preferred_format"
67 #define CONF_PLUGINS_PREFIX CONF_PREFIX "/plugins"
68 #define CONF_PLUGIN_DISABLE_USER CONF_PLUGINS_PREFIX "/no_user_plugins"
69 #define CONF_PLUGIN_ACTIVE_KEY CONF_PLUGINS_PREFIX "/%s/active"
70 #define CONF_PLUGIN_HIDDEN_KEY CONF_PLUGINS_PREFIX "/%s/hidden"
72 G_END_DECLS
74 #endif /* __RB_PREFERENCES_H */