/soc/2013/ankitkv/gobjectification: a19e5619aee3: Merged default...
Ankit Vani
a at nevitus.org
Thu Aug 29 08:36:06 EDT 2013
Changeset: a19e5619aee3b04affc9f795caba383365bb79a8
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-29 18:01 +0530
Branch: soc.2013.gobjectification
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/a19e5619aee3
Description:
Merged default branch
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
@@ -465,7 +465,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