GimpUi » GimpUi.ColorProfileComboBox »

GimpUi.ColorProfileComboBox.prototype.add_file

function add_file(file: Gio.File, label: String): void {
    // Gjs wrapper for gimp_color_profile_combo_box_add_file()
}
  

This function delegates to the underlying GimpUi.ColorProfileStore. Please refer to the documentation of GimpUi.ColorProfileStore.prototype.add_file for details.

Since 2.10

file

file of the profile to add (or null)

label

label to use for the profile (may only be null if file is null)

More Information

  • GimpUi.ColorProfileComboBox