[ Version ( since = "4.4" ) ]
public void add_suffix (string suffix)
Adds a suffix match rule to a filter.
This is similar to adding a match for the pattern "*.suffix
".
In contrast to pattern matches, suffix matches are *always* case-insensitive.
this |
a `GtkFileFilter` |
suffix |
filename suffix to match |