mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2025-01-13 14:45:29 +00:00
793b5ded71
* /en/Gnome/ModuleClassInitHook.xml: * /en/Gnome/ModuleHook.xml: * /en/Gnome/ModuleInitHook.xml: * /en/Gnome/TriggerActionFunction.xml: * /en/Gnome/UISignalConnectFunc.xml: documented svn path=/trunk/gtk-sharp/; revision=17047
43 lines
1.6 KiB
XML
43 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>
|
|
<remarks>
|
|
<para>
|
|
msg : The human-readable message that was passed to
|
|
<see cref="M:Gnome.Triggers.Vdo(string,string,string[])" />. May be null.
|
|
</para>
|
|
<para>level : The severity level of the event. May be null. </para>
|
|
<para>supinfo : The section in which the event belongs. </para>
|
|
</remarks>
|
|
</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>
|