URI source interface
This interface allows to create a source from URI.
FluSource * |
|
const gchar * |
FluSource * flu_source_uri_new (const char *uri, const char *source_name);
Creates a new URI based source
Since: 1.0
The URI to use to create the FluSource
Name of the new source or NULL to automatically create a new unique name.
A new instance of a FluSource
const gchar * flu_source_uri_uri_get (FluSource *src);
Gets the URI from a FluSource
Since: 1.0
The URI used when creating the FluSource