Ryujinx-GtkSharp/doc/en/Gnome/TriggerActionFunction.xml
John Luke cc1f6e10f2 run the updater, add docs for Art, Gda, and GnomeDb
(includes Gnome.Print)

svn path=/trunk/gtk-sharp/; revision=18154
2003-09-17 21:56:59 +00:00

42 lines
1.6 KiB
XML

<Type Name="TriggerActionFunction" FullName="Gnome.TriggerActionFunction">
<TypeSignature Language="C#" Value="public sealed delegate void TriggerActionFunction (string msg, string level, string [] supinfo);" 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>
Can be used as a target for <see cref="T:Gnome.TriggerType" />
of <see cref="T:Gnome.Trigger" /> instances.
</summary>
<param name="msg">
The human-readable message that was passed to
<see cref="M:Gnome.Triggers.Vdo(string,string,string[])" />. May be null.
</param>
<param name="level">The severity level of the event. May be null. </param>
<param name="supinfo">The section in which the event belongs. </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="msg" Type="System.String" />
<Parameter Name="level" Type="System.String" />
<Parameter Name="supinfo" Type="System.String[]" />
</Parameters>
<ReturnValue>
<ReturnType>System.Void</ReturnType>
</ReturnValue>
</Type>