Method

GLibMainContextpending

Declaration [src]

gboolean
g_main_context_pending (
  GMainContext* context
)

Description [src]

Checks if any sources have pending events for the given context.

Return value

Type: gboolean

True if events are pending, false otherwise.