From fb039d0c292c3cd339179bdc98a09d4103fb9c5f Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Wed, 10 Jul 2013 15:14:06 +0200 Subject: Various documentation tweaks and fixes for warnings --- p11-kit/iter.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'p11-kit') 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 -- cgit v1.1