Function Macro

GLibmain_destroy

deprecated: 2.2 since: 2.0

Declaration

#define g_main_destroy (
  loop
)

Description

Frees the memory allocated for the GMainLoop.

Available since: 2.0

Deprecated since: 2.2

Use g_main_loop_unref() instead.

This function is not directly available to language bindings.

Parameters

loop

Type: -

A GMainLoop.