Skip to content

gtk/css-provider: Add back array length annotation

This reverts commit 93a875bf.

Removing these annotations broke bindings, which now treat the length of the array as a standalone parameter.

This broke Spiel, and probably other non-C apps that rely on GtkCssProvider through bindings.

Merge request reports