Method

GckModuleget_info

Declaration [src]

GckModuleInfo*
gck_module_get_info (
  GckModule* self
)

Description [src]

Get the info about a PKCS#11 module.

Return value

Returns: GckModuleInfo
 

The module info; release this with gck_module_info_free()

 The caller of the method takes ownership of the data, and is responsible for freeing it.