modules_tokens_for_uri
Description:
public List<
Slot>
modules_tokens_for_uri (
List<
Module> modules,
string uri)
throws Error
Lookup a token that matches the URI.
Parameters:
modules |
The modules
|
uri |
The URI that the token must match
|
Returns:
A list of newly allocated Slot objects. Use gck_list_unref_free to release
the list once you're done with it.
|