GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
VALA-GEN-INTROSPECT(1) User Commands VALA-GEN-INTROSPECT(1)

vala-gen-introspect - generate a GI file for GObject and glib based packages

vala-gen-introspect PKGNAME PKGBASE

vala-gen-introspect is a utility which generates GI files from GObject and glib based packages. It can be used in combination with vapigen(1) to generate an API for Vala, and allow its usage in Vala for compiling to native code. PKGNAME is the pkg-config name of the library and PKGBASE specifies the base directory for that package.

gen-introspect [OPTION?]

-h, --help
Show help options

-v, --verbose
Be verbose
-o, --output=FILE
write output here instead of stdout
-n, --namespace=NAMESPACE
Namespace of the module, like 'Gtk'
--shared-library=FILE
Shared library which contains the symbols
--include-idl=IDL
Other gidls to include

https://gitlab.gnome.org/GNOME/vala/issues

https://wiki.gnome.org/Projects/Vala

J??rg Billeter, Raffaele Sandrini.

After compilation, the following command generates a GI for pango: vala-gen-introspect pango packages/pango
This can then be converted to a Vala API as follows:
vapigen --pkg cairo --vapidir . --library pango packages/pango/pango.gi

vapigen (1)
February 2022 gen-introspect 0.48.23

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.