Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/evaporei/gir-test

test GObject introspection
https://github.com/evaporei/gir-test

Last synced: 15 days ago
JSON representation

test GObject introspection

Awesome Lists containing this project

README

        

# gir-test

To generate the `foo.gir` file:

```bash
g-ir-scanner --warn-all --include=GObject-2.0 -I./ --library=foo --library-path=./build/ --pkg=gobject-2.0 --namespace=Foo -o gir-files/foo-1.0.gir foo_double.h foo_double.c
```