Which lib is it in

Thomas Flüeli tflueeli at gmail.com
Thu Jul 28 11:06:36 PDT 2011


> 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


More information about the gstreamer-devel mailing list