MainLoop
Description:
Creates a new MainLoop structure.
Parameters:
context |
a MainContext (if null, the global-default main context will be used). |
is_running |
set to true to indicate that the loop is running. This is not very important since calling run will set this to true anyway. |
Returns:
a new MainLoop. |