From 71b1576bc53572c7333b6e41e1c88ba3458f284b Mon Sep 17 00:00:00 2001 From: Rafael Antognolli Date: Thu, 28 Feb 2013 18:17:26 -0300 Subject: [PATCH] ecore/wayland: Adjust @since versions to 1.7.6. Since these API's were backported to 1.7.6, we must fix the doc strings. --- src/lib/ecore_wayland/Ecore_Wayland.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/lib/ecore_wayland/Ecore_Wayland.h b/src/lib/ecore_wayland/Ecore_Wayland.h index ad156ae..38983f6 100644 --- a/src/lib/ecore_wayland/Ecore_Wayland.h +++ b/src/lib/ecore_wayland/Ecore_Wayland.h @@ -33,7 +33,7 @@ extern "C" { typedef struct _Ecore_Wl_Display Ecore_Wl_Display; typedef struct _Ecore_Wl_Output Ecore_Wl_Output; typedef struct _Ecore_Wl_Input Ecore_Wl_Input; -typedef struct _Ecore_Wl_Global Ecore_Wl_Global; /** @since 1.8 */ +typedef struct _Ecore_Wl_Global Ecore_Wl_Global; /** @since 1.7.6 */ # ifndef _ECORE_WAYLAND_WINDOW_PREDEF typedef struct _Ecore_Wl_Window Ecore_Wl_Window; @@ -76,7 +76,7 @@ enum _Ecore_Wl_Window_Buffer_Type typedef enum _Ecore_Wl_Window_Type Ecore_Wl_Window_Type; typedef enum _Ecore_Wl_Window_Buffer_Type Ecore_Wl_Window_Buffer_Type; -/** @since 1.8 */ +/** @since 1.7.6 */ struct _Ecore_Wl_Global { unsigned int id; @@ -106,7 +106,7 @@ struct _Ecore_Wl_Display struct wl_list inputs; struct wl_list outputs; - struct wl_list globals; /** @since 1.8 */ + struct wl_list globals; /** @since 1.7.6 */ struct { @@ -497,7 +497,7 @@ EAPI struct wl_list *ecore_wl_outputs_get(void); * @return The current wayland globals interface list * * @ingroup Ecore_Wl_Display_Group - * @since 1.8 + * @since 1.7.6 */ EAPI struct wl_list *ecore_wl_globals_get(void); @@ -507,7 +507,7 @@ EAPI struct wl_list *ecore_wl_globals_get(void); * @return The current wayland registry * * @ingroup Ecore_Wl_Display_Group - * @since 1.8 + * @since 1.7.6 */ EAPI struct wl_registry *ecore_wl_registry_get(void); -- 2.7.4