~ubuntu-branches/ubuntu/oneiric/almanah/oneiric

« back to all changes in this revision

Viewing changes to src/main-window.h

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2011-04-18 16:21:36 UTC
  • mfrom: (1.3.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20110418162136-l0ik4snrl420srer
Tags: 0.8.0-1
* New upstream release
* Temporarily remove evolution support in unstable
* Disable AM_GCONF_SOURCE_2 macro to fix ftbfs in unstable
  - debian/patches/disable_am_gconf_source_2
  - Build-Depends on dh-autoreconf
  - Use --with autoreconf in rules
* debian/control:
  - Build-Depends on libgtk-3-dev
* debian/rules:
  - Remove unnecessary override_dh_auto_install
* debian/copyright:
  - Update copyright years
  - Update license stanza
* Bump Standards-Version to 3.9.1 (no changes)

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
AlmanahMainWindow *almanah_main_window_new (void);
49
49
 
50
50
void almanah_main_window_select_date (AlmanahMainWindow *self, GDate *date);
51
 
#ifdef ENABLE_SPELL_CHECKING
52
 
gboolean almanah_main_window_enable_spell_checking (AlmanahMainWindow *self, GError **error);
53
 
void almanah_main_window_disable_spell_checking (AlmanahMainWindow *self);
54
 
#endif /* ENABLE_SPELL_CHECKING */
55
51
 
56
52
G_END_DECLS
57
53