]> granicus.if.org Git - p11-kit/commitdiff
Various documentation tweaks and fixes for warnings
authorStef Walter <stef@thewalter.net>
Wed, 10 Jul 2013 13:14:06 +0000 (15:14 +0200)
committerStef Walter <stef@thewalter.net>
Wed, 10 Jul 2013 13:14:06 +0000 (15:14 +0200)
doc/manual/p11-kit-devel.xml
doc/manual/p11-kit-sections.txt
p11-kit/iter.c

index 007118a145fdf6410fe580864abbb41cd80837b8..5ffc32b96d5d7f247f5cd21f9051b25a2a8e2805 100644 (file)
@@ -149,7 +149,7 @@ $ make install
                        during the build, then certain features will be disabled.</para>
 
                        <itemizedlist>
-                               <listitem><para><command>libffi1</command> for shoring of PKCS#11 modules
+                               <listitem><para><command>libffi</command> for sharing of PKCS#11 modules
                                between multiple callers in the same process. It is highly recommended that
                                this dependency be treated as a required dependency.</para></listitem>
                                <listitem><para><command>gtk-doc</command> is required to build the reference
index 5ccba7cb073fb40bf9813913ddd166b594789f96..7ee3019f54a571d6a3fc3bd36e3af9cc831c73b2 100644 (file)
@@ -79,8 +79,11 @@ p11_kit_space_strlen
 <SUBSECTION Private>
 CK_FUNCTION_LIST_PTR
 CK_RV
+CK_ATTRIBUTE
 CK_ATTRIBUTE_PTR
 CK_ATTRIBUTE_TYPE
+CK_FLAGS
+CK_FUNCTION_LIST
 CK_INFO_PTR
 CK_TOKEN_INFO_PTR
 CK_ULONG
@@ -110,6 +113,7 @@ p11_kit_iter_keep_session
 p11_kit_iter_get_object
 p11_kit_iter_load_attributes
 p11_kit_iter_free
+P11KitIterBehavior
 </SECTION>
 
 <SECTION>
index 1c2994dbfe18eaba401fde2f380d29f4dc5c9339..9c22ee0bf609ed94708e08837ba0d1e43047a40d 100644 (file)
@@ -95,6 +95,14 @@ struct p11_kit_iter {
        int preload_results : 1;
 };
 
+/**
+ * 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