~fboucault/paf/documentation_fixes

« back to all changes in this revision

Viewing changes to paf/pafkeyvalue.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:
39
39
}
40
40
 
41
41
PafKeyValue *
42
 
paf_key_value_new (gfloat source,
 
42
paf_key_value_new (gfloat fraction,
43
43
                   GValue *value,
44
44
                   gpointer options)
45
45
{