mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 02:05:41 +00:00
cc1f6e10f2
(includes Gnome.Print) svn path=/trunk/gtk-sharp/; revision=18154
37 lines
1.5 KiB
XML
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> |