Mercurial > pidgin
changeset 25794:d719b9d82540
Add @since 2.6.0 tags for purple_connection_set_protocol_data() and
purple_connection_get_protocol_data().
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Fri, 31 Oct 2008 03:54:44 +0000 |
parents | 985ab911753e |
children | ede22bc33d56 |
files | libpurple/connection.h |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/connection.h Fri Oct 31 03:42:38 2008 +0000 +++ b/libpurple/connection.h Fri Oct 31 03:54:44 2008 +0000 @@ -358,6 +358,7 @@ * * @param connection The PurpleConnection. * @param proto_data The protocol data to set for the connection. + * @since 2.6.0 */ void purple_connection_set_protocol_data(PurpleConnection *connection, void *proto_data); @@ -421,6 +422,7 @@ * @param connection The PurpleConnection. * * @return The protocol data for the connection. + * @since 2.6.0 */ void *purple_connection_get_protocol_data(const PurpleConnection *connection);