diff -r 3dd7cd0eabf1 -r 72178a341eb8 pidgin/pidginaccountdisplay.h --- a/pidgin/pidginaccountdisplay.h Thu Feb 29 21:46:03 2024 -0600 +++ b/pidgin/pidginaccountdisplay.h Thu Feb 29 21:54:14 2024 -0600 @@ -49,7 +49,7 @@ * * Returns: (transfer full): The account display. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_display_new(PurpleAccount *account); @@ -63,7 +63,7 @@ * Returns: (transfer none): Returns the [type@Purple.Account] that is * currently displayed. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 PurpleAccount *pidgin_account_display_get_account(PidginAccountDisplay *display); @@ -75,7 +75,7 @@ * * Sets the currently displayed account. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_display_set_account(PidginAccountDisplay *display, PurpleAccount *account);