Method

CamelURLset_fragment

Declaration [src]

void
camel_url_set_fragment (
  CamelURL* url,
  const gchar* fragment
)

Description [src]

Set the fragment of a CamelURL.

Parameters

fragment

Type: const gchar*

Url fragment.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.