#include "types.h"Include dependency graph for Prefs.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | PREFS_SETGLOBAL (1L<<0) |
| #define | PREFS_COMMON (1L<<1) |
| #define | PREFSDT_NUMBER 0 |
| #define | PREFSDT_STRING 1 |
Functions | |
| void | prefs_Init (void) |
| void | prefs_CleanUp (void) |
| Prefs_t * | prefs_InitApp (char *app) |
| void | prefs_CleanUpApp (Prefs_t *prefs) |
| int | prefs_Save (Prefs_t *prefs) |
| char * | prefs_GetString (Prefs_t *prefs, char *name, char *def) |
| char * | prefs_SetString (Prefs_t *prefs, char *name, char *value, int flags) |
| u32 | prefs_GetNumber (Prefs_t *prefs, char *name, u32 def) |
| u32 | prefs_SetNumber (Prefs_t *prefs, char *name, u32 value, int flags) |
| void | prefs_Delete (Prefs_t *prefs, char *name, int flags) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 144 of file Prefs.c. Referenced by gui_ServerMain, and prefs_InitApp. |
|
||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
Definition at line 168 of file Prefs.c. Referenced by gadget_LoadClass, and gui_ServerMain. |
|
|
|
|
|
Definition at line 122 of file Prefs.c. Referenced by gui_ServerMain. |
|
|
|
|
||||||||||||||||||||
|
|
|
||||||||||||||||||||
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002