aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-config-listener.c
Commit message (Expand)AuthorAgeFilesLines
* Change License from GPL to LGPL. 2nd batch.Sankarasivasubramanian Pasupathilingam2008-09-031-3/+17
* updated novell copyright notices (left others alone)Jeffrey Stedfast2008-06-211-1/+1
* ** Remove trailing whitespace from source code.Matthew Barnes2007-11-151-1/+1
* ** Fixes bug #469657Matthew Barnes2007-10-021-48/+23
* ** Fix for bug #471791 Srinivasa Ragavan2007-09-101-4/+4
* just preload one level of GConf keys, since preloading all makes theRodrigo Moya2003-07-241-1/+1
* use GCONF_CLIENT_PRELOAD_RECURSIVE when adding watched directories toRodrigo Moya2003-06-131-1/+1
* define in terms of privincludedir.Dan Winship2003-02-061-0/+1
* New.Dan Winship2003-01-071-1/+24
* new function.Rodrigo Moya2002-12-111-0/+21
* (e_config_listener_get_string_with_default):Ettore Perazzoli2002-11-141-5/+5
* (add_key): g_strdup() the value in the caseEttore Perazzoli2002-11-121-1/+1
* init err to NULL so if there isn't an error we aren't left with anChris Toshok2002-11-061-4/+4
* new simpler functions, without a default value.Rodrigo Moya2002-11-041-0/+24
* Removed unused variable. (e_config_listener_get_long_with_default):Ettore Perazzoli2002-11-041-3/+0
* ported to GConf and GObject.Rodrigo Moya2002-11-021-173/+162
* Fixes #32764Rodrigo Moya2002-10-251-27/+34
* Fix some non-ANSI switch statementsDan Winship2002-09-231-0/+2
* update the local copy (if we've got one) so that we don't return values ifRodrigo Moya2002-09-051-0/+26
* new functions. (property_change_cb, add_key): added support for FLOATRodrigo Moya2002-08-271-2/+92
* call g_strdup in the correct place, or we'll return the internal copy.Rodrigo Moya2002-08-271-2/+2
* only set the key if the value is different from what we've already readRodrigo Moya2002-08-261-0/+11
* added "key_changed" signal to class. (property_change_cb): emitRodrigo Moya2002-08-231-30/+133
* new class for config database access and monitoring.Rodrigo Moya2002-08-201-0/+313