python-efl/efl/elementary/image.pxd

6 lines
125 B
Cython

from object cimport Object
cdef class Image(Object):
cpdef file_set(self, filename, group = *)
cpdef file_get(self)