-
This is either a bug in vapigen or in graphene's GIRs.
I ran vapigen on the graphene gir and all the `res` arguments had `out unowned` modifiers on them. This causes vala to attempt to double-redirec…
-
As a first step, copy the documentation from the GIRs altering the formatting to make rustdoc happy (change `%FOO` or `@FOO`, etc. to ``FOO``). Apply more processing to taste.
The next goal is having…
-
In `README.md`, it says:
```
#### Optional
* Vala Compiler (vapigen) (for Vala VAPI file)
* libyaml (for DEP-11 support)
```
However, `cd build && cmake ..` doesn't work without yaml-dev in place:…
-
Applies to both AGirs and GrisLite, (possibly Girs4Lirc). Cf https://github.com/bengtmartensson/harctoolboxbundle/issues/92#issuecomment-174245232
For this, there should be a second argument of IrWid…
-
``` toml
[options]
girs_dir = "gir-files"
library = "Gio"
version = "2.0"
min_cfg_version = "2.32"
target_path = "."
work_mode = "normal"
external_libraries = [
"GLib",
"GObject",
]
generate …
-
I'm unfamiliar with gobject-introspection and thus unsure how to find out what's wrong or even fix this build error with 0.9.2:
```
[ 21%] [34m[1mGenerating AppStream-1.0.gir[0m
cd /var/tmp/paludi…
-
After considerable fiddling, I have successfully loaded GirsLite 2015-09-12 into my Arduino Uno using this IR Receiver: http://osepp.com/products/sensors-arduino-compatible/ir-receiver/ (maybe this is…
-
As of [this commit](https://git.gnome.org/browse/gnome-online-accounts/commit/?id=8adb1e6db6b23a01dc3005a7f2d7a577d32ac72e) a few days ago gnome-online-accounts has vala bindings.
In the corresponding…
-
Thank you for producing a _girs_pins_micro.h_ file to support the Pro Micro. I take it from the following section:
```
#ifdef LED
#define SIGNAL_LED_1 2
//#define SIGNAL_LED_1_GND 3
#define SIGNAL_LE…
-
http://www.harctoolbox.org/Girs.html#NamedRemotes
The list of remotes/commands can be either compiled in or read from a file on an SD card.
At least in the first version, no particular attention to …