--- a/pidgin/pidgininvitedialog.h Wed Nov 01 01:42:09 2023 -0500 +++ b/pidgin/pidgininvitedialog.h Wed Nov 01 01:43:05 2023 -0500 @@ -81,6 +81,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_invite_dialog_new(PurpleChatConversation *conversation); /** @@ -94,6 +95,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_invite_dialog_set_contact(PidginInviteDialog *dialog, const gchar *contact); /** @@ -107,6 +109,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_invite_dialog_get_contact(PidginInviteDialog *dialog); /** @@ -119,6 +122,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 void pidgin_invite_dialog_set_message(PidginInviteDialog *dialog, const gchar *message); /** @@ -132,6 +136,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_invite_dialog_get_message(PidginInviteDialog *dialog); /** @@ -145,6 +150,7 @@ * * Since: 3.0.0 */ +PIDGIN_AVAILABLE_IN_3_0 PurpleChatConversation *pidgin_invite_dialog_get_conversation(PidginInviteDialog *dialog); G_END_DECLS