wayland: Remove now removed CLUTTER_AVAILABLE_ API annotations

In 00bee5f the API annotations were removed as the API is refreshed from
the start. This change removes the annotations from the Wayland API.

https://bugzilla.gnome.org/show_bug.cgi?id=703202
This commit is contained in:
Rob Bradford 2013-06-27 17:46:35 +01:00
parent 2f95de91c4
commit c3be92a30c

View File

@ -40,13 +40,10 @@
#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