diff -r 3dd7cd0eabf1 -r 72178a341eb8 pidgin/pidgintextbuffer.h --- a/pidgin/pidgintextbuffer.h Thu Feb 29 21:46:03 2024 -0600 +++ b/pidgin/pidgintextbuffer.h Thu Feb 29 21:54:14 2024 -0600 @@ -49,7 +49,7 @@ * * Returns: (transfer full) (nullable): The HTML string, which could be empty. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 char *pidgin_text_buffer_get_html(GtkTextBuffer *buffer); @@ -68,7 +68,7 @@ * * Returns: (transfer full) (nullable): The HTML string, which could be empty. * - * Since: 3.0.0 + * Since: 3.0 */ PIDGIN_AVAILABLE_IN_3_0 char *pidgin_text_buffer_get_html_range(GtkTextBuffer *buffer, GtkTextIter *start, GtkTextIter *end);