aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-12-06 02:31:30 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-12-06 02:31:30 +0800
commit1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8 (patch)
tree4d2e09297fde85a7711f5450bc20fa1b95ee2318 /e-util/e-util.h
parent31002ecdfa66ba10a8d12f9192fd3f95df1d68ec (diff)
downloadgsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.tar
gsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.tar.gz
gsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.tar.bz2
gsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.tar.lz
gsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.tar.xz
gsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.tar.zst
gsoc2013-evolution-1d8a9f24439696b1f6a5a6aa7dfd6eb1c4ea24f8.zip
Add a "collate" sort callback that uses the new g_collate_compare().
2002-12-05 Jeffrey Stedfast <fejj@ximian.com> * e-table-extras.c (ete_init): Add a "collate" sort callback that uses the new g_collate_compare(). 2002-12-05 Jeffrey Stedfast <fejj@ximian.com> * gal/util/e-util.c (g_str_compare): Revert back to using just strcmp - this fixes bug #33933 but reopens bug #26355. (g_collate_compare): New function meant to address the sorting required by bug #26335. svn path=/trunk/; revision=19014
Diffstat (limited to 'e-util/e-util.h')
-rw-r--r--e-util/e-util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/e-util/e-util.h b/e-util/e-util.h
index 1d5850ccf2..2937265f6b 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -139,6 +139,8 @@ typedef enum {
} EFocus;
int g_str_compare (const void *x,
const void *y);
+int g_collate_compare (const void *x,
+ const void *y);
int g_int_compare (const void *x,
const void *y);
char *e_strdup_strip (const char *string);