summaryrefslogtreecommitdiff
path: root/telepathy-glib/connection-contact-list.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-08 12:53:20 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2011-11-08 13:02:51 +0100
commitc090f34baea89267739f5f1c923ab678088f3f47 (patch)
treeb6cd4056a9ef55548b09c1dccae4d649a45dc5dc /telepathy-glib/connection-contact-list.c
parent3e0d6d15c1c053a40031d41912700a10130e9243 (diff)
downloadtelepathy-glib-c090f34baea89267739f5f1c923ab678088f3f47.tar.gz
prepare 0.17.0telepathy-glib-0.17.0
Diffstat (limited to 'telepathy-glib/connection-contact-list.c')
-rw-r--r--telepathy-glib/connection-contact-list.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/telepathy-glib/connection-contact-list.c b/telepathy-glib/connection-contact-list.c
index 6e3a3e59b..01988a9a7 100644
--- a/telepathy-glib/connection-contact-list.c
+++ b/telepathy-glib/connection-contact-list.c
@@ -1428,7 +1428,7 @@ tp_connection_rename_group_finish (TpConnection *self,
*
* Direct the server to block @contacts.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
void
tp_connection_block_contacts_async (TpConnection *self,
@@ -1467,7 +1467,7 @@ tp_connection_block_contacts_async (TpConnection *self,
*
* Returns: %TRUE if the operation was successful, otherwise %FALSE.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
gboolean
tp_connection_block_contacts_finish (TpConnection *self,
@@ -1488,7 +1488,7 @@ tp_connection_block_contacts_finish (TpConnection *self,
*
* Direct the server to unblock @contacts.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
void
tp_connection_unblock_contacts_async (TpConnection *self,
@@ -1526,7 +1526,7 @@ tp_connection_unblock_contacts_async (TpConnection *self,
*
* Returns: %TRUE if the operation was successful, otherwise %FALSE.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
gboolean
tp_connection_unblock_contacts_finish (TpConnection *self,
@@ -1550,7 +1550,7 @@ tp_connection_unblock_contacts_finish (TpConnection *self,
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
GQuark
@@ -1907,7 +1907,7 @@ _tp_connection_prepare_contact_blocking_async (TpProxy *proxy,
*
* Returns: the value of #TpConnection:can-report-abusive
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
gboolean
tp_connection_can_report_abusive (TpConnection *self)
@@ -1925,7 +1925,7 @@ tp_connection_can_report_abusive (TpConnection *self)
* Returns: (transfer none) (element-type TelepathyGLib.Contact): the value of
* #TpConnection:blocked-contacts
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
GPtrArray *
tp_connection_get_blocked_contacts (TpConnection *self)
@@ -1954,7 +1954,7 @@ _tp_connection_blocked_changed_queue_free (GQueue *queue)
* One can ask for a feature to be prepared using the
* tp_proxy_prepare_async() function, and waiting for it to callback.
*
- * Since: 0.UNRELEASED
+ * Since: 0.17.0
*/
GQuark
tp_connection_get_feature_quark_contact_list_properties (void)