~fboucault/paf/documentation_fixes

« back to all changes in this revision

Viewing changes to paf/pafanimation.h

  • Committer: Guillaume Emont
  • Date: 2008-05-22 15:38:43 UTC
  • mfrom: (57.1.17 api-fixing)
  • Revision ID: guillaume@fluendo.com-20080522153843-qx418dc8hes14x1r
Merge with api-fixing.
  Added const and G_GNUC_NULL_TERMINATED where needed.
  Renamed "source" and "progression" to "fraction".

Show diffs side-by-side

added added

removed removed

Lines of Context:
78
78
                                             PafTransformation *transformation);
79
79
 
80
80
gboolean        paf_animation_has_transformation (PafAnimation *animation,
81
 
                                             PafTransformation *transformation);
 
81
                                    const PafTransformation *transformation);
82
82
 
83
83
PafClock       *paf_animation_get_clock (PafAnimation *animation);
84
84