Skip to content

Always use G_PARAM_STATIC_STRINGS for properties

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

This prevents some unnecessary string copies (and memory usage).

Merge request reports