diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:49:43 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-19 18:56:05 -0500 |
commit | 469d333aa27c67f7d9b2f3923d62fef8519ff2ba (patch) | |
tree | acacd39d222efb5f22738a36115ed946c43f7797 /gdk/gdkframeclock.c | |
parent | a6084e264de0c1471ba93a20dd74f19c92a8afc6 (diff) | |
download | gtk+-469d333aa27c67f7d9b2f3923d62fef8519ff2ba.tar.gz |
docs: use Returns: consistently
Instead of Return value:
Diffstat (limited to 'gdk/gdkframeclock.c')
-rw-r--r-- | gdk/gdkframeclock.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index 6a76cfa1aa..3a7bb24145 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -259,7 +259,7 @@ gdk_frame_clock_init (GdkFrameClock *clock) * time. * * Since: 3.8 - * Return value: a timestamp in microseconds, in the timescale of + * Returns: a timestamp in microseconds, in the timescale of * of g_get_monotonic_time(). */ gint64 @@ -387,7 +387,7 @@ gdk_frame_clock_get_frame_counter (GdkFrameClock *frame_clock) * gdk_frame_clock_get_history_start() and * gdk_frame_clock_get_frame_counter(), inclusive. * - * Return value: the frame counter value for the oldest frame + * Returns: the frame counter value for the oldest frame * that is available in the internal frame history of the * #GdkFrameClock. * Since: 3.8 @@ -436,7 +436,7 @@ _gdk_frame_clock_begin_frame (GdkFrameClock *frame_clock) * for the current frame or a recent frame. The #GdkFrameTimings * object may not yet be complete: see gdk_frame_timings_get_complete(). * - * Return value: the #GdkFrameTimings object for the specified + * Returns: the #GdkFrameTimings object for the specified * frame, or %NULL if it is not available. See * gdk_frame_clock_get_history_start(). * Since: 3.8 |