[folks/648811-dummy-backend-rebase1: 41/41] dummy: Documentation updates
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [folks/648811-dummy-backend-rebase1: 41/41] dummy: Documentation updates
- Date: Thu, 7 Nov 2013 08:55:12 +0000 (UTC)
commit 266556cce660c4ba1ad5f30a079e1470348fee8d
Author: Philip Withnall <philip withnall collabora co uk>
Date: Thu Nov 7 08:41:47 2013 +0000
dummy: Documentation updates
backends/dummy/lib/dummy-persona-store.vala | 8 ++++++++
1 files changed, 8 insertions(+), 0 deletions(-)
---
diff --git a/backends/dummy/lib/dummy-persona-store.vala b/backends/dummy/lib/dummy-persona-store.vala
index 5f63b37..360ec06 100644
--- a/backends/dummy/lib/dummy-persona-store.vala
+++ b/backends/dummy/lib/dummy-persona-store.vala
@@ -281,6 +281,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
*
* See { link Folks.PersonaStore.add_persona_from_details}.
*
+ * @param details key–value pairs giving the new persona’s details
* @throws Folks.PersonaStoreError.STORE_OFFLINE if the store hasn’t been
* prepared
* @throws Folks.PersonaStoreError.CREATE_FAILED if creating the persona in
@@ -673,6 +674,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* zero, this function returns in an idle callback.
*
* @param delay number of milliseconds to delay for
+ *
* @since UNRELEASED
*/
private async void _implement_mock_delay (int delay)
@@ -718,6 +720,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* @returns delay to apply to the add persona operation (negative delays
* complete synchronously; zero delays complete in an idle callback; positive
* delays complete after that many milliseconds)
+ *
* @since UNRELEASED
*/
public delegate int AddPersonaFromDetailsMock (Persona persona)
@@ -763,6 +766,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* @returns delay to apply to the remove persona operation (negative delays
* complete synchronously; zero delays complete in an idle callback; positive
* delays complete after that many milliseconds)
+ *
* @since UNRELEASED
*/
public delegate int RemovePersonaMock (Persona persona)
@@ -806,6 +810,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* @returns delay to apply to the prepare operation (negative delays
* complete synchronously; zero delays complete in an idle callback; positive
* delays complete after that many milliseconds)
+ *
* @since UNRELEASED
*/
public delegate int PrepareMock () throws PersonaStoreError;
@@ -883,6 +888,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* @param can_alias_personas whether the store can handle and update
* user-specified persona aliases
* @param can_remove_personas whether the store can handle removing personas
+ *
* @since UNRELEASED
*/
public void set_capabilities (MaybeBool can_add_personas,
@@ -975,6 +981,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* { link PersonaStore.persona_type}.
*
* @param personas set of personas to register
+ *
* @since UNRELEASED
*/
public void register_personas (Set<Persona> personas)
@@ -1022,6 +1029,7 @@ public class FolksDummy.PersonaStore : Folks.PersonaStore
* changes will be pending until the store is next unfrozen.
*
* @param personas set of personas to unregister
+ *
* @since UNRELEASED
*/
public void unregister_personas (Set<Persona> personas)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]