API Version: 3.0
Library Version: 3.4.7
Generated by gi-docgen 2024.1
char* rb_uri_append_path ( const char* uri, const char* path )
Creates a new URI consisting of path appended to uri.
path
uri
Type: const char*
const char*
The URI to append to.
The path fragment to append.
Type: char*
char*
New URI, must be freed by caller.