summaryrefslogtreecommitdiff
path: root/libpurple/account.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-09-29 01:08:59 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-09-29 01:08:59 -0500
commitfca5c6ac61380982afd9a919ac761390006feaa0 (patch)
tree8282853c169e69999b002cecc39a0524619ff3f5 /libpurple/account.h
parentfde1673515371d1f906cbfac0da903ddc274aa66 (diff)
downloadpidgin-fca5c6ac61380982afd9a919ac761390006feaa0.tar.gz
Mark introspectable wrappers as shadowing the originals
Testing Done: Compile and check docs for the cross references. Reviewed at https://reviews.imfreedom.org/r/1858/
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 222604ab68..83f25671b8 100644
--- a/libpurple/account.h
+++ b/libpurple/account.h
@@ -386,7 +386,7 @@ void purple_account_set_status(PurpleAccount *account, const char *status_id,
/**
- * purple_account_set_status_attrs:
+ * purple_account_set_status_attrs: (rename-to purple_account_set_status):
* @account: The account.
* @status_id: The ID of the status.
* @active: Whether @status_id is to be activated (%TRUE) or deactivated