Skip to content

Use G_GNUC_NULL_TERMINATED where appropriate

Niels De Graef requested to merge wip/nielsdg/null-terminated-annotations into master

Give our API consumers an extra hint if they're using varargs without an appropriate NULL-sentinel.

Merge request reports