Method

GrlMediaadd_external_url

since: 0.1.10

Declaration [src]

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

Description [src]

Adds a new external url to media.

Available since: 0.1.10

Parameters

url

Type: const gchar*

An external url for media.

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