Merged soc.2013.gobjectification branch soc.2013.gobjectification.plugins

Thu, 29 Aug 2013 18:05:55 +0530

author
Ankit Vani <a@nevitus.org>
date
Thu, 29 Aug 2013 18:05:55 +0530
branch
soc.2013.gobjectification.plugins
changeset 36605
f483c37f853b
parent 36604
aa8cf5f66b2c (current diff)
parent 34901
a19e5619aee3 (diff)
child 36606
9fe2d65fe1a7

Merged soc.2013.gobjectification branch

libpurple/connection.h file | annotate | diff | comparison | revisions
libpurple/protocol.h file | annotate | diff | comparison | revisions
libpurple/protocols.h file | annotate | diff | comparison | revisions
--- a/libpurple/connection.h	Thu Aug 29 14:40:19 2013 +0530
+++ b/libpurple/connection.h	Thu Aug 29 18:05:55 2013 +0530
@@ -465,7 +465,7 @@
 void purple_connection_update_last_received(PurpleConnection *gc);
 
 /**
- * Gets the maximum message size for the protocol. It may depend on
+ * Gets the maximum message size in bytes for the protocol. It may depend on
  * connection-specific variables (like protocol version).
  *
  * @see PurplePluginProtocolInfo#get_max_message_size
--- a/libpurple/protocol.h	Thu Aug 29 14:40:19 2013 +0530
+++ b/libpurple/protocol.h	Thu Aug 29 18:05:55 2013 +0530
@@ -506,8 +506,8 @@
 	                         PurpleGetPublicAliasFailureCallback failure_cb);
 
 	/**
-	 * Gets the maximum message size for the protocol. It may depend on
-	 * connection-specific variables (like protocol version).
+	 * Gets the maximum message size in bytes for the protocol. It may
+	 * depend on connection-specific variables (like protocol version).
 	 *
 	 * This value is intended for plaintext message, the exact value may be
 	 * lower because of:

mercurial