mirror of
https://github.com/Ryujinx/GtkSharp.git
synced 2024-12-26 01:15:38 +00:00
60b7406317
svn path=/trunk/gtk-sharp/; revision=35742
36 lines
1.5 KiB
XML
36 lines
1.5 KiB
XML
<Type Name="AccelMapForeach" FullName="Gtk.AccelMapForeach">
|
|
<TypeSignature Language="C#" Value="public sealed delegate void AccelMapForeach (IntPtr data, string accel_path, uint accel_key, Gdk.ModifierType accel_mods, bool changed);" Maintainer="auto" />
|
|
<AssemblyInfo>
|
|
<AssemblyName>gtk-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>A delegate for running over each entry in an accelerator.</summary>
|
|
<remarks>See <see cref="M:Gtk.Accel.MapForeach" />.</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="data" Type="System.IntPtr" />
|
|
<Parameter Name="accel_path" Type="System.String" />
|
|
<Parameter Name="accel_key" Type="System.UInt32" />
|
|
<Parameter Name="accel_mods" Type="Gdk.ModifierType" />
|
|
<Parameter Name="changed" Type="System.Boolean" />
|
|
</Parameters>
|
|
<ReturnValue>
|
|
<ReturnType>System.Void</ReturnType>
|
|
</ReturnValue>
|
|
</Type> |