From fb7c1d5e4a00146580c9903a36ef561373dc1ed9 Mon Sep 17 00:00:00 2001 From: Xavier Claessens Date: Mon, 11 Jul 2011 11:03:16 +0200 Subject: [PATCH] Be more positive in doc --- telepathy-glib/connection-contact-list.c | 20 ++++++++++---------- telepathy-glib/contact-operations.c | 14 +++++++------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/telepathy-glib/connection-contact-list.c b/telepathy-glib/connection-contact-list.c index c7a886d..ea616d6 100644 --- a/telepathy-glib/connection-contact-list.c +++ b/telepathy-glib/connection-contact-list.c @@ -104,7 +104,7 @@ tp_connection_request_subscription_async (TpConnection *self, * * Finishes tp_connection_request_subscription_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -152,7 +152,7 @@ tp_connection_authorize_publication_async (TpConnection *self, * * Finishes tp_connection_authorize_publication_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -199,7 +199,7 @@ tp_connection_remove_contacts_async (TpConnection *self, * * Finishes tp_connection_remove_contacts_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -246,7 +246,7 @@ tp_connection_unsubscribe_async (TpConnection *self, * * Finishes tp_connection_unsubscribe_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -293,7 +293,7 @@ tp_connection_unpublish_async (TpConnection *self, * * Finishes tp_connection_unpublish_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -361,7 +361,7 @@ tp_connection_set_group_members_async (TpConnection *self, * * Finishes tp_connection_set_group_members_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -409,7 +409,7 @@ tp_connection_add_to_group_async (TpConnection *self, * * Finishes tp_connection_add_to_group_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -458,7 +458,7 @@ tp_connection_remove_from_group_async (TpConnection *self, * * Finishes tp_connection_remove_from_group_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -511,7 +511,7 @@ tp_connection_remove_group_async (TpConnection *self, * * Finishes tp_connection_remove_group_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -570,7 +570,7 @@ tp_connection_rename_group_async (TpConnection *self, * * Finishes tp_connection_rename_group_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ diff --git a/telepathy-glib/contact-operations.c b/telepathy-glib/contact-operations.c index 8b85f69..5ed16f8 100644 --- a/telepathy-glib/contact-operations.c +++ b/telepathy-glib/contact-operations.c @@ -54,7 +54,7 @@ tp_contact_request_subscription_async (TpContact *self, * * Finishes tp_contact_request_subscription_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -95,7 +95,7 @@ tp_contact_authorize_publication_async (TpContact *self, * * Finishes tp_contact_authorize_publication_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -136,7 +136,7 @@ tp_contact_remove_async (TpContact *self, * * Finishes tp_contact_remove_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -177,7 +177,7 @@ tp_contact_unsubscribe_async (TpContact *self, * * Finishes tp_contact_unsubscribe_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -218,7 +218,7 @@ tp_contact_unpublish_async (TpContact *self, * * Finishes tp_contact_unpublish_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -261,7 +261,7 @@ tp_contact_add_to_group_async (TpContact *self, * * Finishes tp_contact_add_to_group_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ @@ -304,7 +304,7 @@ tp_contact_remove_from_group_async (TpContact *self, * * Finishes tp_contact_remove_from_group_async() * - * Returns: %FALSE if the operation failed, %TRUE otherwise. + * Returns: %TRUE if the operation was successful, otherwise %FALSE. * * Since: 0.UNRELEASED */ -- 1.7.4.1