Method
GckSlotget_mechanism_info
Declaration [src]
GckMechanismInfo*
gck_slot_get_mechanism_info (
GckSlot* self,
gulong mech_type
)
Return value
Type: GckMechanismInfo
The mechanism information, or NULL
if failed; use
gck_mechanism_info_free()
when done with it.
The caller of the method takes ownership of the returned data, and is responsible for freeing it. |