Function
Gimpfile_get_config_path
Declaration [src]
gchar*
gimp_file_get_config_path (
GFile* file,
GError** error
)
Description [src]
Unexpands file
‘s path using gimp_config_path_unexpand()
and
returns the unexpanded path.
The inverse operation of gimp_file_new_for_config_path().
Available since: | 2.10 |
Parameters
file |
GFile |
A |
|
The data is owned by the caller of the function. | |
error |
GError ** |
The return location for a GError* , or NULL . |