summaryrefslogtreecommitdiff
path: root/doc/edje_examples.dox
diff options
context:
space:
mode:
authorJihoon Kim <jihoon48.kim@samsung.com>2014-01-04 13:25:21 +0900
committerJihoon Kim <jihoon48.kim@samsung.com>2014-01-04 13:25:21 +0900
commit3ebc18731fa3712e9f7b29758908bf19fec7df83 (patch)
treea8aa6907b8c4be867689d02331aab1288e68af7e /doc/edje_examples.dox
parent9637c2b835c4b48b84a4509d57c1af19d1b8608f (diff)
downloadefl-3ebc18731fa3712e9f7b29758908bf19fec7df83.tar.gz
Use key instead of keyname for considering setxkbmap
Diffstat (limited to 'doc/edje_examples.dox')
-rw-r--r--doc/edje_examples.dox6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/edje_examples.dox b/doc/edje_examples.dox
index f44e0fa2f1..c15dfb629d 100644
--- a/doc/edje_examples.dox
+++ b/doc/edje_examples.dox
@@ -119,7 +119,7 @@
* scale). Scaling will be applied to @c "part_one", only, because
* that's the part flagged to be scaled at EDC level:
* @dontinclude edje-basic.c
- * @skip strcmp(ev->keyname, "s") == 0
+ * @skip strcmp(ev->key, "s") == 0
* @until }
*
* Note, finally, that the @c 's' command will depend on the 'r' one
@@ -128,7 +128,7 @@
* scaling factor. Only when the individual one is set to zero, will
* the global one take effect:
* @dontinclude edje-basic.c
- * @skip strcmp(ev->keyname, "r") == 0
+ * @skip strcmp(ev->key, "r") == 0
* @until }
*
*
@@ -810,7 +810,7 @@
* @until }
* @until }
* @dontinclude edje-signals-messages.c
- * @skip keyname, "t"
+ * @skip key, "t"
* @until }
*
* The example's window should look like this picture: