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) Safe-mode: OFF (not secure) /usr/share/gtk-doc/html/libuser/ drwxr-xr-x |
Viewing file: Select action/file-type:
SynopsisGList* 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); DescriptionThese routines allow an application or module to read configuration data from the libuser configuration. Detailslu_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.
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.
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.
|
:: Command execute :: | |
--[ c99shell v. 1.0 pre-release build #16 powered by Captain Crunch Security Team | http://ccteam.ru | Generation time: 0.0036 ]-- |