Method

GrlMediaset_url

since: 0.1.4

Declaration [src]

void
grl_media_set_url (
  GrlMedia* media,
  const gchar* url
)

Description [src]

Set the media’s URL.

Available since: 0.1.4

Parameters

url

Type: const gchar*

The media’s URL.

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