Gck.objects_from_handle_array
function objects_from_handle_array(session: Gck.Session, object_handles: Array(Number(gulong))): Array(Gck.Object) { // Gjs wrapper for gck_objects_from_handle_array() }
Initialize a list of GckObject from raw PKCS\#11 handles. The handles argument must contain contiguous CK_OBJECT_HANDLE handles in an array.
- session
The session for these objects
- object_handles
The raw object handles.
- Returns
The list of Gck.Object objects. You should use Gck.list_unref_free when done with this list.