mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2024-11-06 00:30:08 +00:00
Small documentation fixes for frame synchronization
Found by Benjamin Otte
This commit is contained in:
parent
4c9749ee9e
commit
6e986afbae
@ -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,
|
||||
|
@ -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 *
|
||||
|
Loading…
Reference in New Issue
Block a user