Ryujinx-GtkSharp/doc/en/Gtk/AccelGroupFindFunc.xml
Mike Kestner ab07fa8056 updates to assembly version elements
svn path=/trunk/gtk-sharp/; revision=46164
2005-06-17 18:43:30 +00:00

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.6.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>