Fix up s/gtk_frame_clock/gdk_frame_clock/ in docs

This commit is contained in:
Alexander Larsson 2013-02-15 14:02:02 +01:00
parent 19784959e0
commit c6c33c5cd7

View File

@ -4623,9 +4623,9 @@ static guint tick_callback_id;
* then you will have to call gtk_widget_queue_resize() or
* gtk_widget_queue_draw_area() yourself.
*
* gtk_frame_clock_get_frame_time() should generally be used for timing
* gdk_frame_clock_get_frame_time() should generally be used for timing
* continuous animations and
* gtk_frame_timings_get_predicted_presentation_time() if you are
* gdk_frame_timings_get_predicted_presentation_time() if you are
* trying to display isolated frames particular times.
*
* This is a more convenient alternative to connecting directly to the