stefan pushed a commit to branch master.

http://git.enlightenment.org/core/efl.git/commit/?id=016f34059cd743a09e05b870ae196dfc6652105b

commit 016f34059cd743a09e05b870ae196dfc6652105b
Author: Stefan Schmidt <ste...@osg.samsung.com>
Date:   Thu Jul 23 11:51:08 2015 +0200

    ecore_x: Add since 1.15 tag for keyrouter API additions
---
 src/lib/ecore_x/Ecore_X.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index f933aee..8b66d52 100644
--- a/src/lib/ecore_x/Ecore_X.h
+++ b/src/lib/ecore_x/Ecore_X.h
@@ -2738,8 +2738,8 @@ EAPI Eina_Bool                             
ecore_x_window_keygrab_set(Ecore_X_Wi
 EAPI Eina_Bool                             
ecore_x_window_keygrab_unset(Ecore_X_Window win, const char *key, int mod, int 
any_mod);
 
 //this API for keyrouter protocol
-EAPI void                                  
ecore_x_e_keyrouter_set(Ecore_X_Window root, Eina_Bool on); //Key router set 
keyrouter flag using this
-EAPI Eina_Bool                             
ecore_x_e_keyrouter_get(Ecore_X_Window root); //Client check the existance of 
keyrouter using this
+EAPI void                                  
ecore_x_e_keyrouter_set(Ecore_X_Window root, Eina_Bool on); /**< @since 1.15 */ 
//Key router set keyrouter flag using this
+EAPI Eina_Bool                             
ecore_x_e_keyrouter_get(Ecore_X_Window root); /**< @since 1.15 */ //Client 
check the existance of keyrouter using this
 
 #include <Ecore_X_Atoms.h>
 #include <Ecore_X_Cursor.h>

-- 


Reply via email to