get_filter_name


Description:

[ CCode ( cname = "gtk_file_filter_get_name" ) ]
[ Version ( since = "2.4" ) ]
public unowned string? get_filter_name ()

Gets the human-readable name for the filter.

See set_filter_name.

Parameters:

this

a FileFilter

Returns:

The human-readable name of the filter, or null. This value is owned by GTK+ and must not be modified or freed.