ecore_wl2: Fix some @since tags
authorDerek Foreman <derekf@osg.samsung.com>
Fri, 29 Sep 2017 17:56:10 +0000 (12:56 -0500)
committerDerek Foreman <derekf@osg.samsung.com>
Thu, 12 Oct 2017 17:24:03 +0000 (12:24 -0500)
Seems my brain missed the efl release and started tagging new API
incorrectly in the doxy.

This is all beta API that should probably only be used by other EFL
internals anyway, but I suppose it's a good idea to try to be somewhat
correct.

src/lib/ecore_wl2/Ecore_Wl2.h

index 00fe799..5fa44cc 100644 (file)
@@ -1888,7 +1888,7 @@ EAPI void ecore_wl2_session_recovery_disable(void);
  * @surface surface to commit
  * @flush EINA_TRUE if we need to flush immediately.
  *
- * @since 1.20
+ * @since 1.21
  */
 EAPI void ecore_wl2_window_commit(Ecore_Wl2_Window *window, Eina_Bool flush);
 
@@ -1900,7 +1900,7 @@ EAPI void ecore_wl2_window_commit(Ecore_Wl2_Window *window, Eina_Bool flush);
  *
  * @return whether the window's surface is pending or not.
  *
- * @since 1.20
+ * @since 1.21
  */
 EAPI Eina_Bool ecore_wl2_window_pending_get(Ecore_Wl2_Window *window);
 
@@ -1911,7 +1911,7 @@ EAPI Eina_Bool ecore_wl2_window_pending_get(Ecore_Wl2_Window *window);
  * @cb The callback
  * @data user data to provide to the callback handler
  *
- * @since 1.20
+ * @since 1.21
  */
 EAPI Ecore_Wl2_Frame_Cb_Handle *ecore_wl2_window_frame_callback_add(Ecore_Wl2_Window *window, Ecore_Wl2_Frame_Cb cb, void *data);
 
@@ -1921,7 +1921,7 @@ EAPI Ecore_Wl2_Frame_Cb_Handle *ecore_wl2_window_frame_callback_add(Ecore_Wl2_Wi
  * @window the window to add a callback on
  * @cb The callback handle
  *
- * @since 1.20
+ * @since 1.21
  */
 EAPI void ecore_wl2_window_frame_callback_del(Ecore_Wl2_Frame_Cb_Handle *handle);
 
@@ -1939,7 +1939,7 @@ EAPI void ecore_wl2_window_frame_callback_del(Ecore_Wl2_Frame_Cb_Handle *handle)
  * @y y offset from corner
  * @implicit true if an external library is doing the actual attaching
  *
- * @since 1.20
+ * @since 1.21
  */
 EAPI void ecore_wl2_window_buffer_attach(Ecore_Wl2_Window *win, void *buffer, int x, int y, Eina_Bool implicit);
 
@@ -1951,7 +1951,7 @@ EAPI void ecore_wl2_window_buffer_attach(Ecore_Wl2_Window *win, void *buffer, in
  * as after a commit.
  *
  * @param display
- * @since 1.20
+ * @since 1.21
  */
 EAPI void ecore_wl2_display_flush(Ecore_Wl2_Display *display);