summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schmidt <stefan@osg.samsung.com>2015-07-23 11:51:08 +0200
committerStefan Schmidt <stefan@osg.samsung.com>2015-07-23 12:19:13 +0200
commit016f34059cd743a09e05b870ae196dfc6652105b (patch)
treeed77f5b04b4e930b0d9a649fb84b1c1598eebc52
parent03b141642645400fccbc19bebb18a3a685d35402 (diff)
downloadefl-016f34059cd743a09e05b870ae196dfc6652105b.tar.gz
ecore_x: Add since 1.15 tag for keyrouter API additions
-rw-r--r--src/lib/ecore_x/Ecore_X.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lib/ecore_x/Ecore_X.h b/src/lib/ecore_x/Ecore_X.h
index f933aeea40..8b66d526cc 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>