summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLauro Moura <lauromoura@expertisesolutions.com.br>2019-08-28 10:21:18 +0200
committerDaniel Kolesa <d.kolesa@samsung.com>2019-08-28 10:21:18 +0200
commit3edffc0c73d4285c9b4d9521b3c882fbc01d1687 (patch)
tree19d226fee1bebca516ff17ae0cd836ac069c6387
parentf951ba50761eecaffe06b0927e759167f28b023f (diff)
downloadefl-3edffc0c73d4285c9b4d9521b3c882fbc01d1687.tar.gz
pyolian: Update after event and binbuf keywords
Reviewers: q66, DaveMDS Reviewed By: q66 Subscribers: cedric, #reviewers, #committers Tags: #efl Differential Revision: https://phab.enlightenment.org/D9626
-rw-r--r--src/scripts/pyolian/eolian.py14
1 files changed, 8 insertions, 6 deletions
diff --git a/src/scripts/pyolian/eolian.py b/src/scripts/pyolian/eolian.py
index 8ec4716a67..22e84e556f 100644
--- a/src/scripts/pyolian/eolian.py
+++ b/src/scripts/pyolian/eolian.py
@@ -131,14 +131,16 @@ class Eolian_Type_Builtin_Type(IntEnum):
ANY_VALUE = 40
ANY_VALUE_PTR = 41
+ BINBUF = 42
+ EVENT = 43
- MSTRING = 42
- STRING = 43
- STRINGSHARE = 44
- STRBUF = 45
+ MSTRING = 44
+ STRING = 45
+ STRINGSHARE = 46
+ STRBUF = 47
- VOID_PTR = 46
- FREE_CB = 47
+ VOID_PTR = 48
+ FREE_CB = 49
class Eolian_C_Type_Type(IntEnum):
DEFAULT = 0