gobjectification: a5eb6816: Add the attributes hash table to PurpleC...
qulogic at pidgin.im
qulogic at pidgin.im
Sun Mar 20 21:16:04 EDT 2011
----------------------------------------------------------------------
Revision: a5eb6816f5152b892a87479f46d23914464683f9
Parent: 874e08e7850a0143d0cd54e59e55f656099b046c
Author: qulogic at pidgin.im
Date: 03/20/11 21:11:09
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/a5eb6816f5152b892a87479f46d23914464683f9
Changelog:
Add the attributes hash table to PurpleConvChatBuddy that was in ipp.
Changes against parent 874e08e7850a0143d0cd54e59e55f656099b046c
patched libpurple/conversation.c
-------------- next part --------------
============================================================
--- libpurple/conversation.c b437f26a3aeef514d3ae32dcedd3d253f35200fb
+++ libpurple/conversation.c c8f10f2a4e247fc7aeb213252c3d18767290bb07
@@ -87,6 +87,9 @@ struct _PurpleConvChatBuddy
PurpleConvChatBuddyFlags flags; /**< A bitwise OR of flags for this participant,
* such as whether they are a channel operator.
*/
+ GHashTable *attributes; /**< A hash table of attributes about the user, such as
+ * real name, user at host, etc.
+ */
};
/**
More information about the Commits
mailing list