diff options
author | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-01-27 16:41:04 +0000 |
---|---|---|
committer | Jonny Lamb <jonny.lamb@collabora.co.uk> | 2011-01-27 16:42:02 +0000 |
commit | 1f41608c4b458c4f3d047d8e2ee38fdf6677af4f (patch) | |
tree | 67d161a4615b15335f53bbcb3f4459310f0d4a45 | |
parent | 006f37f0f5c9382b914ff83e27d0ab490ee2c1c7 (diff) |
version 0.13.11telepathy-glib-0.13.11
Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | configure.ac | 4 | ||||
-rw-r--r-- | telepathy-glib/abi.am | 1 | ||||
-rw-r--r-- | telepathy-glib/capabilities.c | 2 | ||||
-rw-r--r-- | telepathy-glib/contact-search-result.c | 12 | ||||
-rw-r--r-- | telepathy-glib/contact-search.c | 34 | ||||
-rw-r--r-- | telepathy-glib/versions/0.13.11.abi | 19 |
7 files changed, 47 insertions, 27 deletions
@@ -1,4 +1,4 @@ -telepathy-glib 0.13.11 (UNRELEASED) +telepathy-glib 0.13.11 (2010-01-27) =================================== The “and, erm … I own an M-16 fully-automatic ground assault rifle” release. diff --git a/configure.ac b/configure.ac index 6b3bf1627..a589022ad 100644 --- a/configure.ac +++ b/configure.ac @@ -11,8 +11,8 @@ AC_PREREQ([2.59]) m4_define([tp_glib_major_version], [0]) m4_define([tp_glib_minor_version], [13]) -m4_define([tp_glib_micro_version], [10]) -m4_define([tp_glib_nano_version], [1]) +m4_define([tp_glib_micro_version], [11]) +m4_define([tp_glib_nano_version], [0]) # If library source has changed since last release, increment revision # If interfaces have been added, removed or changed since last release, diff --git a/telepathy-glib/abi.am b/telepathy-glib/abi.am index ae96bb80e..066e2e22c 100644 --- a/telepathy-glib/abi.am +++ b/telepathy-glib/abi.am @@ -60,6 +60,7 @@ ABI_LISTS = \ versions/0.13.8.abi \ versions/0.13.9.abi \ versions/0.13.10.abi \ + versions/0.13.11.abi \ $(NULL) # The quoting here is unnecessary but harmless, and has the useful side-effect diff --git a/telepathy-glib/capabilities.c b/telepathy-glib/capabilities.c index a7c9cfbb2..9386a4230 100644 --- a/telepathy-glib/capabilities.c +++ b/telepathy-glib/capabilities.c @@ -494,7 +494,7 @@ tp_capabilities_supports_dbus_tubes (TpCapabilities *self, * * Returns: %TRUE if #TpContactSearch can be used. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ gboolean tp_capabilities_supports_contact_search (TpCapabilities *self, diff --git a/telepathy-glib/contact-search-result.c b/telepathy-glib/contact-search-result.c index 8941de3e0..a47e7eed0 100644 --- a/telepathy-glib/contact-search-result.c +++ b/telepathy-glib/contact-search-result.c @@ -39,7 +39,7 @@ * #TpContactSearchResult objects represent results for * #TpContactSearch. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ /** @@ -47,7 +47,7 @@ * * The class of a #TpContactSearchResult. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ /** @@ -57,7 +57,7 @@ * search channel. * There are no interesting public struct fields. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ G_DEFINE_TYPE (TpContactSearchResult, @@ -155,7 +155,7 @@ tp_contact_search_result_class_init (TpContactSearchResultClass *klass) * * The contact identifier. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ g_object_class_install_property (gobject_class, PROP_IDENTIFIER, @@ -204,7 +204,7 @@ _tp_contact_search_result_insert_field (TpContactSearchResult *self, * * Returns: the contact identifier. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ const gchar * tp_contact_search_result_get_identifier (TpContactSearchResult *self) @@ -224,7 +224,7 @@ tp_contact_search_result_get_identifier (TpContactSearchResult *self) * Returns: (transfer none): the specified field, or %NULL if the * result doesn't have it. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ TpContactInfoField * tp_contact_search_result_get_field (TpContactSearchResult *self, diff --git a/telepathy-glib/contact-search.c b/telepathy-glib/contact-search.c index 0bc81819b..1f9ba3543 100644 --- a/telepathy-glib/contact-search.c +++ b/telepathy-glib/contact-search.c @@ -56,7 +56,7 @@ * You can search as many times as you want on a #TpContactSearch object, * but you need to call tp_contact_search_reset_async() between searches. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ /** @@ -64,7 +64,7 @@ * * The class of a #TpContactSearch. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ /** @@ -73,7 +73,7 @@ * An object for Telepathy contact searches. * There are no interesting public struct fields. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ static void async_initable_iface_init (GAsyncInitableIface *iface); @@ -393,7 +393,7 @@ tp_contact_search_class_init (TpContactSearchClass *klass) * * This search's account. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ g_object_class_install_property (gobject_class, PROP_ACCOUNT, @@ -413,7 +413,7 @@ tp_contact_search_class_init (TpContactSearchClass *klass) * To change the server after the object has been constructed, * use tp_contact_search_reset_async(). * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ g_object_class_install_property (gobject_class, PROP_SERVER, @@ -434,7 +434,7 @@ tp_contact_search_class_init (TpContactSearchClass *klass) * To change the limit after the object has been constructed, * use tp_contact_search_reset_async(). * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ g_object_class_install_property (gobject_class, PROP_LIMIT, @@ -451,7 +451,7 @@ tp_contact_search_class_init (TpContactSearchClass *klass) * * This search's state, as a %TpChannelContactSearchState. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ g_object_class_install_property (gobject_class, PROP_STATE, @@ -472,7 +472,7 @@ tp_contact_search_class_init (TpContactSearchClass *klass) * Emitted when search results are received. Note that this signal may * be emitted multiple times for the same search. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ _signals[SEARCH_RESULTS_RECEIVED] = g_signal_new ("search-results-received", G_TYPE_FROM_CLASS (klass), @@ -509,7 +509,7 @@ tp_contact_search_init (TpContactSearch *self) * * <!-- --> * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ void tp_contact_search_new_async (TpAccount *account, @@ -541,7 +541,7 @@ tp_contact_search_new_async (TpAccount *account, * Returns: (transfer full): a new contact search object, or %NULL * in case of error. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ TpContactSearch * tp_contact_search_new_finish (GAsyncResult *result, @@ -576,7 +576,7 @@ tp_contact_search_new_finish (GAsyncResult *result, * it will be cancelled and tp_contact_search_reset_finish() will * return an appropriate error. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ void tp_contact_search_reset_async (TpContactSearch *self, @@ -620,7 +620,7 @@ tp_contact_search_reset_async (TpContactSearch *self, * Returns: (transfer none): the new search keys, or %NULL * in case of error. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ const gchar * const * tp_contact_search_reset_finish (TpContactSearch *self, @@ -656,7 +656,7 @@ tp_contact_search_reset_finish (TpContactSearch *self, * Before searching again on the same #TpContactSearch, you must * call tp_contact_search_reset_async(). * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ void tp_contact_search_start (TpContactSearch *self, @@ -685,7 +685,7 @@ tp_contact_search_start (TpContactSearch *self, * * Returns: (transfer none): the new search keys, or %NULL. * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ const gchar * const * tp_contact_search_get_search_keys (TpContactSearch *self) @@ -703,7 +703,7 @@ tp_contact_search_get_search_keys (TpContactSearch *self) * * Returns: The TpContactSearch:account property * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ TpAccount * tp_contact_search_get_account (TpContactSearch *self) @@ -721,7 +721,7 @@ tp_contact_search_get_account (TpContactSearch *self) * * Returns: The TpContactSearch:server property * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ const gchar * tp_contact_search_get_server (TpContactSearch *self) @@ -739,7 +739,7 @@ tp_contact_search_get_server (TpContactSearch *self) * * Returns: The TpContactSearch:limit property * - * Since: 0.13.UNRELEASED + * Since: 0.13.11 */ guint tp_contact_search_get_limit (TpContactSearch *self) diff --git a/telepathy-glib/versions/0.13.11.abi b/telepathy-glib/versions/0.13.11.abi new file mode 100644 index 000000000..4769c9d21 --- /dev/null +++ b/telepathy-glib/versions/0.13.11.abi @@ -0,0 +1,19 @@ +Version: TELEPATHY_GLIB_0.13.11 +Extends: TELEPATHY_GLIB_0.13.10 +Release: 0.13.11 + +tp_contact_search_get_account +tp_contact_search_result_get_identifier +tp_contact_search_start +tp_contact_search_new_finish +tp_contact_search_reset_finish +tp_contact_search_reset_async +tp_contact_search_get_type +tp_capabilities_supports_contact_search +tp_contact_search_get_server +tp_contact_search_new_async +tp_contact_search_result_get_field +tp_contact_search_result_get_type +tp_contact_search_result_get_fields +tp_contact_search_get_limit +tp_contact_search_get_search_keys |