forked from AuroraMiddleware/gtk
Merge branch 'get-timings-transfer-3' into 'gtk-3-24'
g-i: Add transfer none annotations for frame clock timings getters See merge request GNOME/gtk!512
This commit is contained in:
commit
a0129f556b
@ -442,8 +442,8 @@ _gdk_frame_clock_begin_frame (GdkFrameClock *frame_clock)
|
|||||||
* for the current frame or a recent frame. The #GdkFrameTimings
|
* for the current frame or a recent frame. The #GdkFrameTimings
|
||||||
* object may not yet be complete: see gdk_frame_timings_get_complete().
|
* object may not yet be complete: see gdk_frame_timings_get_complete().
|
||||||
*
|
*
|
||||||
* Returns: (nullable): the #GdkFrameTimings object for the specified
|
* Returns: (nullable) (transfer none): the #GdkFrameTimings object for
|
||||||
* frame, or %NULL if it is not available. See
|
* the specified frame, or %NULL if it is not available. See
|
||||||
* gdk_frame_clock_get_history_start().
|
* gdk_frame_clock_get_history_start().
|
||||||
* Since: 3.8
|
* Since: 3.8
|
||||||
*/
|
*/
|
||||||
@ -475,10 +475,10 @@ gdk_frame_clock_get_timings (GdkFrameClock *frame_clock,
|
|||||||
*
|
*
|
||||||
* Gets the frame timings for the current frame.
|
* Gets the frame timings for the current frame.
|
||||||
*
|
*
|
||||||
* Returns: (nullable): the #GdkFrameTimings for the frame currently
|
* Returns: (nullable) (transfer none): the #GdkFrameTimings for the
|
||||||
* being processed, or even no frame is being processed, for the
|
* frame currently being processed, or even no frame is being
|
||||||
* previous frame. Before any frames have been processed, returns
|
* processed, for the previous frame. Before any frames have been
|
||||||
* %NULL.
|
* processed, returns %NULL.
|
||||||
* Since: 3.8
|
* Since: 3.8
|
||||||
*/
|
*/
|
||||||
GdkFrameTimings *
|
GdkFrameTimings *
|
||||||
|
Loading…
Reference in New Issue
Block a user