--- a/pidgin/prefs/pidgincredentialproviderrow.h Thu Feb 29 21:46:03 2024 -0600 +++ b/pidgin/prefs/pidgincredentialproviderrow.h Thu Feb 29 21:54:14 2024 -0600 @@ -42,7 +42,7 @@ * * The standard _get_type macro for #PidginCredentialProviderRow. * - * Since: 3.0.0 + * Since: 3.0 */ #define PIDGIN_TYPE_CREDENTIAL_PROVIDER_ROW (pidgin_credential_provider_row_get_type()) @@ -57,7 +57,7 @@ * #PidginCredentialProviderRow is a widget for the preferences window to let * users configure their credential provider. * - * Since: 3.0.0 + * Since: 3.0 */ /** @@ -68,7 +68,7 @@ * * Returns: (transfer full): The new #PidginCredentialProviderRow instance. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 GtkWidget *pidgin_credential_provider_row_new(PurpleCredentialProvider *provider); @@ -81,7 +81,7 @@ * * Returns: (transfer none): The displayed #PurpleCredentialProvider. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 PurpleCredentialProvider *pidgin_credential_provider_row_get_provider(PidginCredentialProviderRow *row); @@ -94,7 +94,7 @@ * * Returns: Whether the row is active. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 gboolean pidgin_credential_provider_row_get_active(PidginCredentialProviderRow *row); @@ -106,7 +106,7 @@ * * Sets whether the row is displayed as active. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 void pidgin_credential_provider_row_set_active(PidginCredentialProviderRow *row, gboolean active);