summaryrefslogtreecommitdiff
path: root/gtk/gentypefuncs.py
Commit message (Collapse)AuthorAgeFilesLines
* gtk/gentypefuncs.py: Open files in utf-8 encodingChun-wei Fan2017-09-151-1/+7
| | | | | | | | | | On Python-3.x, we need to set the encoding when opening files, when this script is run, as it might contain items that are not supported by the system's locale (for example, non-English Windows). So, we use a wrapper to set the encoding on Python 3.x, but open the file as we did when using Python 2.x, since file encodings are not supported there. https://bugzilla.gnome.org/show_bug.cgi?id=785210
* build: Fix the introspection buildEmmanuele Bassi2017-05-031-1/+1
| | | | | | | | | | | | | GSK has various enumeration types that are currently not used; while they may go away, currently they are built and introspected. If we want the introspection machinery to work, and still use static libraries to build GDK and GSK into the GTK shared library, then we need to reference the get_type() function of these enumeration types somewhere, to avoid the linker discarding it, and thus breaking the build. As luck would have it, we have an autogenerated bit of C that refers to all the get_type() functions in the library; if we add the GSK types to it, then we get the reference we're looking for, and the build succeeds.
* gentypefuncs.py: Use python3Timm Bäder2017-05-031-6/+6
|
* meson: replace gentypefuncs.d with python scriptTim-Philipp Müller2017-05-031-0/+49