From 0e3427491df99f1fc1babadb7fa0cafe929ee02e Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 4 Aug 2010 11:09:33 +0100 Subject: [PATCH] Add @since lines to the documentation of some new methods --- folks/persona-store.vala | 2 ++ folks/persona.vala | 2 ++ 2 files changed, 4 insertions(+) diff --git a/folks/persona-store.vala b/folks/persona-store.vala index 71d1954..2a74928 100644 --- a/folks/persona-store.vala +++ b/folks/persona-store.vala @@ -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; } diff --git a/folks/persona.vala b/folks/persona.vala index e3bdfba..fb3127f 100644 --- a/folks/persona.vala +++ b/folks/persona.vala @@ -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; } -- 2.7.4