--- a/pidgin/pidginaccountdisplay.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidginaccountdisplay.h Wed Nov 01 01:43:05 2023 -0500 @@ -51,6 +51,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_account_display_new(PurpleAccount *account); /** @@ -64,6 +65,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleAccount *pidgin_account_display_get_account(PidginAccountDisplay *display); /** @@ -75,6 +77,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_account_display_set_account(PidginAccountDisplay *display, PurpleAccount *account); G_END_DECLS