Gtk.RecentFilterFunc Delegate
Recent Filter callback delegate.

Syntax

public delegate bool RecentFilterFunc (RecentFilterInfo filter_info)

Parameters

filter_info
Filtering information.

Returns

true if the file should be displayed.

Remarks

Provides custom filtering. Added via RecentFilter.AddCustom.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Assembly Versions: 2.12.0.0
Since: Gtk# 2.10