Skip to content

Get rid of unneeded glib types

Benjamin Otte requested to merge wip/otte/types into master

gint => int
gchar => char
gfloat => float
gdouble => double

I think that's all of them?

This MR supercedes !2281 (closed)

Merge request reports