UriHandlerT.gstUriGetProtocol

Extracts the protocol out of a given valid URI. The returned string must be freed using g_free().

template UriHandlerT(TStruct)
static
string
gstUriGetProtocol
(
string uri
)

Parameters

uri string

A URI string

Return Value

Type: string

The protocol for this URI.

Meta