Texplore 0.2 review

Download
by rbytes.net on

Texplore is a type explorer for GObject based libraries

License: GPL (GNU General Public License)
File size: 103K
Developer: Muthiah Annamalai
0 stars award from rbytes.net

Texplore is a type explorer for GObject based libraries. You can see what signals, properties, and other things are present in each type, its parents, and its children.

It's similar to System.Reflection.Emit from Mono, only it uses the GObject library's API and introspection capabilites.

Installation:

./autogen.sh
./configure --prefix=/tmp
make
make install
$/tmp/bin/texplore & #yove done it

Texplore 0.2 keywords