Function
Gckmodules_token_for_uri
Declaration [src]
GckSlot*
gck_modules_token_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 . |
Return value
Returns: | GckSlot |
A newly allocated |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |