~ubuntu-branches/ubuntu/intrepid/almanah/intrepid

« back to all changes in this revision

Viewing changes to src/main-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Stefan Ebner
  • Date: 2008-07-04 15:07:43 UTC
  • Revision ID: james.westby@ubuntu.com-20080704150743-tgp3cljsjpolgv00
Tags: upstream-0.4.0
ImportĀ upstreamĀ versionĀ 0.4.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
 
2
/*
 
3
 * Diary
 
4
 * Copyright (C) Philip Withnall 2008 <philip@tecnocode.co.uk>
 
5
 * 
 
6
 * Diary is free software: you can redistribute it and/or modify
 
7
 * it under the terms of the GNU General Public License as published by
 
8
 * the Free Software Foundation, either version 3 of the License, or
 
9
 * (at your option) any later version.
 
10
 *
 
11
 * Diary is distributed in the hope that it will be useful,
 
12
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
13
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
14
 * GNU General Public License for more details.
 
15
 *
 
16
 * You should have received a copy of the GNU General Public License
 
17
 * along with Diary.  If not, see <http://www.gnu.org/licenses/>.
 
18
 */
 
19
 
 
20
#include <glib.h>
 
21
#include <gtk/gtk.h>
 
22
 
 
23
#ifndef DIARY_MAIN_WINDOW_H
 
24
#define DIARY_MAIN_WINDOW_H
 
25
 
 
26
G_BEGIN_DECLS
 
27
 
 
28
void diary_main_window_setup (GtkBuilder *builder);
 
29
void mw_select_date (GDate *date);
 
30
 
 
31
G_END_DECLS
 
32
 
 
33
#endif /* !DIARY_MAIN_WINDOW_H */