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

Go to the source code of this file.
Functions | |
| void | cfg_init (void) | 
| Initialise the configuration.  | |
| char * | cfg_get_config_dir (void) | 
| Get the configuration file directory.  | |
| char * | cfg_get_current_dir (void) | 
| Get the current workiung directory.  | |
| char * | cfg_get_default_wsname (void) | 
| Get the default workspace name.  | |
| int | cfg_parse_cmdline (int argc, char *argv[]) | 
| Parse the command line.  | |
| void | cfg_set_current_dir (const char *dir) | 
| Set the current working directory.  | |
| void | cfg_show_usage (void) | 
| Show a usage string. | |
Definition in file appconfig.h.
      
  | 
  
| 
 Get the configuration file directory. This is normally ($HOME/.gtksql). 
 Definition at line 176 of file appconfig.c. References cfg_set_current_dir(), and CONFIG_DIRNAME. Referenced by cfg_get_default_wsname().  | 
  
      
  | 
  
| 
 Get the current workiung directory. 
 
 Definition at line 224 of file appconfig.c. References cfg_set_current_dir(). Referenced by file_open_dialog(), query_import_dialog_create(), and query_save_dialog_create().  | 
  
      
  | 
  
| 
 Get the default workspace name. 
 
 Definition at line 238 of file appconfig.c. References _a_buf::b_dat, buf_strcat(), buf_strcpy(), and cfg_get_config_dir(). Referenced by ws_save_file().  | 
  
      
  | 
  
| 
 Initialise the configuration. Performs these steps: 
 Definition at line 168 of file appconfig.c. Referenced by main().  | 
  
      
  | 
  ||||||||||||
| 
 Parse the command line. 
 
 Definition at line 137 of file appconfig.c. References cfg_show_usage(), db_connect_url(), luaif_runfile(), and luaif_runstring(). Referenced by main().  | 
  
      
  | 
  
| 
 Set the current working directory. 
 
 Definition at line 289 of file appconfig.c. Referenced by cfg_get_config_dir(), and cfg_get_current_dir().  | 
  
1.2.18