Skip to content

girepository: Use standard types instead of glib specific

Marco Trevisan requested to merge 3v1n0/glib:gir-standard-types into main

Instead of using the g* types use stdint provided types together with standard types for size, pointer, char, float, double.

Merge request reports