Ryujinx-GtkSharp/doc/en/Gdk/FilterFunc.xml

33 lines
1.2 KiB
XML
Raw Normal View History

<Type Name="FilterFunc" FullName="Gdk.FilterFunc">
<TypeSignature Language="C#" Value="public sealed delegate Gdk.FilterReturn FilterFunc (IntPtr xevent, Gdk.Event evnt);" Maintainer="auto" />
<AssemblyInfo>
<AssemblyName>gdk-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>Delegate for callbacks invoked by <see cref="M:Gdk.Window.AddFilter" />.</summary>
<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="xevent" Type="System.IntPtr" />
<Parameter Name="evnt" Type="Gdk.Event" />
</Parameters>
<ReturnValue>
<ReturnType>Gdk.FilterReturn</ReturnType>
</ReturnValue>
</Type>