libpurple/account.h

changeset 40613
55230eededd8
parent 40524
a3b1cde8d2d8
child 40680
f9ea6d5e8992
--- a/libpurple/account.h	Tue Nov 17 22:05:15 2020 -0600
+++ b/libpurple/account.h	Thu Nov 19 20:07:44 2020 -0600
@@ -442,14 +442,14 @@
  *             <literal>"message"</literal> followed by
  *             <literal>"hello, talk to me!"</literal>.)
  *
- * Variadic version of purple_account_set_status_list().
+ * Variadic version of purple_account_set_status_attrs().
  */
 void purple_account_set_status(PurpleAccount *account, const char *status_id,
 	gboolean active, ...) G_GNUC_NULL_TERMINATED;
 
 
 /**
- * purple_account_set_status_list:
+ * purple_account_set_status_attrs:
  * @account:   The account.
  * @status_id: The ID of the status.
  * @active:    Whether @a status_id is to be activated (%TRUE) or

mercurial