Mercurial > pidgin.yaz
comparison libpurple/connection.h @ 22221:ef0e82b8bc2e
Forgot the since tag here.
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sun, 27 Jan 2008 04:33:24 +0000 |
parents | 2b426862ffbf |
children | 9aa105267f46 |
comparison
equal
deleted
inserted
replaced
22220:1f256f63c52c | 22221:ef0e82b8bc2e |
---|---|
379 * Returns the protocol plugin managing a connection. | 379 * Returns the protocol plugin managing a connection. |
380 * | 380 * |
381 * @param gc The connection. | 381 * @param gc The connection. |
382 * | 382 * |
383 * @return The protocol plugin. | 383 * @return The protocol plugin. |
384 * @since 2.4.0 | |
384 */ | 385 */ |
385 PurplePlugin * purple_connection_get_prpl(const PurpleConnection *gc); | 386 PurplePlugin * purple_connection_get_prpl(const PurpleConnection *gc); |
386 | 387 |
387 /** | 388 /** |
388 * Returns the connection's password. | 389 * Returns the connection's password. |