GLib.MainLoop.prototype.ref
function ref(): GLib.MainLoop {
// Gjs wrapper for g_main_loop_ref()
}
Increases the reference count on a GLib.MainLoop object by one.
- Returns
loop
function ref(): GLib.MainLoop {
// Gjs wrapper for g_main_loop_ref()
}
Increases the reference count on a GLib.MainLoop object by one.
loop