!C99Shell v. 1.0 pre-release build #16!

Software: Apache/2.0.54 (Fedora). PHP/5.0.4 

uname -a: Linux mina-info.me 2.6.17-1.2142_FC4smp #1 SMP Tue Jul 11 22:57:02 EDT 2006 i686 

uid=48(apache) gid=48(apache) groups=48(apache)
context=system_u:system_r:httpd_sys_script_t
 

Safe-mode: OFF (not secure)

/usr/share/gtk-doc/html/libuser/   drwxr-xr-x
Free 3.46 GB of 27.03 GB (12.78%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Feedback    Self remove    Logout    


Viewing file:     libuser-config.html (7.47 KB)      -rw-r--r--
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
config

config

config — Routines for reading configuration information for the libuser library.

Synopsis




GList*      lu_cfg_read                     (struct lu_context *context,
                                             const char *key,
                                             const char *default_value);
const char* lu_cfg_read_single              (struct lu_context *context,
                                             const char *key,
                                             const char *default_value);
GList*      lu_cfg_read_keys                (struct lu_context *context,
                                             const char *parent_key);

Description

These routines allow an application or module to read configuration data from the libuser configuration.

Details

lu_cfg_read ()

GList*      lu_cfg_read                     (struct lu_context *context,
                                             const char *key,
                                             const char *default_value);

Reads the list of values for a given key from the configuration space.

context :A valid libuser library context.
key :The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the files module uses keys of the form "file/foo" for all of its configuration data.
default_value :A default value to be returned in case none are found. Can be NULL.
Returns :A GList of values, formatted as strings. The list must be freed by calling g_list_free().

lu_cfg_read_single ()

const char* lu_cfg_read_single              (struct lu_context *context,
                                             const char *key,
                                             const char *default_value);

Read a single value set for a given key in the configuration space. This is a convenience function.

context :A valid libuser library context.
key :The value to be read from the configuration. The key should be of the form "section/key" for most purposes. For example, the files module uses keys of the form "file/foo" for all of its configuration data.
default_value :A default value to be returned in case none are found. Can be NULL.
Returns :A string representation of one of the values set for the key. This string must not be freed.

lu_cfg_read_keys ()

GList*      lu_cfg_read_keys                (struct lu_context *context,
                                             const char *parent_key);

Read the names of all of the keys "below" a given key in the configuration space. This function is typically used for walking the configuration space.

context :A valid libuser library context.
parent_key :The parent key under which the caller wishes to know which subkeys are present.
Returns :A GList of string representations of key names. The list must be freed using g_list_free().

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ Read-Only ]

:: Make Dir ::
 
[ Read-Only ]
:: Make File ::
 
[ Read-Only ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0036 ]--