Function

CMinit

since: 0

Declaration [src]

void
cm_init (
  gboolean init_gcrypt
)

Description [src]

This function should be called to initialize the library. You may call this in main()

If you don’t initialize gcrypt, you should do it yourself.

Available since: 0

Parameters

init_gcrypt

Type: gboolean

Whether to initialize gcrypt.