[evolution-data-server/openismus-work-master: 106/134] EBookClient: Mark new apis since 3.12 instead of 3.10



commit f68af92be5512cc70d03036d89bdd753154a06f5
Author: Tristan Van Berkom <tristanvb openismus com>
Date:   Fri Oct 11 01:27:58 2013 +0200

    EBookClient: Mark new apis since 3.12 instead of 3.10

 addressbook/libebook/e-book-client.c |   14 +++++++-------
 1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/addressbook/libebook/e-book-client.c b/addressbook/libebook/e-book-client.c
index 972f900..8b2cde8 100644
--- a/addressbook/libebook/e-book-client.c
+++ b/addressbook/libebook/e-book-client.c
@@ -1112,7 +1112,7 @@ e_book_client_class_init (EBookClientClass *class)
         *
         * The currently active locale for this addressbook.
         *
-        * Since: 3.10
+        * Since: 3.12
         */
        g_object_class_install_property (
                object_class,
@@ -1553,7 +1553,7 @@ exit:
  * When the operation is finished, @callback will be called.  You can then
  * call e_book_client_connect_direct_finish() to get the result of the operation.
  *
- * Since: 3.10
+ * Since: 3.12
  **/
 void
 e_book_client_connect_direct (ESource *source,
@@ -1616,7 +1616,7 @@ e_book_client_connect_direct (ESource *source,
  *
  * Returns: (transfer full) (type EBookClient): a new #EBookClient, or %NULL
  *
- * Since: 3.10
+ * Since: 3.12
  **/
 EClient *
 e_book_client_connect_direct_finish (GAsyncResult *result,
@@ -3926,7 +3926,7 @@ e_book_client_get_cursor_with_context (EBookClient *client,
  * Note: @sexp can be obtained through #EBookQuery, by converting it
  * to a string with e_book_query_to_string().
  *
- * Since: 3.10
+ * Since: 3.12
  */
 void
 e_book_client_get_cursor (EBookClient *client,
@@ -3966,7 +3966,7 @@ e_book_client_get_cursor (EBookClient *client,
  *
  * Returns: %TRUE if successful, %FALSE otherwise.
  *
- * Since: 3.10
+ * Since: 3.12
  */
 gboolean
 e_book_client_get_cursor_finish (EBookClient *client,
@@ -4017,7 +4017,7 @@ e_book_client_get_cursor_finish (EBookClient *client,
  *
  * Returns: %TRUE if successful, %FALSE otherwise.
  *
- * Since: 3.10
+ * Since: 3.12
  */
 gboolean
 e_book_client_get_cursor_sync (EBookClient *client,
@@ -4092,7 +4092,7 @@ book_client_set_locale (EBookClient *client,
  *
  * Returns: (transfer none): The currently set locale for @client
  *
- * Since: 3.10
+ * Since: 3.12
  */
 const gchar *
 e_book_client_get_locale (EBookClient *client)


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