Ryujinx-GtkSharp/doc/en/Gnome/ModuleHook.xml
Martin Willemoes Hansen 671e97d5c9 Used the params keyword with the parameter descriptions
svn path=/trunk/gtk-sharp/; revision=17048
2003-08-04 12:17:17 +00:00

37 lines
1.5 KiB
XML

<Type Name="ModuleHook" FullName="Gnome.ModuleHook">
<TypeSignature Language="C#" Value="public sealed delegate void ModuleHook (Gnome.Program program, Gnome.ModuleInfo mod_info);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gnome-sharp</AssemblyName>
<AssemblyVersion>0.0.0.0</AssemblyVersion>
<Attributes />
</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>
<summary>
Called to perform some initialization in a module
(which could be either the main init function or the pre or post argument parsing phase).
</summary>
<param name="program">The <see cref="T:Gnome.Program" /> instance which is being initialized.</param>
<param name="mod_info">The current module's <see cref="T:Gnome.ModuleInfo" /> structure.</param>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Interfaces>
<Interface>
<InterfaceName>System.ICloneable</InterfaceName>
</Interface>
<Interface>
<InterfaceName>System.Runtime.Serialization.ISerializable</InterfaceName>
</Interface>
</Interfaces>
<Attributes />
<Members />
<Parameters>
<Parameter Name="program" Type="Gnome.Program" />
<Parameter Name="mod_info" Type="Gnome.ModuleInfo" />
</Parameters>
<ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue>
</Type>