]> Pileus Git - ~andy/gtk/commitdiff
Small documentation fixes for frame synchronization
authorOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 18:50:55 +0000 (13:50 -0500)
committerOwen W. Taylor <otaylor@fishsoup.net>
Thu, 14 Feb 2013 22:19:53 +0000 (17:19 -0500)
Found by Benjamin Otte

gdk/gdkframeclock.h
gtk/gtkstylecontext.c

index 7b011caa25324edbc17c74a59eeb85cebdb04159..f6529795afa51465645757c4e4b2235171662d9a 100644 (file)
@@ -50,7 +50,7 @@ typedef struct _GdkFrameClockClass         GdkFrameClockClass;
  * GdkFrameClockPhase:
  * @GDK_FRAME_CLOCK_PHASE_NONE: no phase
  * @GDK_FRAME_CLOCK_PHASE_FLUSH_EVENTS: corresponds to GdkFrameClock::flush-events. Should not be handled by applications.
- * @GDK_FRAME_CLOCK_PHASE_BEFORE_PAINT: corresponds to GdkFrameClock::flush-events. Should not be handled by applications.
+ * @GDK_FRAME_CLOCK_PHASE_BEFORE_PAINT: corresponds to GdkFrameClock::before-paint. Should not be handled by applications.
  * @GDK_FRAME_CLOCK_PHASE_UPDATE: corresponds to GdkFrameClock::update.
  * @GDK_FRAME_CLOCK_PHASE_LAYOUT: corresponds to GdkFrameClock::layout.
  * @GDK_FRAME_CLOCK_PHASE_PAINT: corresponds to GdkFrameClock::paint.
@@ -61,7 +61,7 @@ typedef struct _GdkFrameClockClass         GdkFrameClockClass;
  * phases that can be requested. The element of the enumeration
  * correspond to the signals of #GdkPaintClock.
  *
- * Since: 3.4
+ * Since: 3.8
  **/
 typedef enum {
   GDK_FRAME_CLOCK_PHASE_NONE          = 0,
index a57873cae7c6d05c08a17091111074ff72de3190..7fa5ee7ba18c6affcff692cff228819bbf18e886 100644 (file)
@@ -2676,7 +2676,8 @@ gtk_style_context_set_frame_clock (GtkStyleContext *context,
  *
  * Returns the #GdkFrameClock to which @context is attached.
  *
- * Returns: (transfer none): a #GdkFrameClock.
+ * Returns: (transfer none): a #GdkFrameClock, or %NULL
+ *  if @context does not have an attached frame clock.
  * Since: 3.8
  **/
 GdkFrameClock *