docs: fix typo in type name

This commit is contained in:
William Jon McCann 2014-01-20 17:01:38 -05:00
parent 43bd9f210c
commit af5ea79f3a

View File

@ -380,7 +380,7 @@ gdk_frame_clock_get_frame_counter (GdkFrameClock *frame_clock)
* gdk_frame_clock_get_history_start: * gdk_frame_clock_get_history_start:
* @frame_clock: a #GdkFrameClock * @frame_clock: a #GdkFrameClock
* *
* #GdkFrameClock internally keeps a history of #GdkFrameTiming * #GdkFrameClock internally keeps a history of #GdkFrameTimings
* objects for recent frames that can be retrieved with * objects for recent frames that can be retrieved with
* gdk_frame_clock_get_timings(). The set of stored frames * gdk_frame_clock_get_timings(). The set of stored frames
* is the set from the counter values given by * is the set from the counter values given by