Skip to content

Use G_SOURCE_CONTINUE and G_SOURCE_REMOVE when appropriate

Instead of directly TRUE and FALSE, to improve readability. These are used in GSourceFunc functions, and represent no change in behavior!

Merge request reports