--- a/pidgin/pidgininvitedialog.h Thu Feb 29 21:46:03 2024 -0600 +++ b/pidgin/pidgininvitedialog.h Thu Feb 29 21:54:14 2024 -0600 @@ -64,7 +64,7 @@ * } * ]| * - * Since: 3.0.0 + * Since: 3.0 */ #define PIDGIN_TYPE_INVITE_DIALOG pidgin_invite_dialog_get_type() @@ -81,7 +81,7 @@ * * Returns: (transfer full): The new #PidginInviteDialog instance. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_invite_dialog_new(PurpleChatConversation *conversation); @@ -95,7 +95,7 @@ * used to prepopulate the dialog in cases where you just need to prompt the * user for an invite message. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 void pidgin_invite_dialog_set_contact(PidginInviteDialog *dialog, const gchar *contact); @@ -109,7 +109,7 @@ * * Returns: (transfer none): The contact that was entered. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_invite_dialog_get_contact(PidginInviteDialog *dialog); @@ -122,7 +122,7 @@ * Sets the message to be displayed in @dialog. The main use case is to * prepopulate the message. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 void pidgin_invite_dialog_set_message(PidginInviteDialog *dialog, const gchar *message); @@ -136,7 +136,7 @@ * * Returns: (transfer none): The message that was entered in @dialog. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 const gchar *pidgin_invite_dialog_get_message(PidginInviteDialog *dialog); @@ -150,7 +150,7 @@ * Returns: (transfer none): The #PurpleChatConversation that @dialog was * created with. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 PurpleChatConversation *pidgin_invite_dialog_get_conversation(PidginInviteDialog *dialog);