Ryujinx-GtkSharp/Source/doc/en/Gtk/AccelGroupFindFunc.xml
2017-09-04 22:36:28 -03:00

28 lines
1.2 KiB
XML

<Type Name="AccelGroupFindFunc" FullName="Gtk.AccelGroupFindFunc">
<TypeSignature Language="C#" Maintainer="auto" Value="public delegate bool AccelGroupFindFunc(AccelKey key, IntPtr closure);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed AccelGroupFindFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyPublicKey />
</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>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="key" Type="Gtk.AccelKey" />
<Parameter Name="closure" Type="System.IntPtr" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="key">To be added.</param>
<param name="closure">To be added.</param>
<summary>A delegate to locate a particular accelerator.</summary>
<returns>To be added.</returns>
<remarks>See <see cref="M:Gtk.AccelGroup.Find" />.</remarks>
</Docs>
<Members />
</Type>