the two URIs.
Uri.joinStrings
string joinStrings(string baseUri, string refUri)This is a convenience function to join two URI strings and return the result. The returned string should be [glib.global.gfree]'d after use.
Parameters
baseUri | The percent-encoded base URI. |
refUri | The percent-encoded reference URI to join to the base_uri. |
Returns
A string representing the percent-encoded join of