[evolution-data-server/openismus-work-master: 104/134] ECollator: 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: 104/134] ECollator: Mark new apis since 3.12 instead of 3.10
- Date: Sat, 19 Oct 2013 19:05:45 +0000 (UTC)
commit 834d59d1eb8baba68a454d9cccaadb781dc65b68
Author: Tristan Van Berkom <tristanvb openismus com>
Date: Fri Oct 11 01:26:00 2013 +0200
ECollator: Mark new apis since 3.12 instead of 3.10
libedataserver/e-collator.c | 16 ++++++++--------
libedataserver/e-collator.h | 4 ++--
2 files changed, 10 insertions(+), 10 deletions(-)
---
diff --git a/libedataserver/e-collator.c b/libedataserver/e-collator.c
index 099abb6..6885e5b 100644
--- a/libedataserver/e-collator.c
+++ b/libedataserver/e-collator.c
@@ -276,7 +276,7 @@ convert_to_ustring (const gchar *string,
*
* Returns: (transfer full): A newly created #ECollator.
*
- * Since: 3.10
+ * Since: 3.12
*/
ECollator *
e_collator_new (const gchar *locale,
@@ -347,7 +347,7 @@ e_collator_new (const gchar *locale,
*
* Returns: (transfer full): @collator
*
- * Since: 3.10
+ * Since: 3.12
*/
ECollator *
e_collator_ref (ECollator *collator)
@@ -366,7 +366,7 @@ e_collator_ref (ECollator *collator)
* Decreases the reference count of @collator.
* If the reference count reaches 0 then the collator is freed
*
- * Since: 3.10
+ * Since: 3.12
*/
void
e_collator_unref (ECollator *collator)
@@ -405,7 +405,7 @@ e_collator_unref (ECollator *collator)
*
* Returns: (transfer full): A collation key for @str, or %NULL on failure with @error set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gchar *
e_collator_generate_key (ECollator *collator,
@@ -512,7 +512,7 @@ e_collator_generate_key (ECollator *collator,
*
* Returns: (transfer full): A sort key for the given index
*
- * Since: 3.10
+ * Since: 3.12
*/
gchar *
e_collator_generate_key_for_index (ECollator *collator,
@@ -541,7 +541,7 @@ e_collator_generate_key_for_index (ECollator *collator,
*
* Returns: %TRUE on success, otherwise if %FALSE is returned then @error will be set.
*
- * Since: 3.10
+ * Since: 3.12
*/
gboolean
e_collator_collate (ECollator *collator,
@@ -588,7 +588,7 @@ e_collator_collate (ECollator *collator,
* Returns: (array zero-terminated=1) (element-type utf8) (transfer none):
* The array of displayable labels for each index in the active alphabet(s).
*
- * Since: 3.10
+ * Since: 3.12
*/
const gchar *const *
e_collator_get_index_labels (ECollator *collator,
@@ -621,7 +621,7 @@ e_collator_get_index_labels (ECollator *collator,
*
* Returns: The alphabetic index under which @str would sort
*
- * Since: 3.10
+ * Since: 3.12
*/
gint
e_collator_get_index (ECollator *collator,
diff --git a/libedataserver/e-collator.h b/libedataserver/e-collator.h
index 59fdcc1..933c6d1 100644
--- a/libedataserver/e-collator.h
+++ b/libedataserver/e-collator.h
@@ -34,7 +34,7 @@
*
* An error domain for collation errors
*
- * Since: 3.10
+ * Since: 3.12
*/
#define E_COLLATOR_ERROR (e_collator_error_quark ())
@@ -62,7 +62,7 @@ typedef enum {
* An opaque object used for locale specific string comparisons
* and sort ordering.
*
- * Since: 3.10
+ * Since: 3.12
*/
typedef struct _ECollator ECollator;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]