doc: Clarify g_path_buf_to_path()

The returned path is built on demand.
This commit is contained in:
Emmanuele Bassi 2023-02-03 11:26:39 +01:00
parent a05fda9990
commit d0ee88078b

View File

@ -513,7 +513,7 @@ g_path_buf_set_extension (GPathBuf *buf,
* g_path_buf_to_path: * g_path_buf_to_path:
* @buf: a path buffer * @buf: a path buffer
* *
* Retrieves the path from the path buffer. * Retrieves the built path from the path buffer.
* *
* If the path buffer is empty, this function returns `NULL`. * If the path buffer is empty, this function returns `NULL`.
* *