Gtk.FileFilter.prototype.get_name
function get_name():String { // Gjs wrapper for gtk_file_filter_get_name() }
Gets the human-readable name for the filter. See Gtk.set_name.
Since 2.4
- Returns
The human-readable name of the filter, or null. This value is owned by GTK+ and must not be modified or freed.