This is an automated email from the git hooks/post-receive script.
git pushed a commit to branch master
in repository efl.
View the commit online.
commit ca309b2e52c6a684e5044fa4d30169369f2bed2e
Author: Swagtoy <m...@ow.swag.toys>
AuthorDate: Sat Jun 28 06:14:16 2025 -0400
Ecore_X: Add @since
---
src/lib/ecore_x/Ecore_X.h | 2 ++
src/lib/ecore_x/ecore_x.c | 2 ++
2 files changed, 4 insertions(+)
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index e76b283d24..0e52f5f2c8 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -2066,7 +2066,9 @@ EAPI void ecore_x_window_button_ungrab(Ecore_X_Window win, int butto
EAPI void ecore_x_window_key_grab(Ecore_X_Window win, const char *key, int mod, int any_mod);
EAPI void ecore_x_window_key_ungrab(Ecore_X_Window win, const char *key, int mod, int any_mod);
+/**< @since 1.29 */
EAPI Eina_Bool ecore_x_keyboard_repeat_set(Ecore_X_Keyboard_Repeat *repeat);
+/**< @since 1.29 */
EAPI Eina_Bool ecore_x_keyboard_repeat_get(Ecore_X_Keyboard_Repeat *repeat);
EAPI void ecore_x_focus_reset(void);
diff --git a/src/lib/ecore_x/ecore_x.c b/src/lib/ecore_x/ecore_x.c
index 8bb6ceb042..6386602063 100644
--- a/src/lib/ecore_x/ecore_x.c
+++ b/src/lib/ecore_x/ecore_x.c
@@ -2123,6 +2123,7 @@ _ecore_x_key_grab_resume(void)
* @param repeat Values to set
*
* @return @c EINA_TRUE on success, @c EINA_FALSE otherwise.
+ * @since 1.29
*/
EAPI Eina_Bool
ecore_x_keyboard_repeat_set(Ecore_X_Keyboard_Repeat *repeat)
@@ -2156,6 +2157,7 @@ ecore_x_keyboard_repeat_set(Ecore_X_Keyboard_Repeat *repeat)
* @param repeat Pointer to struct to fill parameters in.
*
* @return @c EINA_TRUE on success, @c EINA_FALSE otherwise.
+ * @since 1.29
*/
EAPI Eina_Bool
ecore_x_keyboard_repeat_get(Ecore_X_Keyboard_Repeat *repeat)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.