Function Macro

GLibmain_quit

deprecated: 2.2 

Declaration

#define g_main_quit (
  loop
)

Description

Stops the GMainLoop. If g_main_run() was called to run the GMainLoop, it will now return.

Deprecated since: 2.2

Use g_main_loop_quit() instead.

This function is not directly available to language bindings.

Parameters

loop

Type: -

A GMainLoop.