Method
GLibPathBuffree_to_path
since: 2.76
Declaration [src]
char*
g_path_buf_free_to_path (
  GPathBuf* buf
)
Description [src]
Frees a GPathBuf allocated by g_path_buf_new(), and
returns the path inside the buffer.
This function returns NULL if the GPathBuf is empty.
See also: g_path_buf_to_path().
Available since: 2.76
Parameters
- buf
- 
            Type: GPathBufA path buffer. The instance takes ownership of the data, and is responsible for freeing it.