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

« back to all changes in this revision

Viewing changes to src/event.h

  • Committer: Bazaar Package Importer
  • Author(s): Angel Abad
  • Date: 2010-01-18 13:21:48 UTC
  • mfrom: (1.2.6 sid)
  • Revision ID: james.westby@ubuntu.com-20100118132148-0miy3p9gvkuwnq2g
* New upstream release
* Remove gpgme_1.2_compat patch, included in upstream
* debian/watch: Update upstream tarballs url
* debian/control: 
  - Update homepage
  - Add libdbus-glib-1-dev to Build-Depends
* debian/copyright: 
  - Update source url
  - Update copyright years

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/* -*- Mode: C; indent-tabs-mode: t; c-basic-offset: 8; tab-width: 8 -*- */
2
2
/*
3
3
 * Almanah
4
 
 * Copyright (C) Philip Withnall 2008 <philip@tecnocode.co.uk>
 
4
 * Copyright (C) Philip Withnall 2008-2009 <philip@tecnocode.co.uk>
5
5
 * 
6
6
 * Almanah is free software: you can redistribute it and/or modify
7
7
 * it under the terms of the GNU General Public License as published by
42
42
typedef struct {
43
43
        GObjectClass parent;
44
44
 
45
 
        gchar *name;
46
 
        gchar *description;
47
 
        gchar *icon_name;
 
45
        const gchar *name;
 
46
        const gchar *description;
 
47
        const gchar *icon_name;
48
48
 
49
49
        const gchar *(*format_value) (AlmanahEvent *event);
50
50
        gboolean (*view) (AlmanahEvent *event);