libpurple/purplemenu.h

changeset 41984
2ed9994ba315
parent 41757
bb7e68da6d21
child 42387
d9350cda1556
--- a/libpurple/purplemenu.h	Wed Dec 14 03:39:39 2022 -0600
+++ b/libpurple/purplemenu.h	Thu Dec 15 21:03:07 2022 -0600
@@ -78,7 +78,7 @@
  * For example, if you need to set the target to an account, you would set
  * the "dynamic-target" attribute of your menu item to "account" and then
  * call purple_menu_populate_dynamic_targets() with a property pair of
- * "account" and [method@Account.get_id].
+ * "account" and [method@Purple.ContactInfo.get_id].
  *
  * Since: 3.0.0
  */
@@ -99,7 +99,7 @@
  * For example, if you need to set the target to an account, you would set the
  * "dynamic-target" attribute of your menu item to "account" and then call
  * [func@Purple.menu_populate_dynamic_targetsv] with a hash table containing
- * the key `"account"` and value from [method@Account.get_id].
+ * the key `"account"` and value from [method@Purple.ContactInfo.get_id].
  *
  * Since: 3.0.0
  */

mercurial