Ryujinx-GtkSharp/doc/en/Gnome/TriggerActionFunction.xml
Mike Kestner 0e47e78f96 update docs to 2.8 API and document all new members
svn path=/trunk/gtk-sharp/; revision=54175
2005-12-09 23:12:49 +00:00

34 lines
1.4 KiB
XML

<Type Name="TriggerActionFunction" FullName="Gnome.TriggerActionFunction">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate void TriggerActionFunction(string msg, string level, string[] supinfo);" />
<AssemblyInfo>
<AssemblyName>gnome-sharp</AssemblyName>
<AssemblyVersion>2.8.0.0</AssemblyVersion>
</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>
<remarks>To be added.</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<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>