diff options
author | Dave Andreoli <dave@gurumeditation.it> | 2016-04-24 12:11:07 +0200 |
---|---|---|
committer | Dave Andreoli <dave@gurumeditation.it> | 2016-04-24 12:11:07 +0200 |
commit | aba525063456cc11aff46c9c8968749ae2bf8fa8 (patch) | |
tree | 318f7ab785cc513969a4cfc7ce9096c0bc13cde7 /include/efl.c_eo.pxd | |
parent | 41c1779e81eb4388528bed6054855206c017f317 (diff) |
Follow recent Eo changes
Diffstat (limited to 'include/efl.c_eo.pxd')
-rw-r--r-- | include/efl.c_eo.pxd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/efl.c_eo.pxd b/include/efl.c_eo.pxd index 390435f..492bd4e 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd | |||
@@ -112,7 +112,7 @@ cdef extern from "Eo.h": | |||
112 | 112 | ||
113 | void eo_key_data_set(Eo *obj, const char *key, const void *data) | 113 | void eo_key_data_set(Eo *obj, const char *key, const void *data) |
114 | void *eo_key_data_get(Eo *obj, const char *key) | 114 | void *eo_key_data_get(Eo *obj, const char *key) |
115 | void eo_key_data_del(Eo *obj, const char *key) | 115 | void eo_key_del(Eo *obj, const char *key) |
116 | 116 | ||
117 | const Eo_Class *eo_class_get(const Eo *obj) | 117 | const Eo_Class *eo_class_get(const Eo *obj) |
118 | const char *eo_class_name_get(const Eo_Class *klass) | 118 | const char *eo_class_name_get(const Eo_Class *klass) |