URI source
URI source — URI source interface
|
|
Description
URI source interface
This interface allows to create a source from URI.
Functions
flu_source_uri_new ()
FluSource *
flu_source_uri_new (const char *uri
,
const char *source_name
);
Creates a new URI based source
flu_source_uri_uri_get ()
const gchar *
flu_source_uri_uri_get (FluSource *src
);
Gets the URI from a FluSource
Returns
The URI used when creating the FluSource