Method
GimpUiColorProfileStoreadd_file
Declaration [src]
void
gimp_color_profile_store_add_file (
GimpColorProfileStore* store,
GFile* file,
const gchar* label
)
Description [src]
Adds a color profile item to the GimpColorProfileStore
. Items
added with this function will be kept at the top, separated from
the history of last used color profiles.
This function is often used to add a selectable item for the NULL
file. If you pass NULL
for both file
and label
, the label
will
be set to the string “None” for you (and translated for the user).
Available since: | 2.10 |
Parameters
file |
GFile |
|
|
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. |