Function Macro

GLibmain_pending

deprecated: 2.2 

Declaration [src]

#define g_main_pending (
  void
)

Description [src]

Checks if any events are pending for the default GMainContext (i.e. ready to be processed).

Deprecated since: 2.2

Use g_main_context_pending() instead.

This function is not directly available to language bindings.