comparison libpurple/conversation.h @ 21265:b2d3f529f500

Fix doxygen foo, thanks to resiak\!
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Fri, 26 Oct 2007 09:44:00 +0000
parents 1812b8ccfd7a
children 6de09629f091
comparison
equal deleted inserted replaced
21264:ad49d9dace9f 21265:b2d3f529f500
292 { 292 {
293 char *who; 293 char *who;
294 char *what; 294 char *what;
295 PurpleMessageFlags flags; 295 PurpleMessageFlags flags;
296 time_t when; 296 time_t when;
297 PurpleConversation *conv; /** @since 2.3.0 */ 297 PurpleConversation *conv; /**< @since 2.3.0 */
298 char *alias; /** @since 2.3.0 */ 298 char *alias; /**< @since 2.3.0 */
299 }; 299 };
300 300
301 /** 301 /**
302 * A core representation of a conversation between two or more people. 302 * A core representation of a conversation between two or more people.
303 * 303 *