Method
GtkFileFilteradd_pattern
Declaration [src]
void
gtk_file_filter_add_pattern (
GtkFileFilter* filter,
const char* pattern
)
Description [src]
Adds a rule allowing a shell style glob to a filter.
Note that it depends on the platform whether pattern matching ignores case or not. On Windows, it does, on other platforms, it doesn’t.