Method
GimpUiColorProfileComboBoxadd_file
Declaration [src]
void
gimp_color_profile_combo_box_add_file (
GimpColorProfileComboBox* combo,
GFile* file,
const gchar* label
)
Description [src]
This function delegates to the underlying
GimpColorProfileStore
. Please refer to the documentation of
gimp_color_profile_store_add_file()
for details.
Available since: | 2.10 |
Parameters
file |
GFile |
File of the profile to add (or |
|
The data is owned by the caller of the function. | |
label |
const gchar* |
Label to use for the profile
(may only be |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. |