Function
Gckslots_enumerate_objects
since: 1
Declaration [src]
GckEnumerator*
gck_slots_enumerate_objects (
  GList* slots,
  GckAttributes* match,
  GckSessionOptions options
)
Description [src]
Setup an enumerator for listing matching objects on the slots.
If the match GckAttributes is floating, it is consumed.
This call will not block but will return an enumerator immediately.
Available since: 1
Parameters
- slots
- 
            Type: A list of NoneA list of GckSlotto enumerate objects on.The data is owned by the caller of the function. 
- match
- 
            Type: GckAttributesAttributes that the objects must match, or empty for all objects. The data is owned by the caller of the function. 
- options
- 
            Type: GckSessionOptionsOptions for opening a session. 
Return value
Type: GckEnumerator
A new enumerator.
| The caller of the function takes ownership of the data, and is responsible for freeing it. |