libpurple/protocols.h

changeset 42387
d9350cda1556
parent 42009
fb172b78a9ee
child 42391
090b03385984
equal deleted inserted replaced
42386:63de4915950b 42387:d9350cda1556
30 /* Basic Protocol Information */ 30 /* Basic Protocol Information */
31 /**************************************************************************/ 31 /**************************************************************************/
32 32
33 #include "media.h" 33 #include "media.h"
34 #include "purpleprotocol.h" 34 #include "purpleprotocol.h"
35 #include "purpleversion.h"
35 #include "status.h" 36 #include "status.h"
36 37
37 G_BEGIN_DECLS 38 G_BEGIN_DECLS
38 39
39 /**************************************************************************/ 40 /**************************************************************************/
84 * 85 *
85 * This is meant to be called from protocols. 86 * This is meant to be called from protocols.
86 * 87 *
87 * Since: 3.0.0 88 * Since: 3.0.0
88 */ 89 */
90 PURPLE_AVAILABLE_IN_3_0
89 void purple_protocol_got_user_status_with_attributes(PurpleAccount *account, const gchar *name, const gchar *status_id, GHashTable *attributes); 91 void purple_protocol_got_user_status_with_attributes(PurpleAccount *account, const gchar *name, const gchar *status_id, GHashTable *attributes);
90 92
91 /** 93 /**
92 * purple_protocol_got_user_status_deactive: 94 * purple_protocol_got_user_status_deactive:
93 * @account: The account the user is on. 95 * @account: The account the user is on.

mercurial