Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README-gobject-introspection.md | 2015-12-16 | 2.5 kB | |
gobject-introspection_1.32.1_dev_mingw32.7z | 2012-11-19 | 15.4 kB | |
gobject-introspection_1.32.1_dll_win32.7z | 2012-11-19 | 57.6 kB | |
gobject-introspection_1.32.1_doc.7z | 2012-11-19 | 174.2 kB | |
Totals: 4 Items | 249.7 kB | 0 |
GObject introspection is a middleware layer between C libraries (using GObject) and language bindings. The C library can be scanned at compile time and generate a metadata file, in addition to the actual native C library. Then at runtime, language bindings can read this metadata and automatically provide bindings to call into the C library.
Project Pages:
Source:
- Releases:
- Development:
- GitHub: Git, Subversion
Licenses:
Documentation:
Support:
Requires:
Notes:
- Win32 binaries repackaged from: http://lrn.no-ip.info/other/mingw/mingw32/gobject-introspection-1.0/git-740f9368fc75ad95d504c522f1acc71ee9767816-1/
- Not Actual Configured Options (I'm just posting this for reference on how to include Python):
- PYTHON_PREFIX="$PYTHONPATH" -I"$PYTHONPATH/include" -L"$PYTHONPATH/lib"
- Configured Options:
- --build=i686-pc-mingw32: 32-bit build for Win32/MinGW32
- --disable-static --enable-shared: Build shared libs only (.dll)
- *LDFLAGS="-L/usr/local/lib/python2.7": Tell linker where Python libs are located