aboutsummaryrefslogtreecommitdiffstats
path: root/e-util/e-util.h
diff options
context:
space:
mode:
authorChristopher James Lahey <clahey@ximian.com>2001-09-23 03:03:48 +0800
committerChris Lahey <clahey@src.gnome.org>2001-09-23 03:03:48 +0800
commit12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f (patch)
treef5e96bbaab01d5725f9c33b97a52b280197ef189 /e-util/e-util.h
parent8d22486006c1489c2823443aef679d575b05841a (diff)
downloadgsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.tar
gsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.tar.gz
gsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.tar.bz2
gsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.tar.lz
gsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.tar.xz
gsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.tar.zst
gsoc2013-evolution-12ecaf7cef7e9a3eea0aa8a7cb44235bd14e507f.zip
Bumped the version number to 0.12.99.0.
2001-09-22 Christopher James Lahey <clahey@ximian.com> * configure.in: Bumped the version number to 0.12.99.0. From a patch by Damian Ivereigh <damian@cisco.com>: * gal/util/e-util.c, gal/util/e-util.h (e_strftime_fix_am_pm): New function, takes the same arguments as strftime, but does some fixup if the given string is in 12 hour mode but the locale doesn't have AM/PM descriptors. From gal/e-table/ChangeLog: 2001-09-22 Christopher James Lahey <clahey@ximian.com> From a patch by Damian Ivereigh <damian@cisco.com>: * e-cell-date.c: Made this use e_strftime_fix_am_pm instead of strftime. svn path=/trunk/; revision=13081
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 8f99e0f8d5..22b96a376a 100644
--- a/e-util/e-util.h
+++ b/e-util/e-util.h
@@ -103,6 +103,10 @@ void e_bsearch (cons
gpointer closure,
size_t *start,
size_t *end);
+size_t e_strftime_fix_am_pm (char *s,
+ size_t max,
+ const char *fmt,
+ const struct tm *tm);
void e_marshal_INT__INT_INT_POINTER (GtkObject *object,
GtkSignalFunc func,
gpointer func_data,