summaryrefslogtreecommitdiff
path: root/girepository/girepository.symbols
Commit message (Collapse)AuthorAgeFilesLines
* GIRepository: add API for extending library pathsGiovanni Campagna2013-02-241-0/+1
| | | | | | | | | | Previously we would require applications that shipped with private typelibs to add the private path to LD_LIBRARY_PATH, or to have a launcher binary with the right RPATH. Now they can just call GIRepository.prepend_library_path() before they access the module. https://bugzilla.gnome.org/show_bug.cgi?id=694485
* build: Properly export g_interface_info_find_signalTorsten Schönfeld2013-01-071-0/+1
| | | | It was missing from girepository.symbols.
* girepository: Use girepository.symbols for Unix builds tooColin Walters2012-10-271-37/+2
| | | | | | | | Rather than having a regex for both builds, but *also* use a symbol file for the MSVC build which would bitrot quickly, force us to update the .symbols file by using it for Unix too. Add some missing symbols.
* Add girepository.symbolsChun-wei Fan2012-10-271-0/+229
This is the listing of symbols to export from the main libgirepository .dll/.so. This is used for example to generate the .lib file from the Windows DLL. https://bugzilla.gnome.org/show_bug.cgi?id=681820