Skip to content

Use G_PARAM_STATIC_STRINGS on properties

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

This prevents strings from being unnecessarily copied. It won't make a huge difference memory/performance-wise, but at least it's best practice :-)

Merge request reports