telepathy-idle: muc-channel: remove content-free/wrong docstrings

Will Thompson wjt at kemper.freedesktop.org
Wed Nov 14 11:12:54 PST 2012


Module: telepathy-idle
Branch: master
Commit: b4d42dcab0307f50c3aa488527dd11895604c01e
URL:    http://cgit.freedesktop.org/telepathy/telepathy-idle/commit/?id=b4d42dcab0307f50c3aa488527dd11895604c01e

Author: Will Thompson <will.thompson at collabora.co.uk>
Date:   Wed Nov 14 17:24:14 2012 +0000

muc-channel: remove content-free/wrong docstrings

---

 src/idle-muc-channel.c |   25 +------------------------
 1 files changed, 1 insertions(+), 24 deletions(-)

diff --git a/src/idle-muc-channel.c b/src/idle-muc-channel.c
index b6b6fb4..6e298aa 100644
--- a/src/idle-muc-channel.c
+++ b/src/idle-muc-channel.c
@@ -1373,18 +1373,7 @@ idle_muc_channel_destroy (
 	tp_svc_channel_interface_destroyable_return_from_destroy (context);
 }
 
-/**
- * idle_muc_channel_get_password_flags
- *
- * Implements DBus method GetPasswordFlags
- * on interface org.freedesktop.Telepathy.Channel.Interface.Password
- *
- * @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 idle_muc_channel_get_password_flags (TpSvcChannelInterfacePassword *iface, DBusGMethodInvocation *context) {
 	IdleMUCChannel *obj = IDLE_MUC_CHANNEL(iface);
 	IdleMUCChannelPrivate *priv;
@@ -1398,18 +1387,6 @@ static void idle_muc_channel_get_password_flags (TpSvcChannelInterfacePassword *
 }
 
 
-/**
- * idle_muc_channel_provide_password
- *
- * Implements DBus method ProvidePassword
- * on interface org.freedesktop.Telepathy.Channel.Interface.Password
- *
- * @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 idle_muc_channel_provide_password (TpSvcChannelInterfacePassword *iface, const gchar * password, DBusGMethodInvocation *context) {
 	IdleMUCChannel *obj = IDLE_MUC_CHANNEL(iface);
 	IdleMUCChannelPrivate *priv;



More information about the telepathy-commits mailing list