set_active_file


Description:

[ CCode ( cname = "gimp_color_profile_combo_box_set_active_file" ) ]
[ Version ( since = "2.10" ) ]
public void set_active_file (File file, string label)

Selects a color profile from the this and makes it the active item.

If the profile is not listed in the this, then it is added with the given label (or file in case that label is null).

Parameters:

this

a ColorProfileComboBox

file

file of the profile to select

label

label to use when adding a new entry (can be null)