GLib.Source.prototype.get_can_recurse
function get_can_recurse(): Boolean { // Gjs wrapper for g_source_get_can_recurse() }
Checks whether a source is allowed to be called recursively. see GLib.Source.prototype.set_can_recurse.
- Returns
whether recursion is allowed.