
Classes | |
| struct | PersistConfigEntry |
Functions | |
| void | persist_config_add (PersistConfig *self, const gchar *name, gpointer value, GDestroyNotify destroy) |
| gpointer | persist_config_fetch (PersistConfig *self, const gchar *name) |
| PersistConfig * | persist_config_new (void) |
| void | persist_config_free (PersistConfig *self) |
| void persist_config_add | ( | PersistConfig * | self, |
| const gchar * | name, | ||
| gpointer | value, | ||
| GDestroyNotify | destroy | ||
| ) |
| gpointer persist_config_fetch | ( | PersistConfig * | self, |
| const gchar * | name | ||
| ) |
| void persist_config_free | ( | PersistConfig * | self | ) |
| PersistConfig* persist_config_new | ( | void | ) |