From 403f01979cef7e03b8322ddb870e3959c8de0f77 Mon Sep 17 00:00:00 2001 From: Guenter Bartsch Date: Wed, 4 Sep 2002 23:31:05 +0000 Subject: merging in the new_api branch ... unfortunately video_out / vo_scale is broken now ... matthias/miguel: please fix it :-) CVS patchset: 2606 CVS date: 2002/09/04 23:31:05 --- doc/xine-lib-API/html/structconfig__values__s.html | 219 --------------------- 1 file changed, 219 deletions(-) delete mode 100644 doc/xine-lib-API/html/structconfig__values__s.html (limited to 'doc/xine-lib-API/html/structconfig__values__s.html') diff --git a/doc/xine-lib-API/html/structconfig__values__s.html b/doc/xine-lib-API/html/structconfig__values__s.html deleted file mode 100644 index d452e6f91..000000000 --- a/doc/xine-lib-API/html/structconfig__values__s.html +++ /dev/null @@ -1,219 +0,0 @@ - - -XINE, A Free Video Player Project - API reference -xine logo - - - - -
-Main Page   Modules   Data Structures   File List   Data Fields   Globals  
-

config_values_s Struct Reference

#include <xine.h> -

- - - - - - - - - -

Data Fields

char* (* lookup_str )(config_values_t *self, char *key, char *str_default)
int (* lookup_int )(config_values_t *self, char *key, int n_default)
void (* set_str )(config_values_t *self, char *key, char *value)
void (* set_int )(config_values_t *self, char *key, int value)
void (* save )(config_values_t *self)
void (* read )(config_values_t *self, char *filename)
cfg_data_tdata
-


Detailed Description

-Configuration file manipulation.
-See also:
-config_file_init()
-

-


Field Documentation

-

- - - - -
- - - - - -
-cfg_data_t * config_values_s::data -
-
- - - - - -
-   - - -

-Contains private data of this configuration file.

-

- - - - -
- - - - - -
-int(* config_values_s::lookup_int)(config_values_t *self, char *key, int n_default) -
-
- - - - - -
-   - - -

-Lookup integer values in configuration file.

-

- - - - -
- - - - - -
-char *(* config_values_s::lookup_str)(config_values_t *self, char *key, char *str_default) -
-
- - - - - -
-   - - -

-Lookup string values in configuration file.

-

- - - - -
- - - - - -
-void(* config_values_s::read)(config_values_t *self, char *filename) -
-
- - - - - -
-   - - -

-Read configuration file from disk, overriding values in memory. If you also want to clear values that are not in the file, use config_file_init() instead!

-

- - - - -
- - - - - -
-void(* config_values_s::save)(config_values_t *self) -
-
- - - - - -
-   - - -

-Write configuration file to disk.

-

- - - - -
- - - - - -
-void(* config_values_s::set_int)(config_values_t *self, char *key, int value) -
-
- - - - - -
-   - - -

-Set integer values in configuration file.

-

- - - - -
- - - - - -
-void(* config_values_s::set_str)(config_values_t *self, char *key, char *value) -
-
- - - - - -
-   - - -

-Set string values in configuration file.

-


The documentation for this struct was generated from the following file: -
Generated at Mon Oct 15 01:18:07 2001 for XINE, A Free Video Player Project - API reference by - -doxygen1.2.8 written by Dimitri van Heesch, - © 1997-2001
- - -- cgit v1.2.3