pidgin/pidgin

Mark introspectable wrappers as shadowing the originals

19 months ago, Elliott Sales de Andrade
9da3c24cac29
Parents bb7e68da6d21
Children 1ecc0512e714
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/
--- a/libpurple/account.h Thu Sep 29 00:57:58 2022 -0500
+++ b/libpurple/account.h Thu Sep 29 01:08:59 2022 -0500
@@ -386,7 +386,7 @@
/**
- * 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
--- a/libpurple/status.h Thu Sep 29 00:57:58 2022 -0500
+++ b/libpurple/status.h Thu Sep 29 01:08:59 2022 -0500
@@ -598,7 +598,7 @@
va_list args);
/**
- * purple_status_set_active_with_attrs_dict:
+ * purple_status_set_active_with_attrs_dict: (rename-to purple_status_set_active_with_attrs)
* @status: The status.
* @active: The active state.
* @attrs: (element-type utf8 gpointer): A hash table of attributes to set on