Skip to content

(Slowly) stop using GLib typedefs

Niels De Graef requested to merge gint-to-int into master

Stop using GLib types that are typedefs to actual C types. It's confusing for newcomers and applications/webapps that show the actual code.

Start with gint, since it has relatively little uses in the code.

Merge request reports