Fix a few more doc issues

This commit is contained in:
Matthias Clasen
2013-02-25 10:57:34 +01:00
parent 6fd897bb10
commit 4fa8029906
2 changed files with 2 additions and 1 deletions

View File

@ -280,6 +280,7 @@ gdk_frame_clock_get_frame_time (GdkFrameClock *frame_clock)
/** /**
* gdk_frame_clock_request_phase: * gdk_frame_clock_request_phase:
* @frame_clock: a #GdkFrameClock * @frame_clock: a #GdkFrameClock
* @phase: the phase that is requested
* *
* Asks the frame clock to run a particular phase. The signal * Asks the frame clock to run a particular phase. The signal
* corresponding the requested phase will be emitted the next * corresponding the requested phase will be emitted the next

View File

@ -106,7 +106,7 @@ gdk_frame_timings_get_frame_counter (GdkFrameTimings *timings)
} }
/** /**
* gdk_frame_timings_complete: * gdk_frame_timings_get_complete:
* @timings: a #GdkFrameTimings * @timings: a #GdkFrameTimings
* *
* The timing information in a #GdkFrameTimings is filled in * The timing information in a #GdkFrameTimings is filled in