[ CCode ( cname = "gtk_file_filter_set_name" ) ]
public void set_filter_name (string? name)
Sets a human-readable name of the filter.
This is the string that will be displayed in the file chooser if there is a selectable list of filters.
this |
a `GtkFileFilter` |
name |
the human-readable-name for the filter, or null to remove any existing name. |