> However, how do I actually find what APIs are in a windows lib? Are you using Visual Studio or MinGW? With VS you can use 'dumpbin' and MinGW provides 'nm'. dumpbin.exe -headers gobject-2.0.lib nm gobject-2.0.lib HTH Thomas