Skip to content

Unify get/set of (sub)titles to none-nullable

Sophie Herold requested to merge sophie-h/libadwaita:sophie-h/nullables-3 into main
  • gtk_label_set_label() does not (officially) accept NULL
  • there is no need to accept/return NULL
  • it was not consistent between types before

See #219

Edited by Alice Mikhaylenko

Merge request reports