Method

SoupMessageset_uri

Declaration [src]

void
soup_message_set_uri (
  SoupMessage* msg,
  GUri* uri
)

Description [src]

Sets msgs URI to uri.

If msg has already been sent and you want to re-send it with the new URI, you need to send it again.

Sets propertySoup.Message:uri

Parameters

uri

Type: GUri

The new GUri.

The data is owned by the caller of the function.