diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2002-12-11 01:03:03 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2002-12-11 01:03:03 +0800 |
commit | 2dd7fb3a1413ca901729a6fe977c9ceab99d7478 (patch) | |
tree | 67a350a063f7fee432000a88cb9934b376387a35 /e-util/e-config-listener.h | |
parent | 0350336ecac7485f1bd8720aa5b196b1c5933ad6 (diff) | |
download | gsoc2013-evolution-2dd7fb3a1413ca901729a6fe977c9ceab99d7478.tar.gz gsoc2013-evolution-2dd7fb3a1413ca901729a6fe977c9ceab99d7478.tar.zst gsoc2013-evolution-2dd7fb3a1413ca901729a6fe977c9ceab99d7478.zip |
new function.
2002-12-10 Rodrigo Moya <rodrigo@ximian.com>
* e-config-listener.[ch] (e_config_listener_remove_dir): new function.
svn path=/trunk/; revision=19086
Diffstat (limited to 'e-util/e-config-listener.h')
-rw-r--r-- | e-util/e-config-listener.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-config-listener.h b/e-util/e-config-listener.h index efae269c36..d9829a7d27 100644 --- a/e-util/e-config-listener.h +++ b/e-util/e-config-listener.h @@ -70,6 +70,8 @@ void e_config_listener_set_string (EConfigListener *cl, const char *key, const char *value); +void e_config_listener_remove_dir (EConfigListener *cl, const char *dir); + G_END_DECLS #endif |