Method

GLibMainLoopunref

Declaration [src]

void
g_main_loop_unref (
  GMainLoop* loop
)

Description [src]

Decreases the reference count on a GMainLoop object by one.

If the result is zero, the loop and all associated memory are freed.