1(3)                        Beryl Programmer's Manual                       (3)
2
3
4

NAME

6       beryl_settings_context_find_plugin,  beryl_settings_plugin_find_setting
7       - Beryl settings find functions.
8

SYNOPSIS

10       #include <beryl/beryl-settings.h>
11
12       BerylSettingsPlugin   *    beryl_settings_context_find_plugin(BerylSet‐
13       tingsContext *context, gchar *name);
14
15       BerylSetting  * beryl_settings_plugin_find_setting (BerylSettingsPlugin
16       *plugin, gchar *name, gboolean is_screen);
17

DESCRIPTION

19       The beryl_settings_context_find_plugin()  function  looks  up  a  given
20       plugin name in the BerylSettingsContext context
21
22       The  beryl_settings_context_find_settings()  looks  up  a given setting
23       name in the  BerylSettingsContext  context.   The  parameter  is_screen
24       indicates if the settings is a screen setting or not.
25

RETURN VALUE

27       Upon  succesfule  completion,  the beryl_settings_context_find_plugin()
28       function returns a pointer to a BerylSettingsPlugin structure  or  NULL
29       if not found.
30
31       Upon  succesfule  completion,  the beryl_settings_context_find_plugin()
32       function returns a pointer to a BerylSetting structure or NULL  if  not
33       found.
34

RATIONALE

36       None.
37

FUTURE DIRECTIONS

39       None.
40

AUTHORS

42       - Quinn (livinglatexkali@gmail.com)
43
44       - The Beryl Project Team
45

SEE ALSO

47       beryl-settings(1)
48
50       GPL
51
52
53
54The Beryl Project                    2006                                  (3)
Impressum