Gtk.FileFilter.Filter Method
Tests whether a file should be displayed according to this filter.

Syntax

public bool Filter (FileFilterInfo filter_info)

Parameters

filter_info
a Gtk.FileFilterInfo

Returns

a bool, TRUE if the file should be displayed.

Remarks

The Gtk.FileFilterInfo structure filter_info should include the fields returned from FileFilter.GetNeeded. This function will not typically be used by applications; it is intended principally for use in the implementation of Gtk.FileChooser.

Requirements

Namespace: Gtk
Assembly: gtk-sharp (in gtk-sharp.dll)
Since: Gtk# 2.4