Function
Gimpinstallation_directory_file
Declaration [src]
GFile*
gimp_installation_directory_file (
const gchar* first_element,
...
)
Description [src]
Returns a GFile
in the installation directory, or the installation
directory itself if first_element
is NULL
.
See also: gimp_installation_directory().
Available since: | 2.10.10 |
This function is not directly available to language bindings |
Parameters
first_element |
const gchar* |
The first element of a path to a file in the
top installation directory, or |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
... |
|
A |
Return value
Returns: | GFile |
|
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |