Add @since lines to the documentation of some new methods
authorPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 4 Aug 2010 10:09:33 +0000 (11:09 +0100)
committerPhilip Withnall <philip.withnall@collabora.co.uk>
Wed, 4 Aug 2010 10:09:33 +0000 (11:09 +0100)
folks/persona-store.vala
folks/persona.vala

index 71d1954..2a74928 100644 (file)
@@ -134,6 +134,8 @@ public abstract class Folks.PersonaStore : Object
    *
    * This is not guaranteed to be unique even within this PersonaStore's
    * {@link Backend}.
+   *
+   * @since 0.1.13
    */
   public abstract string display_name { get; protected set; }
 
index e3bdfba..fb3127f 100644 (file)
@@ -78,6 +78,8 @@ public abstract class Folks.Persona : Object
    *
    * This is not guaranteed to be unique outside of the Persona's
    * {@link PersonaStore}.
+   *
+   * @since 0.1.13
    */
   public string display_id { get; construct; }