Skip to content

eds: Add nullability to error contacts_complete_cb

Niels De Graef requested to merge wip/nielsdg/eds-error-assertion into master

By not adding the nullable operator to the GError argument, Vala adds an precondition check that it shouldn't be null, which actually fails some tests.

Merge request reports