MainLoop.this

Creates a new #GMainLoop structure.

Parameters

context glib.main_context.MainContext

a #GMainContext (if null, the global-default main context will be used).

isRunning bool

set to true to indicate that the loop is running. This is not very important since calling glib.main_loop.MainLoop.run will set this to true anyway.

Return Value

a new #GMainLoop.