From 2c8107f9b6d7e265384d04977ef13539ca3c4a9e Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Sun, 13 Feb 2011 16:08:51 +0100 Subject: [PATCH 2/2] Cleanup comments that no longer match source. --- src/salut-contact-channel.c | 18 ------------------ src/salut-im-channel.c | 24 ------------------------ 2 files changed, 0 insertions(+), 42 deletions(-) diff --git a/src/salut-contact-channel.c b/src/salut-contact-channel.c index f09e1e5..e82053a 100644 --- a/src/salut-contact-channel.c +++ b/src/salut-contact-channel.c @@ -386,12 +386,6 @@ salut_contact_channel_finalize (GObject *object) * * Implements DBus method GetChannelType * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_contact_channel_get_channel_type (TpSvcChannel *iface, @@ -407,12 +401,6 @@ salut_contact_channel_get_channel_type (TpSvcChannel *iface, * * Implements DBus method GetHandle * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_contact_channel_get_handle (TpSvcChannel *iface, @@ -431,12 +419,6 @@ salut_contact_channel_get_handle (TpSvcChannel *iface, * * Implements DBus method GetInterfaces * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_contact_channel_get_interfaces (TpSvcChannel *iface, diff --git a/src/salut-im-channel.c b/src/salut-im-channel.c index f13fe5d..123987c 100644 --- a/src/salut-im-channel.c +++ b/src/salut-im-channel.c @@ -972,12 +972,6 @@ salut_im_channel_is_text_message (WockyStanza *stanza) * * Implements DBus method Close * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_im_channel_close (TpSvcChannel *iface, @@ -993,12 +987,6 @@ salut_im_channel_close (TpSvcChannel *iface, * * Implements DBus method GetChannelType * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_im_channel_get_channel_type (TpSvcChannel *iface, @@ -1014,12 +1002,6 @@ salut_im_channel_get_channel_type (TpSvcChannel *iface, * * Implements DBus method GetHandle * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_im_channel_get_handle (TpSvcChannel *iface, @@ -1038,12 +1020,6 @@ salut_im_channel_get_handle (TpSvcChannel *iface, * * Implements DBus method GetInterfaces * on interface org.freedesktop.Telepathy.Channel - * - * @error: Used to return a pointer to a GError detailing any error - * that occured, DBus will throw the error only if this - * function returns false. - * - * Returns: TRUE if successful, FALSE if an error was thrown. */ static void salut_im_channel_get_interfaces (TpSvcChannel *iface, -- 1.7.1