Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 457 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 457 Bytes

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)