Enlightenment CVS committal Author : dj2 Project : e17 Module : libs/ewl
Dir : e17/libs/ewl/src/lib Modified Files: ewl_combo.h ewl_config.h Log Message: - more docs - remove unused mtime from ewl_config =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_combo.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_combo.h 12 Jan 2006 18:21:18 -0000 1.7 +++ ewl_combo.h 15 Feb 2006 20:29:47 -0000 1.8 @@ -1,9 +1,8 @@ -#ifndef __EWL_COMBO_H__ -#define __EWL_COMBO_H__ +#ifndef EWL_COMBO_H +#define EWL_COMBO_H /** - * @file ewl_combo.h - * @defgroup Ewl_Combo Combo: A Simple Internal Combo Box + * @defgroup Ewl_Combo Ewl_Combo: A Simple Combo Box * Defines a combo box used internally. The contents on the box are not drawn * outside of the Evas. * @@ -59,4 +58,4 @@ * @} */ -#endif /* __EWL_COMBO_H__ */ +#endif =================================================================== RCS file: /cvsroot/enlightenment/e17/libs/ewl/src/lib/ewl_config.h,v retrieving revision 1.7 retrieving revision 1.8 diff -u -3 -r1.7 -r1.8 --- ewl_config.h 15 Feb 2006 03:00:58 -0000 1.7 +++ ewl_config.h 15 Feb 2006 20:29:47 -0000 1.8 @@ -1,44 +1,47 @@ -#ifndef __EWL_CONFIG_H__ -#define __EWL_CONFIG_H__ +#ifndef EWL_CONFIG_H +#define EWL_CONFIG_H /** - * @file ewl_config.h - * @defgroup Ewl_Config Config: Functions for Manipulating Configuration Data + * @defgroup Ewl_Config Ewl_Config: Functions for Manipulating Configuration Data * * @{ */ typedef struct Ewl_Config Ewl_Config; +/** + * @struct Ewl_Config + * The Ewl_Config stuct holds configuration data for the EWL library + */ struct Ewl_Config { - time_t mtime; - struct { - int enable; - int level; - int indent_lvl; - - int segv; - int backtrace; - int gc_reap; - } debug; struct { - int font_cache; - int image_cache; - int engine; - char *render_method; - } evas; + int enable; /**< Is debugging enabled */ + int level; /**< Current debug level */ + int indent_lvl; /**< How far to indent */ + + int segv; /**< Segv on warning */ + int backtrace; /**< Backtrace on warning */ + int gc_reap; /**< Log on garbage collection */ + } debug; /**< Debuggin configuration */ + struct { - char *name; - int cache; - int cclass_override; - int print_keys; - int print_signals; - } theme; + int font_cache; /**< Font cache size */ + int image_cache; /**< Image cache size */ + int engine; /**< Engines available */ + char *render_method; /**< Current render method */ + } evas; /**< Evas configuration */ + struct { + char *name; /**< Theme name */ + int cache; /**< Cache size */ + int cclass_override; /**< Colour class override */ + int print_keys; /**< Print theme keys as accessed */ + int print_signals; /**< Print theme signals as accessed */ + } theme; /**< Theme configuration */ }; -extern Ewl_Config ewl_config; +extern Ewl_Config ewl_config; /**< The global configuration data */ int ewl_config_init(void); void ewl_config_shutdown(void); @@ -54,4 +57,4 @@ * @} */ -#endif /* __EWL_CONFIG_H__ */ +#endif ------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Do you grep through log files for problems? Stop! Download the new AJAX search engine that makes searching your log files as easy as surfing the web. DOWNLOAD SPLUNK! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642 _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs