/soc/2013/ankitkv/gobjectification: 5272e3736c71: Mention that a...

Ankit Vani a at nevitus.org
Thu Aug 8 13:57:50 EDT 2013


Changeset: 5272e3736c71d08885001c0bac45ec1f78f3dcc7
Author:	 Ankit Vani <a at nevitus.org>
Date:	 2013-08-08 23:27 +0530
Branch:	 soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/5272e3736c71

Description:

Mention that accounts will be disconnected on protocol's removal

diffstat:

 libpurple/prpl.h |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (13 lines):

diff --git a/libpurple/prpl.h b/libpurple/prpl.h
--- a/libpurple/prpl.h
+++ b/libpurple/prpl.h
@@ -1000,7 +1000,8 @@ PurplePluginProtocolInfo *purple_find_pr
 gboolean purple_protocols_add(PurplePluginProtocolInfo *prpl_info);
 
 /** TODO A sanity check is needed
- * Removes a protocol from the list of protocols, and frees its user splits,
+ * Removes a protocol from the list of protocols. This will disconnect all
+ * connected accounts using this protocol, and free the protocol's user splits,
  * protocol options, and actions.
  *
  * @param prpl_info  The protocol to remove.



More information about the Commits mailing list