Constructor
GimpColorProfilenew_from_file
Declaration [src]
GimpColorProfile*
gimp_color_profile_new_from_file (
GFile* file,
GError** error
)
Parameters
file |
GFile |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |
Return value
Returns: | GimpColorProfile |
The |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. | |
The return value can be NULL . |