Mercurial > pidgin
diff libpurple/conversation.h @ 22898:3d7e9eff04d0
Assorted cleanups, mostly to the Doxygen comments. I added a few missing
@since tags.
| author | Richard Laager <rlaager@wiktel.com> |
|---|---|
| date | Sun, 11 May 2008 05:08:08 +0000 |
| parents | 8eb1846b5c40 |
| children | 0efa36fe7d7c |
line wrap: on
line diff
--- a/libpurple/conversation.h Sun May 11 05:04:07 2008 +0000 +++ b/libpurple/conversation.h Sun May 11 05:08:08 2008 +0000 @@ -119,7 +119,7 @@ PURPLE_MESSAGE_IMAGES = 0x1000, /**< Message contains images */ PURPLE_MESSAGE_NOTIFY = 0x2000, /**< Message is a notification */ PURPLE_MESSAGE_NO_LINKIFY = 0x4000, /**< Message should not be auto- - linkified */ + linkified @since 2.1.0 */ PURPLE_MESSAGE_INVISIBLE = 0x8000, /**< Message should not be displayed */ } PurpleMessageFlags;
