[evolution-data-server/openismus-work-master: 112/118] EBookClientCursor: Mark new apis since 3.12 instead of 3.10
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution-data-server/openismus-work-master: 112/118] EBookClientCursor: Mark new apis since 3.12 instead of 3.10
- Date: Sat, 12 Oct 2013 02:04:22 +0000 (UTC)
commit ee33a5c4de247f5196c4a764773e17b8c3691315
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Fri Oct 11 01:28:17 2013 +0200
EBookClientCursor: Mark new apis since 3.12 instead of 3.10
addressbook/libebook/e-book-client-cursor.c | 46 +++++++++++++-------------
addressbook/libebook/e-book-client-cursor.h | 4 +-
2 files changed, 25 insertions(+), 25 deletions(-)
---
diff --git a/addressbook/libebook/e-book-client-cursor.c b/addressbook/libebook/e-book-client-cursor.c
index df2c513..db1ecf8 100644
--- a/addressbook/libebook/e-book-client-cursor.c
+++ b/addressbook/libebook/e-book-client-cursor.c
@@ -439,7 +439,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
*
* The #EContactField names to sort this cursor with
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -457,7 +457,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
*
* The #EBookClient which this cursor was created for
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -475,7 +475,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
*
* The #GMainContext in which the #EBookClient created this cursor.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -493,7 +493,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
*
* The #GDBusConnection to the addressbook server.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -512,7 +512,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
*
* The D-Bus object path to find the server side cursor object.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -532,7 +532,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
*
* The direct handle to the #EDataBookCursor for direct read access mode.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -564,7 +564,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
* delivered in the #GMainContext which was the thread
* default context at cursor creation time.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -586,7 +586,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
* delivered in the #GMainContext which was the thread
* default context at cursor creation time.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -607,7 +607,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
* delivered in the #GMainContext which was the thread
* default context at cursor creation time.
*
- * Since: 3.10
+ * Since: 3.12
*/
g_object_class_install_property (
object_class,
@@ -632,7 +632,7 @@ e_book_client_cursor_class_init (EBookClientCursorClass *class)
* This signal is guaranteed to be delivered in the #GMainContext
* which was the thread default context at cursor creation time.
*
- * Since: 3.10
+ * Since: 3.12
*/
signals[REFRESH] = g_signal_new (
"refresh",
@@ -1828,7 +1828,7 @@ alphabet_index_thread (GSimpleAsyncResult *simple,
*
* Returns: (transfer full): an #EBookClient
*
- * Since: 3.10
+ * Since: 3.12
*/
EBookClient *
e_book_client_cursor_ref_client (EBookClientCursor *cursor)
@@ -1875,7 +1875,7 @@ e_book_client_cursor_ref_client (EBookClientCursor *cursor)
* Returns: (array zero-terminated=1) (element-type utf8) (transfer none):
* The array of displayable labels for each index in the active alphabet.
*
- * Since: 3.10
+ * Since: 3.12
*/
const gchar * const *
e_book_client_cursor_get_alphabet (EBookClientCursor *cursor,
@@ -1906,7 +1906,7 @@ e_book_client_cursor_get_alphabet (EBookClientCursor *cursor,
*
* Returns: The total number of contacts matching @cursor's query
*
- * Since: 3.10
+ * Since: 3.12
*/
gint
e_book_client_cursor_get_total (EBookClientCursor *cursor)
@@ -1932,7 +1932,7 @@ e_book_client_cursor_get_total (EBookClientCursor *cursor)
*
* Returns: The current cursor position
*
- * Since: 3.10
+ * Since: 3.12
*/
gint
e_book_client_cursor_get_position (EBookClientCursor *cursor)
@@ -1957,7 +1957,7 @@ e_book_client_cursor_get_position (EBookClientCursor *cursor)
* This asynchronous call is completed with a call to
* e_book_client_cursor_set_sexp_finish() from the specified @callback.
*
- * Since: 3.10
+ * Since: 3.12
*/
void
e_book_client_cursor_set_sexp (EBookClientCursor *cursor,
@@ -2001,7 +2001,7 @@ e_book_client_cursor_set_sexp (EBookClientCursor *cursor,
*
* Returns: %TRUE on success, otherwise %FALSE is returned and @error is set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gboolean
e_book_client_cursor_set_sexp_finish (EBookClientCursor *cursor,
@@ -2060,7 +2060,7 @@ e_book_client_cursor_set_sexp_finish (EBookClientCursor *cursor,
*
* Returns: %TRUE on success, otherwise %FALSE is returned and @error is set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gboolean
e_book_client_cursor_set_sexp_sync (EBookClientCursor *cursor,
@@ -2115,7 +2115,7 @@ e_book_client_cursor_set_sexp_sync (EBookClientCursor *cursor,
* This asynchronous call is completed with a call to
* e_book_client_cursor_move_by_finish() from the specified @callback.
*
- * Since: 3.10
+ * Since: 3.12
*/
void
e_book_client_cursor_move_by (EBookClientCursor *cursor,
@@ -2162,7 +2162,7 @@ e_book_client_cursor_move_by (EBookClientCursor *cursor,
*
* Returns: %TRUE on success, otherwise %FALSE is returned and @error is set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gboolean
e_book_client_cursor_move_by_finish (EBookClientCursor *cursor,
@@ -2256,7 +2256,7 @@ e_book_client_cursor_move_by_finish (EBookClientCursor *cursor,
*
* Returns: %TRUE on success, otherwise %FALSE is returned and @error is set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gboolean
e_book_client_cursor_move_by_sync (EBookClientCursor *cursor,
@@ -2309,7 +2309,7 @@ e_book_client_cursor_move_by_sync (EBookClientCursor *cursor,
* This asynchronous call is completed with a call to
* e_book_client_cursor_set_alphabetic_index_finish() from the specified @callback.
*
- * Since: 3.10
+ * Since: 3.12
*/
void
e_book_client_cursor_set_alphabetic_index (EBookClientCursor *cursor,
@@ -2416,7 +2416,7 @@ e_book_client_cursor_set_alphabetic_index_finish (EBookClientCursor *cursor,
*
* Returns: %TRUE on success, otherwise %FALSE is returned and @error is set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gboolean
e_book_client_cursor_set_alphabetic_index_sync (EBookClientCursor *cursor,
@@ -2459,7 +2459,7 @@ e_book_client_cursor_set_alphabetic_index_sync (EBookClientCursor *cursor,
*
* Returns: The alphabetic index of @contact in @cursor.
*
- * Since: 3.10
+ * Since: 3.12
*/
gint
e_book_client_cursor_get_contact_alphabetic_index (EBookClientCursor *cursor,
diff --git a/addressbook/libebook/e-book-client-cursor.h b/addressbook/libebook/e-book-client-cursor.h
index 5d91134..7e2bdff 100644
--- a/addressbook/libebook/e-book-client-cursor.h
+++ b/addressbook/libebook/e-book-client-cursor.h
@@ -60,7 +60,7 @@ struct _EBookClient;
*
* Contains only private data.
*
- * Since: 3.10
+ * Since: 3.12
*/
struct _EBookClientCursor {
/*< private >*/
@@ -74,7 +74,7 @@ struct _EBookClientCursor {
*
* The cursor class structure.
*
- * Since: 3.10
+ * Since: 3.12
*/
struct _EBookClientCursorClass {
/*< private >*/
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]