~ubuntu-branches/ubuntu/wily/alarm-clock-applet/wily

« back to all changes in this revision

Viewing changes to src/list-entry.h

  • Committer: Bazaar Package Importer
  • Author(s): Chow Loong Jin
  • Date: 2010-03-17 09:02:44 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100317090244-ni0ye04mva2hxe10
Tags: 0.3.0-1
* New upstream release
* debian/control:
  + No change bump of Standards-Version to 3.8.4
  + Update build-deps:
    - Drop libglade, libpanel-applet, libgnomevfs2, libgnome{2,ui}
    - Add libxml2-dev and libunique-dev, intltool
* debian/patches/01_update-alarms-eta,patch:
  + Dropped, applied upstream
* debian/(alarm-clock-applet.1, alarm-clock-applet.manpages):
  + Add manpage for alarm-clock-applet, now that the binary is moved to
    /usr/bin.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
#include <string.h>
28
28
#include <glib.h>
29
 
#include <libgnomevfs/gnome-vfs.h>
30
29
 
31
30
#include "util.h"
32
31
 
46
45
alarm_list_entry_free (AlarmListEntry *e);
47
46
 
48
47
AlarmListEntry *
49
 
alarm_list_entry_new_file (const gchar *uri, GnomeVFSResult *ret, gchar **mime_ret);
 
48
alarm_list_entry_new_file (const gchar *uri, gchar **mime_ret, GError **error);
50
49
 
51
50
GList *
52
51
alarm_list_entry_list_new (const gchar *dir_uri, const gchar *supported_types[]);