diff options
author | Kai Huuhko <kai.huuhko@gmail.com> | 2015-06-01 17:59:47 +0300 |
---|---|---|
committer | Kai Huuhko <kai.huuhko@gmail.com> | 2015-06-01 17:59:47 +0300 |
commit | 37930f389d31c40a6ec90a6c154ffa574ad96ce7 (patch) | |
tree | 8ed722d5fb6a1ffc0ccffad0eba74dab570e5fb1 /include | |
parent | ac685358bd7e229d0c3f974fb5b24b24892a0a72 (diff) |
Follow recent changes in Eo
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 | ||