~ubuntu-branches/ubuntu/utopic/almanah/utopic

« back to all changes in this revision

Viewing changes to src/main-window.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-10-29 10:14:18 UTC
  • mfrom: (1.4.1) (10.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20121029101418-k2c27xb0aku22zeg
Tags: 0.10.0-1~exp1
* Imported Upstream version 0.10.0
* debian/control:
  - Bump evolution Build-Depends ( >=3.6.0)
  - debian/control: Depends on evolution-common (>= 3.6.0)
* Bump Standards-Version to 3.9.4 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
24
24
#include <glib.h>
25
25
#include <glib-object.h>
26
26
 
 
27
#include "application.h"
 
28
 
27
29
G_BEGIN_DECLS
28
30
 
29
31
#define ALMANAH_TYPE_MAIN_WINDOW                (almanah_main_window_get_type ())
45
47
} AlmanahMainWindowClass;
46
48
 
47
49
GType almanah_main_window_get_type (void);
48
 
AlmanahMainWindow *almanah_main_window_new (void);
 
50
AlmanahMainWindow *almanah_main_window_new (AlmanahApplication *application) G_GNUC_WARN_UNUSED_RESULT G_GNUC_MALLOC;
49
51
 
50
52
void almanah_main_window_select_date (AlmanahMainWindow *self, GDate *date);
51
53