Function Macro

GLibmain_is_running

deprecated: 2.2 

Declaration

#define g_main_is_running (
  loop
)

Description

Checks if the main loop is running.

Deprecated since: 2.2

Use g_main_loop_is_running() instead.

This function is not directly available to language bindings.

Parameters

loop

Type: -

A GMainLoop.