Method

GLibSourceget_can_recurse

Declaration

gboolean
g_source_get_can_recurse (
  GSource* source
)

Description

Checks whether a source is allowed to be called recursively. see g_source_set_can_recurse().

Return value

Type: gboolean

Whether recursion is allowed.