Small documentation fixes for frame synchronization

Found by Benjamin Otte
This commit is contained in:
Owen W. Taylor 2013-02-14 13:50:55 -05:00
parent 4c9749ee9e
commit 6e986afbae
2 changed files with 4 additions and 3 deletions

View 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,

View 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 *