diff options
Diffstat (limited to 'include/efl.elementary.pxd')
-rw-r--r-- | include/efl.elementary.pxd | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/include/efl.elementary.pxd b/include/efl.elementary.pxd new file mode 100644 index 0000000..57980b2 --- /dev/null +++ b/include/efl.elementary.pxd | |||
@@ -0,0 +1,20 @@ | |||
1 | # Copyright (C) 2007-2015 various contributors (see AUTHORS) | ||
2 | # | ||
3 | # This file is part of Python-EFL. | ||
4 | # | ||
5 | # Python-EFL is free software; you can redistribute it and/or | ||
6 | # modify it under the terms of the GNU Lesser General Public | ||
7 | # License as published by the Free Software Foundation; either | ||
8 | # version 3 of the License, or (at your option) any later version. | ||
9 | # | ||
10 | # Python-EFL is distributed in the hope that it will be useful, | ||
11 | # but WITHOUT ANY WARRANTY; without even the implied warranty of | ||
12 | # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU | ||
13 | # Lesser General Public License for more details. | ||
14 | # | ||
15 | # You should have received a copy of the GNU Lesser General Public License | ||
16 | # along with this Python-EFL. If not, see <http://www.gnu.org/licenses/>. | ||
17 | # | ||
18 | |||
19 | |||
20 | cdef int PY_EFL_ELM_LOG_DOMAIN | ||