mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 09:05:38 +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
44 lines
1.7 KiB
XML
44 lines
1.7 KiB
XML
<Type Name="UISignalConnectFunc" FullName="Gnome.UISignalConnectFunc">
|
|
<TypeSignature Language="C#" Value="public sealed delegate void UISignalConnectFunc (Gnome.UIInfo uiinfo, string signal_name, Gnome.UIBuilderData uibdata);" 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>Are called as a result of signals being emitted from a menu or tool bar item</summary>
|
|
<remarks>
|
|
<para>
|
|
Delegates of this type are given as the first element of a
|
|
<see cref="T:Gnome.UIBuilderData" /> instance.
|
|
</para>
|
|
<para>uiinfo : The user data that was part of the <see cref="T:Gnome.UIInfo" /> instance.</para>
|
|
<para>signal_name : The name of the emitted signal.</para>
|
|
<para>
|
|
uibdata : The user data that was part of the relevant
|
|
<see cref="T:Gnome.UIBuilderData" /> instance.
|
|
</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="uiinfo" Type="Gnome.UIInfo" />
|
|
<Parameter Name="signal_name" Type="System.String" />
|
|
<Parameter Name="uibdata" Type="Gnome.UIBuilderData" />
|
|
</Parameters>
|
|
<ReturnValue><ReturnType>System.Void</ReturnType></ReturnValue>
|
|
</Type>
|