Function
Soupuri_copy
Declaration [src]
GUri*
soup_uri_copy (
GUri* uri,
SoupURIComponent first_component,
...
)
Description [src]
Return a copy of uri
with the given components updated.
This function is not directly available to language bindings.
Parameters
uri
-
Type:
GUri
The
GUri
to copy.The data is owned by the caller of the function. first_component
-
Type:
SoupURIComponent
First
SoupURIComponent
to update. ...
-
Type:
Value of
first_component
followed by additional components and values, terminated bySOUP_URI_NONE
.
Return value
Type: GUri
A new GUri
.
The caller of the function takes ownership of the data, and is responsible for freeing it. |