* If this function fails, then an error message will be available via the
* p11_kit_message() function.
*
- * Deprecated: Since: 0.16: Use p11_kit_modules_load() instead.
+ * Deprecated: Since: 0.19.0: Use p11_kit_modules_load() instead.
*
* Returns: CKR_OK if the initialization succeeded, or an error code.
*/
* If this function fails, then an error message will be available via the
* p11_kit_message() function.
*
- * Deprecated: Since 0.16: Use p11_kit_modules_release() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_modules_release() instead.
*
* Returns: CKR_OK if the finalization succeeded, or an error code.
*/
*
* The returned modules are unmanaged.
*
- * Deprecated: Since 0.16: Use p11_kit_modules_load() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_modules_load() instead.
*
* Returns: A list of all the registered modules. Use the free() function to
* free the list.
* You can use p11_kit_registered_modules() to get a list of all the registered
* modules. This name is specified by the registered module configuration.
*
- * Deprecated: Since 0.16: Use p11_kit_module_get_name() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_module_get_name() instead.
*
* Returns: A newly allocated string containing the module name, or
* <code>NULL</code> if no such registered module exists. Use free() to
* Lookup a registered PKCS\#11 module by its name. This name is specified by
* the registered module configuration.
*
- * Deprecated: Since 0.16: Use p11_kit_module_for_name() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_module_for_name() instead.
*
* Returns: a pointer to a PKCS\#11 module, or <code>NULL</code> if this name was
* not found.
* <code>NULL</code> module argument is specified, then this will lookup
* the configuration option in the global config file.
*
- * Deprecated: Since 0.16: Use p11_kit_config_option() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_config_option() instead.
*
* Returns: A newly allocated string containing the option value, or
* <code>NULL</code> if the registered module or the option were not found.
* If this function fails, then an error message will be available via the
* p11_kit_message() function.
*
- * Deprecated: Since 0.16: Use p11_kit_module_initialize() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_module_initialize() instead.
*
* Returns: CKR_OK if the initialization was successful.
*/
* If this function fails, then an error message will be available via the
* p11_kit_message() function.
*
- * Deprecated: Since 0.16: Use p11_kit_module_finalize() and
+ * Deprecated: Since 0.19.0: Use p11_kit_module_finalize() and
* p11_kit_module_release() instead.
*
* Returns: CKR_OK if the finalization was successful.
* If this function fails, then an error message will be available via the
* p11_kit_message() function.
*
- * Deprecated: Since 0.16: Use p11_kit_module_load() instead.
+ * Deprecated: Since 0.19.0: Use p11_kit_module_load() instead.
*
* Returns: CKR_OK if the initialization was successful.
*/