%general-entities; ]> $Date$ gobject-introspection-&gobject-introspection-version; gobject-introspection Introduction to GObject Introspection The GObject Introspection is used to describe the program APIs and collect them in a uniform, machine readable format. &lfs110a_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &gobject-introspection-md5sum; Download size: &gobject-introspection-size; Estimated disk space required: &gobject-introspection-buildsize; Estimated build time: &gobject-introspection-time; Required Optional (required for the tests), (to satisfy one test), , , and Markdown (to satisfy one test) User Notes: Installation of GObject Introspection Install GObject Introspection by running the following commands: mkdir build && cd build && meson --prefix=/usr --buildtype=release .. && ninja To test the results, issue: ninja test. If is installed but the Python 3 module named Markdown (not in BLFS) is not, one test named test_docwriter.py will fail. Now, as the root user: ninja install Command Explanations : Build and install the documentation. : Use cairo for tests. : Install g-ir-doc-tool and run related tests. Contents Installed Program Installed Libraries Installed Directories g-ir-annotation-tool, g-ir-compiler, g-ir-doc-tool, g-ir-generate, g-ir-inspect, and g-ir-scanner libgirepository-1.0.so and _giscanner.&python3-lib-suffix;.so /usr/include/gobject-introspection-1.0, /usr/lib/girepository-1.0, /usr/lib/gobject-introspection, /usr/share/gir-1.0, and /usr/share/gobject-introspection-1.0 Short Descriptions g-ir-annotation-tool creates or extracts annotation data from GI typelibs g-ir-annotation-tool g-ir-compiler converts one or more GIR files into one or more typelib g-ir-compiler g-ir-doc-tool generates Mallard files that can be viewed with yelp or rendered to HTML with yelp-build from yelp-tools g-ir-doc-tool g-ir-inspect is a utility that gives information about a GI typelib g-ir-inspect g-ir-generate is a GIR generator that uses the repository API g-ir-generate g-ir-scanner is a tool which generates GIR XML files by parsing headers and introspecting GObject based libraries g-ir-scanner libgirepository-1.0.so provides an API to access the typelib metadata libgirepository-1.0.so