ecore-wayland: Add since tag to new ecore_wl_window_xdg_surface_get() function
authorStefan Schmidt <s.schmidt@samsung.com>
Fri, 24 Oct 2014 12:28:02 +0000 (14:28 +0200)
committerStefan Schmidt <s.schmidt@samsung.com>
Fri, 24 Oct 2014 12:43:27 +0000 (14:43 +0200)
src/lib/ecore_wayland/Ecore_Wayland.h

index 790ce0c9fd8a64fcdf6a2d0102a86f0b5e5cf848..78308b9f951d9ff21d0cb806ffd19c8fb882886a 100644 (file)
@@ -567,7 +567,7 @@ EAPI void ecore_wl_window_update_size(Ecore_Wl_Window *win, int w, int h);
 EAPI void ecore_wl_window_update_location(Ecore_Wl_Window *win, int x, int y);
 EAPI struct wl_surface *ecore_wl_window_surface_get(Ecore_Wl_Window *win);
 EAPI struct wl_shell_surface *ecore_wl_window_shell_surface_get(Ecore_Wl_Window *win);
-EAPI struct xdg_surface *ecore_wl_window_xdg_surface_get(Ecore_Wl_Window *win);
+EAPI struct xdg_surface *ecore_wl_window_xdg_surface_get(Ecore_Wl_Window *win); /** @since 1.12 */
 EAPI Ecore_Wl_Window *ecore_wl_window_find(unsigned int id);
 EAPI void ecore_wl_window_type_set(Ecore_Wl_Window *win, Ecore_Wl_Window_Type type);
 EAPI void ecore_wl_window_pointer_set(Ecore_Wl_Window *win, struct wl_surface *surface, int hot_x, int hot_y);