![]() |
![]()
| ![]() |
![]()
NAMEgi-decompile-typelib - Typelib decompiler SYNOPSISgi-decompile-typelib [OPTION…] TYPELIB [TYPELIB…] DESCRIPTIONgi-decompile-typelib is a GIR decompiler, using the repository API. It generates GIR XML files from the compiled binary typelib format. The output will be written to standard output unless the --output is specified. The binary typelib format stores a subset of the information available in GIR XML, so not all typelibs can be decompiled in this way, and the resulting GIR XML might be incomplete. Normally, GIR XML should be generated from source code, headers and shared libraries using <g-ir-scanner(1)> instead of using this tool. OPTIONS
EXAMPLE
$libdir/girepository-1.0/Gio-2.0.typelib
$ diff -u /usr/share/gir-1.0/Gio-2.0.gir Gio-2.0.gir You will see that the original GIR XML contains much more information than the decompiled typelib. BUGSReport bugs at <https://gitlab.gnome.org/GNOME/glib/-/issues> HOMEPAGE AND CONTACT<https://gi.readthedocs.io/> AUTHORSMatthias Clasen
|