MainContext.isOwner

Determines whether this thread holds the (recursive) ownership of this GMainContext. This is useful to know before waiting on another thread that may be blocking to get ownership of context. Since 2.10

class MainContext
int
isOwner
()

Return Value

Type: int

TRUE if current thread is owner of context.

Meta