Ryujinx-GtkSharp/doc/en/Gtk/RecentFilterFunc.xml
Mike Kestner 352fc8e849 Run the doc updater
Didn't audit any of this.
2012-03-28 22:10:46 -05: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>