summaryrefslogtreecommitdiff
path: root/libpurple/account.h
diff options
context:
space:
mode:
authorGary Kramlich <grim@reaperworld.com>2017-07-30 23:52:17 -0500
committerGary Kramlich <grim@reaperworld.com>2017-07-30 23:52:17 -0500
commitefb8fff8468aa52eb6a727790eabf1203e90c41c (patch)
tree1ce7ad5d96c808c2d9abbb33acc2a9eb2480bc8f /libpurple/account.h
parent96d83f217ffc3f936989a2b25c2abea3824a735b (diff)
downloadpidgin-efb8fff8468aa52eb6a727790eabf1203e90c41c.tar.gz
Fix an incorrect element-type
Diffstat (limited to 'libpurple/account.h')
-rw-r--r--libpurple/account.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpurple/account.h b/libpurple/account.h
index d22a6ed082..9b5816a1e7 100644
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -476,7 +476,7 @@ void purple_account_set_status(PurpleAccount *account, const char *status_id,
* @status_id: The ID of the status.
* @active: Whether @a status_id is to be activated (%TRUE) or
* deactivated (%FALSE).
- * @attrs: (element-type PurpleStatusAttribute): A list of <type>const char *</type> attribute names followed by
+ * @attrs: (element-type utf8): A list of <type>const char *</type> attribute names followed by
* <type>const char *</type> attribute values for the status.
* (For example, one pair might be <literal>"message"</literal>
* followed by <literal>"hello, talk to me!"</literal>.)