Function
GLibPathBufnew_from_path
since: 2.76
[−]
Description [src]
Allocates a new GPathBuf
with the given path
.
Available since: 2.76
This function is not directly available to language bindings.
[−]
Parameters
path
-
Type:
const char*
The path used to initialize the buffer.
The argument can be NULL
.The data is owned by the caller of the function. The value is a platform-native string, using the preferred OS encoding on Unix and UTF-8 on Windows.