Method

GLibMainLoopref

Declaration

GMainLoop*
g_main_loop_ref (
  GMainLoop* loop
)

Description

Increases the reference count on a GMainLoop object by one.

Return value

Type: GMainLoop

loop.

The caller of the method takes ownership of the data, and is responsible for freeing it.