On 24/06/20 18:42, Markus Armbruster wrote: > When the Error API was created, we adopted the (unwritten) rule to > return void when the function returns no useful value on success, > unlike GError, which recommends to return true on success and false on > error then.
I was actually never aware of the GError rule, but I, for one, welcome our new bool overlords. Paolo