diff options
author | Stef Walter <stefw@collabora.co.uk> | 2011-05-27 16:07:15 +0200 |
---|---|---|
committer | Stef Walter <stefw@collabora.co.uk> | 2011-05-27 16:07:15 +0200 |
commit | cfeaf3de3d745d457feaba48c532d7a384d67341 (patch) | |
tree | b5d23472e75dc589a15f56443278eaacaaa61ca2 /doc | |
parent | f03252bf032b04ed7a5b98ea52e3c75d84dc0812 (diff) |
Add p11_kit_load_initialize_module() function.
* This function will load a module from a file path, and then
initialize it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/p11-kit-sections.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/p11-kit-sections.txt b/doc/p11-kit-sections.txt index 10435b2..c7b1596 100644 --- a/doc/p11-kit-sections.txt +++ b/doc/p11-kit-sections.txt @@ -36,6 +36,7 @@ p11_kit_registered_module_to_name p11_kit_registered_name_to_module p11_kit_registered_option p11_kit_initialize_module +p11_kit_load_initialize_module p11_kit_finalize_module </SECTION> |