[folks/648811-dummy-backend-rebase1] dummy: Fix some documentation comments
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1] dummy: Fix some documentation comments
- Date: Wed, 6 Nov 2013 14:13:32 +0000 (UTC)
commit 5871a9eab52e2250d9612baa44cd67d1e6de8d5c
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]