derekf pushed a commit to branch master. http://git.enlightenment.org/core/efl.git/commit/?id=3fba59386b61aeb59206a77b64731751e82d6d62
commit 3fba59386b61aeb59206a77b64731751e82d6d62 Author: Derek Foreman <[email protected]> Date: Fri Sep 29 12:56:10 2017 -0500 ecore_wl2: Fix some @since tags 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 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/lib/ecore_wl2/Ecore_Wl2.h b/src/lib/ecore_wl2/Ecore_Wl2.h index 00fe79965e..5fa44cce20 100644 --- a/src/lib/ecore_wl2/Ecore_Wl2.h +++ b/src/lib/ecore_wl2/Ecore_Wl2.h @@ -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); --
