~fboucault/paf/documentation_fixes

« back to all changes in this revision

Viewing changes to paf/paftransformation.c

  • 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:
93
93
 
94
94
gboolean
95
95
paf_transformation_has_modifier (PafTransformation *transformation,
96
 
                                  PafModifier *modifier)
 
96
                                 const PafModifier *modifier)
97
97
{
98
98
    return FALSE;
99
99
}
100
100
 
101
101
gboolean
102
102
paf_transformation_update (PafTransformation *transformation,
103
 
                           gfloat source)
 
103
                           gfloat fraction)
104
104
{
105
105
    return FALSE;
106
106
}