~fboucault/paf/documentation_fixes

« back to all changes in this revision

Viewing changes to paf/pafticker.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:
167
167
 * @returns: %TRUE if @clock is maintained by @ticker, %FALSE otherwise.
168
168
 */
169
169
gboolean
170
 
paf_ticker_has_clock   (PafTicker *ticker, PafClock *clock)
 
170
paf_ticker_has_clock   (PafTicker *ticker, const PafClock *clock)
171
171
{
172
172
    return FALSE;
173
173
}