URIHandlerT.getUri

Gets the currently handled URI.

template URIHandlerT(TStruct)
string
getUri
()

Return Value

Type: string

the URI currently handled by the @handler. Returns %NULL if there are no URI currently handled. The returned string must be freed with g_free() when no longer needed.

Meta