diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-02-25 10:57:34 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-02-25 10:57:34 +0100 |
commit | 4fa8029906e6d6eaef23f23b191cead160688a67 (patch) | |
tree | 80dd7acf32ee46e28da186ae63df17f4a2f06c4e /gdk/gdkframeclock.c | |
parent | 6fd897bb100995333ca2ec73667a8d9d21c83862 (diff) | |
download | gtk+-4fa8029906e6d6eaef23f23b191cead160688a67.tar.gz |
Fix a few more doc issues
Diffstat (limited to 'gdk/gdkframeclock.c')
-rw-r--r-- | gdk/gdkframeclock.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 |