aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/table/e-cell-date.h
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2009-08-04 21:04:02 +0800
committerMilan Crha <mcrha@redhat.com>2009-08-04 21:04:02 +0800
commitb6313289303f2263649c70ea477e04aea4a994ec (patch)
tree36b4435a060aca6425e717b1b0ddd29efb8a0712 /widgets/table/e-cell-date.h
parentbc301a8c3784610a0c55c9fb5056ec63ca574f4d (diff)
downloadgsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.tar
gsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.tar.gz
gsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.tar.bz2
gsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.tar.lz
gsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.tar.xz
gsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.tar.zst
gsoc2013-evolution-b6313289303f2263649c70ea477e04aea4a994ec.zip
Bug #205137 - Configurable date formats in components
Diffstat (limited to 'widgets/table/e-cell-date.h')
-rw-r--r--widgets/table/e-cell-date.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/widgets/table/e-cell-date.h b/widgets/table/e-cell-date.h
index 968e387198..ec23bd61ad 100644
--- a/widgets/table/e-cell-date.h
+++ b/widgets/table/e-cell-date.h
@@ -44,6 +44,7 @@ typedef struct {
GType e_cell_date_get_type (void);
ECell *e_cell_date_new (const gchar *fontname, GtkJustification justify);
+void e_cell_date_set_format_component (ECellDate *ecd, const gchar *fmt_component);
G_END_DECLS