aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@helixcode.com>2000-07-08 02:29:26 +0800
committerChris Lahey <clahey@src.gnome.org>2000-07-08 02:29:26 +0800
commitfc43959180e0ab748ba68fa4834e6913f2aba74e (patch)
treed3656b3e13170a0c86008a4d690227dbc47054ef /e-util/e-util.h
parent7eaa10884a75068e6e6032455363f57f79718f00 (diff)
downloadgsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar
gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.gz
gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.bz2
gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.lz
gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.xz
gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.tar.zst
gsoc2013-evolution-fc43959180e0ab748ba68fa4834e6913f2aba74e.zip
Added e_strsplit to work around a bug in g_strsplit.
2000-07-07 Christopher James Lahey <clahey@helixcode.com> * e-util.c, e-util.h: Added e_strsplit to work around a bug in g_strsplit. svn path=/trunk/; revision=3953
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 3df503f2d9..ab5325806b 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -42,6 +42,10 @@ void e_free_string_list (GList *list);
char *e_read_file (const char *filename);
gint e_write_file(const char *filename, const char *data, int flags);
+gchar **e_strsplit (const gchar *string,
+ const gchar *delimiter,
+ gint max_tokens);
+
void e_marshal_INT__INT_INT_POINTER (GtkObject * object,
GtkSignalFunc func,
gpointer func_data, GtkArg * args);