~ubuntu-branches/debian/jessie/cheese/jessie

« back to all changes in this revision

Viewing changes to src/cheese-countdown.c

  • Committer: Package Import Robot
  • Author(s): Andreas Henriksson
  • Date: 2014-04-02 21:39:33 UTC
  • mfrom: (1.5.1) (15.1.7 experimental)
  • Revision ID: package-import@ubuntu.com-20140402213933-r0w3gna0pv7q7085
Tags: 3.12.0-1
* New upstream release.
* Revert changes done in 3.10.1-3
  - i.e. lower gnome-desktop build-dependency again.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* cheese-countdown.c generated by valac 0.21.2.4-6740f, the Vala compiler
 
1
/* cheese-countdown.c generated by valac 0.23.3.20-47868, the Vala compiler
2
2
 * generated from cheese-countdown.vala, do not modify */
3
3
 
4
4
/*
113
113
   * Once the fade-out is complete, this method calls fade_in().
114
114
   */
115
115
static void _cheese_countdown_fade_in_clutter_timeline_completed (ClutterTimeline* _sender, gpointer self) {
116
 
        cheese_countdown_fade_in (self);
 
116
        cheese_countdown_fade_in ((CheeseCountdown*) self);
117
117
}
118
118
 
119
119
 
149
149
   * Once the fade-in is complete, this method calls fade_out().
150
150
   */
151
151
static void _cheese_countdown_fade_out_clutter_timeline_completed (ClutterTimeline* _sender, gpointer self) {
152
 
        cheese_countdown_fade_out (self);
 
152
        cheese_countdown_fade_out ((CheeseCountdown*) self);
153
153
}
154
154
 
155
155