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

« back to all changes in this revision

Viewing changes to src/prefs.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:
27
27
#include "alarm-applet.h"
28
28
 
29
29
void
30
 
preferences_dialog_display (AlarmApplet *applet);
31
 
 
32
 
void
33
 
pref_update_label_show (AlarmApplet *applet);
34
 
 
35
 
void
36
 
pref_update_label_type (AlarmApplet *applet);
 
30
prefs_init (AlarmApplet *applet);
 
31
 
 
32
void
 
33
prefs_dialog_show (AlarmApplet *applet);
 
34
 
 
35
gboolean
 
36
prefs_autostart_get_state (void);
 
37
 
 
38
void
 
39
prefs_autostart_set_state (gboolean state);
37
40
 
38
41
#endif /*PREFS_H_*/