[ Version ( since = "1.6" ) ]
public string to_string ()
Convert the URI to a string.
Returns the URI as held in this object as a char* nul-terminated string. The caller should g_free the string once they are finished with it. The string is put together as described in RFC 3986.
this |
This Uri to convert to a string. |
The string version of the URI. |