add_file


Description:

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

This function delegates to the underlying ColorProfileStore.

Please refer to the documentation of add_file for details.

Parameters:

this

a ColorProfileComboBox

file

file of the profile to add (or null)

label

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