Package: glib
Function glib:main-context-is-owner
Lambda Listglib:main-context-is-owner (context) ArgumentsReturn ValueTrue if the current thread is owner of context. Details      
    Determines whether this thread holds the (recursive) ownership of this
    context.  
  This is useful to know before waiting on another thread that may be blocking
  to get ownership of context.    | See also | 
2025-05-22