set_filter_name
Description:
[ CCode ( cname = "gtk_file_filter_set_name" ) ]
[ Version ( since = "2.4" ) ]
public void set_filter_name (string? name)
[ Version ( since = "2.4" ) ]
public void set_filter_name (string? name)
Sets the human-readable name of the filter; this is the string that will be displayed in the file selector user interface if there is a selectable list of filters.
Parameters:
this | |
name |
the human-readable-name for the filter, or null to remove any existing name. |