[folks/648811-dummy-backend-rebase1: 16/48] dummy: Fix some documentation comments



commit 83b811bfffb8269d95c66e84860814327d654f0f
Author: Philip Withnall <philip withnall collabora co uk>
Date:   Wed Nov 6 10:45:14 2013 +0000

    dummy: Fix some documentation comments

 backends/dummy/lib/dummy-persona-store.vala |    7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)
---
diff --git a/backends/dummy/lib/dummy-persona-store.vala b/backends/dummy/lib/dummy-persona-store.vala
index 5492318..02c956e 100644
--- a/backends/dummy/lib/dummy-persona-store.vala
+++ b/backends/dummy/lib/dummy-persona-store.vala
@@ -297,7 +297,7 @@ public class Dummyf.PersonaStore : Folks.PersonaStore
   public override async Folks.Persona? add_persona_from_details (
       HashTable<string, Value?> details) throws PersonaStoreError
     {
-      // We have to have called prepare() beforehand.
+      /* We have to have called prepare() beforehand. */
       if (!this._is_prepared)
         {
           throw new PersonaStoreError.STORE_OFFLINE (
@@ -613,7 +613,7 @@ public class Dummyf.PersonaStore : Folks.PersonaStore
       throws PersonaStoreError
       requires (persona is Dummyf.Persona)
     {
-      // We have to have called prepare() beforehand.
+      /* We have to have called prepare() beforehand. */
       if (!this._is_prepared)
         {
           throw new PersonaStoreError.STORE_OFFLINE (
@@ -751,7 +751,8 @@ public class Dummyf.PersonaStore : Folks.PersonaStore
    * subtype of { link Dummyf.Persona}.
    *
    * This may be modified at any time, with modifications taking effect for the
-   * next call to { link PersonaStore.add_persona_from_details}.
+   * next call to { link PersonaStore.add_persona_from_details} or
+   * { link PersonaStore.register_personas}.
    *
    * @since UNRELEASED
    */


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