From d2adbad408936fa9b40c95cfd6ce040d0d2d1360 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 29 Oct 2020 13:57:00 -0400 Subject: [PATCH] docs: Tweak frame clock docs --- gdk/gdkframeclock.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/gdk/gdkframeclock.c b/gdk/gdkframeclock.c index 4d05da780c..5e4492744c 100644 --- a/gdk/gdkframeclock.c +++ b/gdk/gdkframeclock.c @@ -29,11 +29,11 @@ /** * SECTION:gdkframeclock - * @Short_description: Frame clock syncs painting to a window or display - * @Title: Frame clock + * @Title: GdkFrameClock + * @Short_description: Synchronizes painting to a surface * - * A #GdkFrameClock tells the application when to update and repaint a - * window. This may be synced to the vertical refresh rate of the + * A #GdkFrameClock tells the application when to update and repaint + * a surface. This may be synced to the vertical refresh rate of the * monitor, for example. Even when the frame clock uses a simple timer * rather than a hardware-based vertical sync, the frame clock helps * because it ensures everything paints at the same time (reducing the