diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index fb3e530d59..29dd5a281b 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -280,6 +280,7 @@ gdk_frame_clock_get_frame_time (GdkFrameClock *frame_clock) /** * gdk_frame_clock_request_phase: * @frame_clock: a #GdkFrameClock + * @phase: the phase that is requested * * Asks the frame clock to run a particular phase. The signal * corresponding the requested phase will be emitted the next diff --git a/gdk/gdkframetimings.c b/gdk/gdkframetimings.c index 65a32466bc..ca79914a21 100644 --- a/gdk/gdkframetimings.c +++ b/gdk/gdkframetimings.c @@ -106,7 +106,7 @@ gdk_frame_timings_get_frame_counter (GdkFrameTimings *timings) } /** - * gdk_frame_timings_complete: + * gdk_frame_timings_get_complete: * @timings: a #GdkFrameTimings * * The timing information in a #GdkFrameTimings is filled in