2003-07-17 06:35:10 +00:00
<Type Name= "Init" FullName= "Gtk.Init" >
<TypeSignature Language= "C#" Value= "public class Init" Maintainer= "auto" />
<AssemblyInfo >
<AssemblyName > gtk-sharp</AssemblyName>
2003-12-24 01:35:30 +00:00
<AssemblyPublicKey >
</AssemblyPublicKey>
2005-12-09 23:12:49 +00:00
<AssemblyVersion > 2.8.0.0</AssemblyVersion>
2003-07-17 06:35:10 +00:00
</AssemblyInfo>
<ThreadSafetyStatement > Gtk# is thread aware, but not thread safe; See the <link location= "node:gtk-sharp/programming/threads" > Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs >
2004-08-06 13:18:10 +00:00
<summary > An object that gets invoked at the beginning of an application but before the application main loop starts. It's used largely for application setup--- for example, reading RC files.</summary>
2004-09-03 15:53:34 +00:00
<remarks />
2003-07-17 06:35:10 +00:00
</Docs>
<Base >
<BaseTypeName > System.Object</BaseTypeName>
</Base>
<Interfaces />
<Members >
2003-10-28 00:48:23 +00:00
<Member MemberName= "Add" >
<MemberSignature Language= "C#" Value= "public static void Add (Gtk.Function function);" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
<ReturnType > System.Void</ReturnType>
</ReturnValue>
<Parameters >
2003-10-28 00:48:23 +00:00
<Parameter Name= "function" Type= "Gtk.Function" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2004-06-23 14:45:52 +00:00
<summary > Registers a function to be called when the mainloop is started. </summary>
2003-10-28 00:48:23 +00:00
<param name= "function" > a <see cref= "T:Gtk.Function" /> </param>
2004-09-03 15:53:34 +00:00
<remarks />
2003-07-17 06:35:10 +00:00
</Docs>
</Member>
2003-10-28 00:48:23 +00:00
<Member MemberName= ".ctor" >
<MemberSignature Language= "C#" Value= "public Init ();" />
<MemberType > Constructor</MemberType>
<ReturnValue />
<Parameters />
<Docs >
2004-08-09 20:54:25 +00:00
<summary > Default constructor</summary>
<remarks />
2003-10-28 00:48:23 +00:00
</Docs>
</Member>
<Member MemberName= "Check" >
2005-05-23 20:41:51 +00:00
<MemberSignature Language= "C#" Value= "public static bool Check (ref string[] argv);" />
2003-07-17 06:35:10 +00:00
<MemberType > Method</MemberType>
<ReturnValue >
2003-10-28 00:48:23 +00:00
<ReturnType > System.Boolean</ReturnType>
2003-07-17 06:35:10 +00:00
</ReturnValue>
<Parameters >
2004-09-03 15:53:34 +00:00
<Parameter Name= "argv" Type= "System.String[]&" RefType= "ref" />
2003-09-17 21:56:59 +00:00
</Parameters>
2003-07-17 06:35:10 +00:00
<Docs >
2005-05-23 20:41:51 +00:00
<summary > Initializes Gtk# for operation, probes window system.</summary>
2004-09-03 15:53:34 +00:00
<param name= "argv" > The command line arguments passed in. Changed if any arguments were handled.</param>
2004-06-23 14:45:52 +00:00
<returns > True if the toolkit initialized correctly, false otherwise. </returns>
2004-09-03 15:53:34 +00:00
<remarks > Aside from the arguments, this function behaves in the same way as <see cref= "T:Gtk.Application.InitCheck" /> . By returning whether or not the toolkit initialized correctly, it allows the application to fall back to a non-GUI interface, should the developer be so inclined to write one.
</remarks>
2004-02-26 18:46:28 +00:00
</Docs>
</Member>
2003-07-17 06:35:10 +00:00
</Members>
2005-05-23 20:41:51 +00:00
</Type>