Method

GLibMainLoopunref

Declaration

void
g_main_loop_unref (
  GMainLoop* loop
)

Description

Decreases the reference count on a GMainLoop object by one. If the result is zero, free the loop and free all associated memory.