Skip to content

correct gdm_display_store_foreach

Ray Strode requested to merge wip/foreach-fixes into master

gdm_display_store_foreach stops when the user returns TRUE. various callers erroneously return void or FALSE. this series makes gdm_display_store_foreach no longer rely on return value, and also fixes the callers.

Merge request reports