[folks] Set @since lines for new release.



commit a77a239c0dbf87c9ca47a8c7a4a60c59e34a51d0
Author: Travis Reitter <travis reitter collabora co uk>
Date:   Mon Jan 31 09:07:36 2011 -0800

    Set @since lines for new release.

 folks/imable.vala          |    2 +-
 folks/linked-hash-set.vala |    6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)
---
diff --git a/folks/imable.vala b/folks/imable.vala
index dce0d70..b54f88f 100644
--- a/folks/imable.vala
+++ b/folks/imable.vala
@@ -52,7 +52,7 @@ public interface Folks.IMable : Object
    * All the IM addresses must be normalised using
    * { link IMable.normalise_im_address} before being added to this property.
    *
-   * @since 0.3.UNRELEASED
+   * @since 0.3.4
    */
   public abstract HashTable<string, LinkedHashSet<string>> im_addresses
     {
diff --git a/folks/linked-hash-set.vala b/folks/linked-hash-set.vala
index 607feaf..04f223a 100644
--- a/folks/linked-hash-set.vala
+++ b/folks/linked-hash-set.vala
@@ -23,7 +23,7 @@ using Gee;
 /* Linked list implementation of the { link Gee.Set} interface.
  * This implementation provides an ordered set with predictable iteration.
  *
- * @since 0.3.UNRELEASED
+ * @since 0.3.4
  */
 public class Folks.LinkedHashSet<G> : AbstractList<G>,
     Set<G>
@@ -41,6 +41,8 @@ public class Folks.LinkedHashSet<G> : AbstractList<G>,
    *
    * @param hash_func an optional hash function
    * @param equal_func an optional equality testing function
+   *
+   * @since 0.3.4
    */
   public LinkedHashSet (HashFunc? hash_func = null,
       EqualFunc? equal_func = null)
@@ -200,4 +202,4 @@ public class Folks.LinkedHashSet<G> : AbstractList<G>,
   {
     return this._linked_list.list_iterator ();
   }
-}
\ No newline at end of file
+}



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