wayland: Add API version annotations
Version numbers have been derived from source code comment blocks.
This commit is contained in:
parent
55ec9f57db
commit
6e6e69c84d
@ -271,6 +271,8 @@ clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage)
|
|||||||
* platform. Calling this function at any other time will return %NULL.
|
* platform. Calling this function at any other time will return %NULL.
|
||||||
*
|
*
|
||||||
* Returns: (transfer none): the Wayland surface associated with @stage
|
* Returns: (transfer none): the Wayland surface associated with @stage
|
||||||
|
*
|
||||||
|
* Since: 1.10
|
||||||
*/
|
*/
|
||||||
struct wl_surface *
|
struct wl_surface *
|
||||||
clutter_wayland_stage_get_wl_surface (ClutterStage *stage)
|
clutter_wayland_stage_get_wl_surface (ClutterStage *stage)
|
||||||
|
@ -40,8 +40,13 @@
|
|||||||
#include <clutter/clutter.h>
|
#include <clutter/clutter.h>
|
||||||
G_BEGIN_DECLS
|
G_BEGIN_DECLS
|
||||||
|
|
||||||
|
CLUTTER_AVAILABLE_IN_1_10
|
||||||
struct wl_seat *clutter_wayland_input_device_get_wl_seat (ClutterInputDevice *device);
|
struct wl_seat *clutter_wayland_input_device_get_wl_seat (ClutterInputDevice *device);
|
||||||
|
|
||||||
|
CLUTTER_AVAILABLE_IN_1_10
|
||||||
struct wl_shell_surface *clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage);
|
struct wl_shell_surface *clutter_wayland_stage_get_wl_shell_surface (ClutterStage *stage);
|
||||||
|
|
||||||
|
CLUTTER_AVAILABLE_IN_1_10
|
||||||
struct wl_surface *clutter_wayland_stage_get_wl_surface (ClutterStage *stage);
|
struct wl_surface *clutter_wayland_stage_get_wl_surface (ClutterStage *stage);
|
||||||
G_END_DECLS
|
G_END_DECLS
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user