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

25 lines
990 B
XML

<Type Name="RecentFilterFunc" FullName="Gtk.RecentFilterFunc">
<TypeSignature Language="C#" Value="public delegate bool RecentFilterFunc(RecentFilterInfo filter_info);" />
<TypeSignature Language="ILAsm" Value=".class public auto ansi sealed RecentFilterFunc extends System.MulticastDelegate" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
</AssemblyInfo>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>
</Base>
<Parameters>
<Parameter Name="filter_info" Type="Gtk.RecentFilterInfo" />
</Parameters>
<ReturnValue>
<ReturnType>System.Boolean</ReturnType>
</ReturnValue>
<Docs>
<param name="filter_info">Filtering information.</param>
<summary>Recent Filter callback delegate.</summary>
<returns>
<see langword="true" /> if the file should be displayed.</returns>
<remarks>Provides custom filtering. Added via <see cref="M:Gtk.RecentFilter.AddCustom" />.</remarks>
<since version="Gtk# 2.10" />
</Docs>
</Type>