Method

XemeConnectionset_resource

since: 0.1

Declaration [src]

void
xeme_connection_set_resource (
  XemeConnection* connection,
  const char* resource
)

Description [src]

Sets the resource of connection to resource.

Available since: 0.1

Parameters

resource

Type: const char*

The new resource.

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