diff options
Diffstat (limited to '')
-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 bc80e62..11cb094 100644 --- a/include/efl.c_eo.pxd +++ b/include/efl.c_eo.pxd | |||
@@ -103,7 +103,7 @@ cdef extern from "Eo.h": | |||
103 | void *eo_do_ret(Eo *obj, ...) | 103 | void *eo_do_ret(Eo *obj, ...) |
104 | const Eo_Class *eo_base_class_get() | 104 | const Eo_Class *eo_base_class_get() |
105 | 105 | ||
106 | void eo_key_data_set(const char *key, const void *data, eo_key_data_free_func free_func) | 106 | void eo_key_data_set(const char *key, const void *data) |
107 | void *eo_key_data_get(const char *key) | 107 | void *eo_key_data_get(const char *key) |
108 | void eo_key_data_del(const char *key) | 108 | void eo_key_data_del(const char *key) |
109 | 109 | ||