--- 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 */