aboutsummaryrefslogtreecommitdiffstats
path: root/calendar/gui/print.h
diff options
context:
space:
mode:
authorFederico Mena Quintero <federico@helixcode.com>2000-05-26 01:43:31 +0800
committerFederico Mena Quintero <federico@src.gnome.org>2000-05-26 01:43:31 +0800
commitff224ac819812b4ac9707083ebcd25889e6d7ec4 (patch)
treec3b8e7e82015ae4259dc27e0068d96c224cc7b8c /calendar/gui/print.h
parenta979df3778682adb6f90ef3477e62fc077a8e9b8 (diff)
downloadgsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar
gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.gz
gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.bz2
gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.lz
gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.xz
gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.tar.zst
gsoc2013-evolution-ff224ac819812b4ac9707083ebcd25889e6d7ec4.zip
Do not initialize libglade twice.
2000-05-25 Federico Mena Quintero <federico@helixcode.com> * gui/main.c (init_bonobo): Do not initialize libglade twice. * gui/component-factory.c (create_view): Set the folder_uri property, otherwise the calendar will not get loaded into the view. svn path=/trunk/; revision=3203
Diffstat (limited to 'calendar/gui/print.h')
-rw-r--r--calendar/gui/print.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/calendar/gui/print.h b/calendar/gui/print.h
index 64199f5964..bae337225a 100644
--- a/calendar/gui/print.h
+++ b/calendar/gui/print.h
@@ -20,3 +20,22 @@
* Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifndef PRINT_H
+#define PRINT_H
+
+#include "gnome-cal.h"
+
+
+
+typedef enum {
+ PRINT_VIEW_DAY,
+ PRINT_VIEW_WEEK,
+ PRINT_VIEW_MONTH,
+ PRINT_VIEW_YEAR
+} PrintView;
+
+void print_calendar (GnomeCalendar *gcal, time_t at, printview_t default_view);
+
+
+
+#endif