1(3) Beryl Programmer's Manual (3)
2
3
4
6 beryl_settings_context_new, beryl_settings_context_destroy - Beryl set‐
7 tings context create/delete functions.
8
10 #include <beryl/beryl-settings.h>
11
12 BerylSettingsContext * beryl_settings_context_new(void);
13 void beryl_settings_context_destroy(BerylSettingsContext * context);
14
16 The beryl_settings_context_new() function creates a BerylSettingsCon‐
17 text, and populates it with BerylSetting items from both core and all
18 of the available plugins in PLUGINDIR and $HOME/.beryl/plugins, ignor‐
19 ing plugins in PLUGINDIR that have name conflicts with plugins in
20 $HOME/.beryl/plugins The context is localized to the currently set
21 locale whenever this function is called
22
23 The beryl_settings_context_destroy() function frees the context and its
24 contents.
25
27 Upon succesfule completion, the beryl_settings_context_new() function
28 returns a pointer to the created BerylSettingsContext.
29
30 The beryl_settings_context_destroy() function returns nothing.
31
33 None.
34
36 None.
37
39 - Quinn (livinglatexkali@gmail.com)
40
41 - The Beryl Project Team
42
44 beryl
45
47 GPL
48
49
50
51The Beryl Project 2006 (3)