Ryujinx-GtkSharp/doc/en/Gtk/RecentFilterFunc.xml
Mike Kestner 6844495fce another batch of 2.10 API documentation
svn path=/trunk/gtk-sharp/; revision=71672
2007-01-25 16:17:39 +00:00

24 lines
905 B
XML

<Type Name="RecentFilterFunc" FullName="Gtk.RecentFilterFunc">
<TypeSignature Language="C#" Value="public delegate bool RecentFilterFunc(RecentFilterInfo filter_info);" />
<AssemblyInfo>
<AssemblyName>gtk-sharp</AssemblyName>
<AssemblyVersion>2.10.0.0</AssemblyVersion>
</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>