/soc/2013/ankitkv/gobjectification: f483c37f853b: Merged soc.201...
Ankit Vani
a at nevitus.org
Thu Aug 29 08:36:07 EDT 2013
Changeset: f483c37f853ba7e867f1592cf992b126f27a0bce
Author: Ankit Vani <a at nevitus.org>
Date: 2013-08-29 18:05 +0530
Branch: soc.2013.gobjectification.plugins
URL: https://hg.pidgin.im/soc/2013/ankitkv/gobjectification/rev/f483c37f853b
Description:
Merged soc.2013.gobjectification branch
diffstat:
libpurple/connection.h | 2 +-
libpurple/protocol.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/protocol.h b/libpurple/protocol.h
--- a/libpurple/protocol.h
+++ b/libpurple/protocol.h
@@ -506,8 +506,8 @@ struct _PurpleProtocolInterface
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