join_strings


Description:


[ Version ( replacement = "Uri.join_strings" , since = "1.6" ) ]
public string? join_strings (string base_uri, string ref_uri)

This is a convenience function to join two URI strings and return the result.

The returned string should be g_free'd after use.

Parameters:

base_uri

The percent-encoded base URI.

ref_uri

The percent-encoded reference URI to join to the base_uri.

Returns:

A string representing the percent-encoded join of the two URIs.


Namespace: Gst.URI
Package: gstreamer-1.0