Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/guiunit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/framework/GuiUnit/IMainLoopIntegration.cs')
-rw-r--r--src/framework/GuiUnit/IMainLoopIntegration.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/framework/GuiUnit/IMainLoopIntegration.cs b/src/framework/GuiUnit/IMainLoopIntegration.cs
index 4121c50..a51f4c8 100644
--- a/src/framework/GuiUnit/IMainLoopIntegration.cs
+++ b/src/framework/GuiUnit/IMainLoopIntegration.cs
@@ -7,7 +7,7 @@ namespace GuiUnit
void InitializeToolkit ();
void InvokeOnMainLoop (InvokerHelper helper);
void RunMainLoop ();
- void Shutdown ();
+ void Shutdown (int exitCode);
}
}