uri_is_source

@accepts(utf8)
@returns(gboolean)
def uri_is_source(uri)

Checks if the URI matches the source itself. A source should return TRUE here if the URI points to the device that the source represents, for example.

uri :

a URI for the source to consider

Returns :

TRUE if the URI identifies the source itself.