Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/evaporei/gir-test
- Owner: evaporei
- Created: 2023-07-18T17:40:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-07-18T18:46:49.000Z (over 1 year ago)
- Last Synced: 2024-10-10T20:19:54.610Z (about 1 month ago)
- Language: C
- Size: 603 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```