gobject-introspection-sample

A GObject Introspection sample C project

OTHER License

Stars
6
Committers
1

GObject Introspection sample

This is a sample C project that uses GObject Introspection.

How to build

% ./autogen.sh
% ./configure --enable-gtk-doc --prefix=/tmp/local
% make
% make install

You can find Sample-1.0.typelib generated by GObject Introspection in /tmp/local/lib/girepository-1.0/.

License

CC0 (Public Domain)