Changeset 51 for trunk/gtk/conf.h
- Timestamp:
- Jan 25, 2006, 4:55:45 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/gtk/conf.h
r7 r51 1 1 /* 2 Copyright (c) 2005 Joshua Elsasser. All rights reserved.2 Copyright (c) 2005-2006 Joshua Elsasser. All rights reserved. 3 3 4 4 Redistribution and use in source and binary forms, with or without … … 44 44 const char * 45 45 cf_getpref(const char *name); 46 /* if errstr is NULL then prefs will not be saved */ 46 void 47 cf_setpref(const char *name, const char *value); 47 48 gboolean 48 cf_s etpref(const char *name, const char *value,char **errstr);49 cf_saveprefs(char **errstr); 49 50 GList * 50 51 cf_loadstate(char **errstr);
Note: See TracChangeset
for help on using the changeset viewer.