libpurple/conversation.h

changeset 32553
89309d941f9f
parent 32552
5d55793b4e2f
child 32604
8d0a34f26244
equal deleted inserted replaced
32552:5d55793b4e2f 32553:89309d941f9f
316 */ 316 */
317 PurpleConvChatBuddyFlags flags; 317 PurpleConvChatBuddyFlags flags;
318 318
319 /** 319 /**
320 * A hash table of attributes about the user, such as real name, 320 * A hash table of attributes about the user, such as real name,
321 * user@host, etc. 321 * user\@host, etc.
322 */ 322 */
323 GHashTable *attributes; 323 GHashTable *attributes;
324 324
325 /** The UI can put whatever it wants here. */ 325 /** The UI can put whatever it wants here. */
326 gpointer ui_data; 326 gpointer ui_data;

mercurial