Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXY
          ]
        
        gobject-introspection - machine readable format
        
        
        - Description:
- There's an XML format called GIR used by GObjectIntrospection.  The
purpose of it is to provide a common structure to access the complete
available API that a library or other unit of code exports.  It is
meant to be language agnostic using namespaces to separate core,
language or library specific functionality.  There are currently only
C based tools that work on the format, but it's meant to be usable to
use in other situations, for instance to/from another set of
languages. 
Packages