Skip to content

Replace GBool, gTrue, and gFalse by bool, true, false, resp.

Oliver Sander requested to merge sander/poppler:kill-gbool-gtrue-gfalse into master

These are just non-standard names for bool, true, false, respectively. Getting rid of these names saves on layer of mental redirection, and enables proper syntax highlighting in editors.

Merge request reports