Skip to content

Always use G_PARAM_STATIC_STRINGS

Niels De Graef requested to merge wip/nielsdg/g-param-static-strings into master

This prevents some unnecessary string copies and a tiny bit of memory.

Merge request reports