Added the READ_ONLY PersonaStore error
authorRaul Gutierrez Segales <raul.gutierrez.segales@collabora.co.uk>
Mon, 10 Jan 2011 19:30:33 +0000 (19:30 +0000)
committerTravis Reitter <travis.reitter@collabora.co.uk>
Wed, 2 Feb 2011 01:00:19 +0000 (17:00 -0800)
folks/persona-store.vala

index 7118cb4..71b7e3d 100644 (file)
@@ -91,6 +91,13 @@ public errordomain Folks.PersonaStoreError
    * @since 0.3.0
    */
   STORE_OFFLINE,
+
+  /**
+   * The {@link PersonaStore} doesn't support write operations.
+   *
+   * @since 0.3.4
+   */
+  READ_ONLY,
 }
 
 /**