Method

GckSessionget_module

Declaration [src]

GckModule*
gck_session_get_module (
  GckSession* self
)

Description [src]

Get the PKCS#11 module to which this session belongs.

Gets propertyGck.Session:module

Return value

Returns: GckModule
 

The module, which should be unreffed after use.

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