Function
Gckmodules_tokens_for_uri
Declaration [src]
GList*
gck_modules_tokens_for_uri (
GList* modules,
const gchar* uri,
GError** error
)
Parameters
modules |
A list of GckModule* |
The modules. |
|
The data is owned by the caller of the function. | |
uri |
const gchar* |
The URI that the token must match. |
|
The data is owned by the caller of the function. | |
The value is a NUL terminated UTF-8 string. | |
error |
GError ** |
The return location for a GError* , or NULL . |