Search
lxdream.org :: lxdream/src/config.h :: diff
lxdream 0.9.1
released Jun 29
Download Now
filename src/config.h
changeset 1024:c67f2d61ab97
prev759:f16975739abc
next1034:7044e01148f0
author nkeynes
date Sat Jun 13 00:50:48 2009 +0000 (14 years ago)
permissions -rw-r--r--
last change Build drivers with library dependencies as shared objects (ie plugins)
file annotate diff log raw
1.1 --- a/src/config.h Mon Jul 21 01:01:39 2008 +0000
1.2 +++ b/src/config.h Sat Jun 13 00:50:48 2009 +0000
1.3 @@ -60,7 +60,7 @@
1.4 /* Global config values */
1.5 const gchar *lxdream_get_config_value( int key );
1.6 const struct lxdream_config_entry * lxdream_get_config_entry( int key );
1.7 -
1.8 +void lxdream_register_config_group( const gchar *key, lxdream_config_entry_t group );
1.9 void lxdream_set_global_config_value( int key, const gchar *value );
1.10 void lxdream_set_config_value( lxdream_config_entry_t entry, const gchar *value );
1.11 gboolean lxdream_set_group_value( lxdream_config_group_t group, const gchar *key, const gchar *value );
.