Function
Gckmodules_get_slots
Declaration [src]
GList*
gck_modules_get_slots (
GList* modules,
gboolean token_present
)
Parameters
modules |
A list of GckModule |
The modules. |
|
The data is owned by the caller of the function. | |
token_present |
gboolean |
Whether to only list slots with token present. |
Return value
Returns: | A list of GckSlot |
A list of |
|
The caller of the function takes ownership of the data, and is responsible for freeing it. |