diff options
author | Matthias Clasen <mclasen@redhat.com> | 2013-02-25 10:38:28 +0100 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2013-02-25 10:54:32 +0100 |
commit | 67635e9177f90218c28f94c1bcc7e72767f5ed47 (patch) | |
tree | 244f55c1e6a6b6e0ddedf656d7da3797901cd215 /gdk/gdkframeclock.h | |
parent | d7184d650065e3f378d5837461bcbc6d3196a541 (diff) | |
download | gtk+-67635e9177f90218c28f94c1bcc7e72767f5ed47.tar.gz |
Include GdkFrameClock in the docs
Make GdkFrameClock and GdkFrameTimings show up in the docs.
A couple of minor doc fixes are also included.
Diffstat (limited to 'gdk/gdkframeclock.h')
-rw-r--r-- | gdk/gdkframeclock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkframeclock.h b/gdk/gdkframeclock.h index 32688cdef6..ea5fdb4bbb 100644 --- a/gdk/gdkframeclock.h +++ b/gdk/gdkframeclock.h @@ -58,7 +58,7 @@ typedef struct _GdkFrameClockClass GdkFrameClockClass; * @GDK_FRAME_CLOCK_PHASE_AFTER_PAINT: corresponds to GdkFrameClock::after-paint. Should not be handled by applications. * * #GdkFrameClockPhase is used to represent the different paint clock - * phases that can be requested. The element of the enumeration + * phases that can be requested. The elements of the enumeration * correspond to the signals of #GdkPaintClock. * * Since: 3.8 |