summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWill Thompson <will.thompson@collabora.co.uk>2012-11-14 17:24:14 +0000
committerWill Thompson <will.thompson@collabora.co.uk>2012-11-14 17:24:14 +0000
commitb4d42dcab0307f50c3aa488527dd11895604c01e (patch)
tree19a3bb348fef6bdabafdf07af9cbe3474f6c580d
parent4fb86fc1be9bdea989fed9a21c5796a1eccba504 (diff)
muc-channel: remove content-free/wrong docstrings
-rw-r--r--src/idle-muc-channel.c25
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;