diff options
author | Matthew Barnes <mbarnes@redhat.com> | 2009-08-01 19:29:41 +0800 |
---|---|---|
committer | Matthew Barnes <mbarnes@redhat.com> | 2009-08-06 04:13:02 +0800 |
commit | de85e3c7862100da10fe860aef2b651245a1fdbf (patch) | |
tree | dd4a3482966c041a80c9798d45b73f5fe986dad6 /calendar/gui/e-memo-table.h | |
parent | fac731e7359c978ff730d48f9ab88a5794450206 (diff) | |
download | gsoc2013-evolution-de85e3c7862100da10fe860aef2b651245a1fdbf.tar.gz gsoc2013-evolution-de85e3c7862100da10fe860aef2b651245a1fdbf.tar.zst gsoc2013-evolution-de85e3c7862100da10fe860aef2b651245a1fdbf.zip |
Replace more "config" classes with property bindings.
Diffstat (limited to 'calendar/gui/e-memo-table.h')
-rw-r--r-- | calendar/gui/e-memo-table.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/gui/e-memo-table.h b/calendar/gui/e-memo-table.h index f3b02e0c04..0bb79694b0 100644 --- a/calendar/gui/e-memo-table.h +++ b/calendar/gui/e-memo-table.h @@ -98,6 +98,14 @@ GtkWidget * e_memo_table_new (EShellView *shell_view, ECalModel * e_memo_table_get_model (EMemoTable *memo_table); ETable * e_memo_table_get_table (EMemoTable *memo_table); EShellView * e_memo_table_get_shell_view (EMemoTable *memo_table); +icaltimezone * e_memo_table_get_timezone (EMemoTable *memo_table); +void e_memo_table_set_timezone (EMemoTable *memo_table, + icaltimezone *timezone); +gboolean e_memo_table_get_use_24_hour_format + (EMemoTable *memo_table); +void e_memo_table_set_use_24_hour_format + (EMemoTable *memo_table, + gboolean use_24_hour_format); void e_memo_table_delete_selected (EMemoTable *memo_table); GSList * e_memo_table_get_selected (EMemoTable *memo_table); |