Thu, 29 Aug 2013 18:05:55 +0530
Merged soc.2013.gobjectification branch
--- 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: