summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--p11-kit/iter.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/p11-kit/iter.c b/p11-kit/iter.c
index 9c22ee0..a59944a 100644
--- a/p11-kit/iter.c
+++ b/p11-kit/iter.c
@@ -220,6 +220,10 @@ p11_kit_iter_set_session_flags (P11KitIter *iter,
* indicates through it's <literal>matches</literal> argument that
* the object should not match, then that object will not be iterated
* as far as p11_kit_iter_next() is concerned.
+ *
+ * The callbacks will be called with the <literal>matches</literal>
+ * set to <literal>CK_TRUE</literal> and it's up to filters to change
+ * it to <literal>CK_FALSE</literal> when necessary.
*/
void
p11_kit_iter_add_callback (P11KitIter *iter,