diff options
author | Stef Walter <stef@thewalter.net> | 2013-07-10 15:14:06 +0200 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2013-07-10 15:14:06 +0200 |
commit | fb039d0c292c3cd339179bdc98a09d4103fb9c5f (patch) | |
tree | 6eb65a1c18a60166bdc8da7066095e5848b6d65c /p11-kit | |
parent | edd04b610c1c83f26ed036569ad95b89a41fc558 (diff) |
Various documentation tweaks and fixes for warnings
Diffstat (limited to 'p11-kit')
-rw-r--r-- | p11-kit/iter.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/p11-kit/iter.c b/p11-kit/iter.c index 1c2994d..9c22ee0 100644 --- a/p11-kit/iter.c +++ b/p11-kit/iter.c @@ -96,6 +96,14 @@ struct p11_kit_iter { }; /** + * P11KitIterBehavior: + * @P11_KIT_ITER_BUSY_SESSIONS: Allow the iterator's sessions to be + * in a busy state when the iterator returns an object. + * + * Various flags controling the behavior of the iterator. + */ + +/** * p11_kit_iter_new: * @uri: (allow-none): a PKCS\#11 URI to filter on, or %NULL * @behavior: various behavior flags for iterator |