API Version: 2.0
Library Version: 2.76
Generated by gi-docgen 2023.2
void g_source_set_can_recurse ( GSource* source, gboolean can_recurse )
Sets whether a source can be called recursively. If can_recurse is TRUE, then while the source is being dispatched then this source will be processed normally. Otherwise, all processing of this source is blocked until the dispatch function returns.
can_recurse
TRUE
Type: gboolean
gboolean
Whether recursion is allowed for this source.