aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-06-30 07:42:14 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-06-30 07:42:14 +0800
commitd55e49c51f3a45aa4fb3efe22e144bed70549f1b (patch)
treec431209adf93b966a3ebd847da7381a369176140 /e-util/e-util.h
parent15a4c0417ca76d02b02b6b77672558b6dd9294bd (diff)
downloadgsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.tar
gsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.tar.gz
gsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.tar.bz2
gsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.tar.lz
gsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.tar.xz
gsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.tar.zst
gsoc2013-evolution-d55e49c51f3a45aa4fb3efe22e144bed70549f1b.zip
Add e_free_string_slist() and e_free_object_slist().
svn path=/trunk/; revision=10613
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 3c78825628..8f99e0f8d5 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -63,8 +63,12 @@ int g_str_compare (cons
int g_int_compare (const void *x,
const void *y);
char *e_strdup_strip (const char *string);
+
void e_free_object_list (GList *list);
+void e_free_object_slist (GSList *list);
void e_free_string_list (GList *list);
+void e_free_string_slist (GSList *list);
+
char *e_read_file (const char *filename);
int e_write_file (const char *filename,
const char *data,