/pidgin/main: 4de5b4193f32: Make docs more detailed - maximum me...

Tomasz Wasilczyk twasilczyk at pidgin.im
Thu Aug 29 06:30:17 EDT 2013


Changeset: 4de5b4193f32048582f080a4619706b5376944ec
Author:	 Tomasz Wasilczyk <twasilczyk at pidgin.im>
Date:	 2013-08-29 12:30 +0200
Branch:	 default
URL: https://hg.pidgin.im/pidgin/main/rev/4de5b4193f32

Description:

Make docs more detailed - maximum message size in bytes

diffstat:

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

diffs (26 lines):

diff --git a/libpurple/connection.h b/libpurple/connection.h
--- a/libpurple/connection.h
+++ b/libpurple/connection.h
@@ -453,7 +453,7 @@ purple_connection_error_is_fatal (Purple
 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
diff --git a/libpurple/prpl.h b/libpurple/prpl.h
--- a/libpurple/prpl.h
+++ b/libpurple/prpl.h
@@ -630,8 +630,8 @@ struct _PurplePluginProtocolInfo
 	                         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:



More information about the Commits mailing list