mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 00:45:41 +00:00
0e47e78f96
svn path=/trunk/gtk-sharp/; revision=54175
28 lines
1.1 KiB
XML
28 lines
1.1 KiB
XML
<Type Name="AccelGroupFindFunc" FullName="Gtk.AccelGroupFindFunc">
|
|
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AccelGroupFindFunc(Gtk.AccelKey key, IntPtr closure);" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-sharp</AssemblyName>
|
|
<AssemblyPublicKey />
|
|
<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>
|
|
<param name="key">To be added.</param>
|
|
<param name="closure">To be added.</param>
|
|
<summary>A delegate to locate a particular accelerator.</summary>
|
|
<remarks>See <see cref="M:Gtk.AccelGroup.Find" />.</remarks>
|
|
<returns>To be added.</returns>
|
|
</Docs>
|
|
<Base>
|
|
<BaseTypeName>System.Delegate</BaseTypeName>
|
|
</Base>
|
|
<Members />
|
|
<Parameters>
|
|
<Parameter Name="key" Type="Gtk.AccelKey" />
|
|
<Parameter Name="closure" Type="System.IntPtr" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Boolean</ReturnType>
|
|
</ReturnValue>
|
|
</Type>
|