~ubuntu-branches/ubuntu/raring/almanah/raring

« back to all changes in this revision

Viewing changes to src/interface.h

  • Committer: Package Import Robot
  • Author(s): Angel Abad
  • Date: 2012-04-03 14:25:25 UTC
  • mfrom: (11.1.6 sid)
  • Revision ID: package-import@ubuntu.com-20120403142525-ugk3fb0blonrl2b9
Tags: 0.9.0-1
* debian/watch: Update for .xz
* Imported Upstream version 0.9.0
* debian/patches/01_largefile_support.patch: Remove, applied upstream
* debian/patches/02_gtkspell-3.0.patch: Remove, applied upstream
* Remove dh_autoreconf stuff
* debian/copyright: Update upstream years

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
const gchar *almanah_get_interface_filename (void);
28
28
void almanah_interface_create_text_tags (GtkTextBuffer *text_buffer, gboolean connect_events);
29
29
void almanah_calendar_month_changed_cb (GtkCalendar *calendar, gpointer user_data);
 
30
gboolean almanah_run_on_screen (GdkScreen *screen, const gchar *command_line, GError **error);
30
31
 
31
32
G_END_DECLS
32
33