Method

XemeStreamset_id

since: 0.1

Declaration [src]

void
xeme_stream_set_id (
  XemeStream* stream,
  const char* id
)

Description [src]

Sets the identifier for stream.

Available since: 0.1

Sets propertyXeme.Stream:id

Parameters

id

Type: const char*

The new id.

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