Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

valabind(1) [debian man page]

valabind(1)						       Valabind manual page						       valabind(1)

NAME
valabind -- vala to swig interface conversor SYNOPSIS
valabind [-e] [-g] [-v] [-x] [-X] [-V vapidir] [-i file] [-o ofile] [-m modname] vapifile DESCRIPTION
Valabind is a program written in Vala that aims to generate SWIG interfaces (.i) from a vala-generated or hand-made vapi files. Create bindings for many programming languages (like python, perl, ruby, lua, ..) interfacing with C or Vala code. Note that list of supported languages in valabind is not the same of swig. This is because not all swig backends are working in the same way. In other words, there are some languages that doesnt generate correct C code in some unhandled situations and depending on the vapi can break. Valabind can be an interesting tool for unit-testing swig and be able to find problems easily. ENVIRONMENT
XDG_DATA_DIRS Standard freedesktop environment variable to point to the share prefix directory where vala looks for vapi files. HYPER-REFERENCES Vala http://live.gnome.org/Vala SWIG http://www.swig.org SEE ALSO
valabind-cc(1) AUTHORS
pancake <@nopcode.org> radare May 11, 2011 radare

Check Out this Related Man Page

vala-gen-project(1)						   USER COMMANDS					       vala-gen-project(1)

NAME
vala-gen-project - generate the and automake skeleton for your vala project SYNOPSIS
vala-gen-project [OPTION...] [NAME] DESCRIPTION
Vala project generator is a little gui or command line utility that creates an automake project skeletoni vala program. It can be used without specifying a project name, so that a gtk+ gui will be presented or directly from the command line. OPTIONS
-?, --help Show help options -p, --projectdir=DIRECTORY Project directory -t, --type=TYPE Project TYPE: gtk+, console -l, --license=TYPE License TYPE: gpl2, gpl3, lgpl2, lgpl2.1, lgpl3, apache2, artistic --version Display version number -a, --author=NAME Author name -e, --email=EMAIL Author email address EXAMPLES
Create a gtk+ project with a gpl2 license and the name valatest vala-gen-project -t gtk+ -l gpl2 valatest EXIT STATUS
vala-gen-project returns a zero exist status if it succeed. Non zero is returned in case of failure. AUTHOR
Andrea Del Signore (sejerpz (at) tin.it) SEE ALSO
valac(1) version 0.1.0 December 24, 2008 vala-gen-project(1)
Man Page