From c2ffbbece7eb57bd53aaf07ed0318dd79bbb0b7a Mon Sep 17 00:00:00 2001 From: Christopher James Lahey Date: Fri, 25 Feb 2000 04:28:14 +0000 Subject: Added e_xml_get_integer_prop_by_name. 2000-02-24 Christopher James Lahey * e-util/e-xml-utils.c, e-util/e-xml-utils.h: Added e_xml_get_integer_prop_by_name. * e-util/Makefile.am: Added e-util.c. * e-util/e-util.h: Added e-util.c functions. * e-util/e-util.c: New file for compare functions from mail: 2000-02-24 Christopher James Lahey * message-list.c: Changed to match new e_table_simple interface. svn path=/trunk/; revision=1931 --- e-util/e-util.h-29002 | 3 +++ 1 file changed, 3 insertions(+) (limited to 'e-util/e-util.h-29002') diff --git a/e-util/e-util.h-29002 b/e-util/e-util.h-29002 index 660e579bfc..e5635cdf16 100644 --- a/e-util/e-util.h-29002 +++ b/e-util/e-util.h-29002 @@ -29,4 +29,7 @@ typedef enum { E_FOCUS_END } EFocus; +int g_str_compare(const void *x, const void *y); +int g_int_compare(const void *x, const void *y); + #endif /* _E_UTIL_H_ */ -- cgit v1.2.3