gsasl-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

CVS gsasl/lib/src


From: gsasl-commit
Subject: CVS gsasl/lib/src
Date: Sun, 31 Oct 2004 16:26:51 +0100

Update of /home/cvs/gsasl/lib/src
In directory dopio:/tmp/cvs-serv12180

Modified Files:
        register.c property.c callback.c 
Log Message:
Doc fix.


--- /home/cvs/gsasl/lib/src/register.c  2004/09/24 00:42:53     1.5
+++ /home/cvs/gsasl/lib/src/register.c  2004/10/31 15:26:46     1.6
@@ -30,6 +30,8 @@
  * to the list of plugins that is used by the library.
  *
  * Return value: GSASL_OK iff successful, otherwise GSASL_MALLOC_ERROR.
+ *
+ * Since: 0.2.0
  **/
 int
 gsasl_register (Gsasl * ctx, const Gsasl_mechanism * mech)
--- /home/cvs/gsasl/lib/src/property.c  2004/10/14 21:55:38     1.14
+++ /home/cvs/gsasl/lib/src/property.c  2004/10/31 15:26:46     1.15
@@ -149,6 +149,8 @@
  * same time.  The functions gsasl_property_get() and
  * gsasl_property_fast() will fall back to the global variables if no
  * session specific data is present.
+ *
+ * Since: 0.2.0
  **/
 void
 gsasl_property_set (Gsasl_session * sctx, Gsasl_property prop,
@@ -172,6 +174,8 @@
  *
  * Except for the length indicator, this function is identical to
  * gsasl_property_set.
+ *
+ * Since: 0.2.0
  **/
 void
 gsasl_property_lset (Gsasl_session * sctx, Gsasl_property prop,
@@ -212,6 +216,8 @@
  * same time.  The functions gsasl_property_get() and
  * gsasl_property_fast() will fall back to the global variables if no
  * session specific data is present.
+ *
+ * Since: 0.2.0
  **/
 void
 gsasl_property_set_global (Gsasl * ctx, Gsasl_property prop, const char *data)
@@ -243,6 +249,8 @@
  * is not already known.
  *
  * Return value: Return data for property, or NULL if no value known.
+ *
+ * Since: 0.2.0
  **/
 const char *
 gsasl_property_fast_global (Gsasl * ctx, Gsasl_property prop)
@@ -269,6 +277,8 @@
  * is not already known.
  *
  * Return value: Return data for property, or NULL if no value known.
+ *
+ * Since: 0.2.0
  **/
 const char *
 gsasl_property_fast (Gsasl_session * sctx, Gsasl_property prop)
@@ -303,6 +313,8 @@
  * old.
  *
  * Return value: Return data for property, or NULL if no value known.
+ *
+ * Since: 0.2.0
  **/
 const char *
 gsasl_property_get (Gsasl_session * sctx, Gsasl_property prop)
@@ -447,6 +459,8 @@
  * gsasl_callback_global(), if a value is not already known.
  *
  * Return value: Return data for property, or NULL if no value known.
+ *
+ * Since: 0.2.0
  **/
 const char *
 gsasl_property_get_global (Gsasl * ctx, Gsasl_property prop)
--- /home/cvs/gsasl/lib/src/callback.c  2004/10/14 21:33:10     1.14
+++ /home/cvs/gsasl/lib/src/callback.c  2004/10/31 15:26:46     1.15
@@ -36,6 +36,8 @@
  * "token") where "token" is the anonymous token the application
  * wishes the SASL mechanism to use.  See the manual for the meaning
  * of all parameters.
+ *
+ * Since: 0.2.0
  **/
 void
 gsasl_callback_set (Gsasl * ctx, Gsasl_callback_function cb)
@@ -65,6 +67,8 @@
  *
  * Return value: Returns whatever the application callback return, or
  *   GSASL_NO_CALLBACK if no application was known.
+ *
+ * Since: 0.2.0
  **/
 int
 gsasl_callback (Gsasl * ctx, Gsasl_session * sctx, Gsasl_property prop)
@@ -148,6 +152,8 @@
  * retrieved by calling gsasl_callback_hook_get().  It is normally
  * used by the application to maintain state between the main program
  * and the callback.
+ *
+ * Since: 0.2.0
  **/
 void
 gsasl_callback_hook_set (Gsasl * ctx, void *hook)
@@ -165,6 +171,8 @@
  * program and the callback.
  *
  * Return value: Returns the application specific data, or NULL.
+ *
+ * Since: 0.2.0
  **/
 void *
 gsasl_callback_hook_get (Gsasl * ctx)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]