Sophie

Sophie

distrib > Mandriva > 9.2 > i586 > media > contrib > by-pkgid > df634f7f22d35db1c99644e5db0b11d9 > files > 399

gtk-sharp-doc-0.11-0.20030831.3mdk.i586.rpm

<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>