python-efl/include/efl.ethumb.pxd

23 lines
842 B
Cython
Raw Normal View History

2016-08-12 15:13:30 -07:00
# Copyright (C) 2007-2016 various contributors (see AUTHORS)
2014-04-11 08:12:49 -07:00
#
# This file is part of Python-EFL.
2014-04-11 08:12:49 -07:00
#
# Python-EFL is free software; you can redistribute it and/or
2014-04-11 08:12:49 -07:00
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 3 of the License, or (at your option) any later version.
2014-04-11 08:12:49 -07:00
#
# Python-EFL is distributed in the hope that it will be useful,
2014-04-11 08:12:49 -07:00
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public License
# along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>.
2014-04-11 08:12:49 -07:00
from efl.c_ethumb cimport Ethumb as cEthumb
2014-04-11 08:12:49 -07:00
cdef class Ethumb:
cdef cEthumb *obj