~ubuntu-branches/ubuntu/vivid/gnome-online-accounts/vivid

« back to all changes in this revision

Viewing changes to src/goaidentity/goaalarm.h

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson, Laurent Bigonville, Andreas Henriksson
  • Date: 2014-05-16 11:42:52 UTC
  • mfrom: (1.2.6)
  • Revision ID: package-import@ubuntu.com-20140516114252-s42hd9ehklt09169
Tags: 3.12.2-1
[ Laurent Bigonville ]
* debian/control.in: Recommends realmd package (Closes: #725965)

[ Andreas Henriksson ]
* New upstream release.
  - Removes chat support from Windows Live provider (XMPP gateway gone).
* Bump Standards-Version to 3.9.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
 
54
54
GType goa_alarm_get_type (void);
55
55
 
56
 
GoaAlarm *goa_alarm_new (void);
57
 
void goa_alarm_set_time (GoaAlarm     *alarm,
58
 
                         GDateTime    *time,
59
 
                         GCancellable *cancellable);
 
56
GoaAlarm *goa_alarm_new (GDateTime *time);
60
57
GDateTime *goa_alarm_get_time (GoaAlarm *alarm);
61
58
G_END_DECLS
62
59
#endif /* __GOA_ALARM_H__ */