--- a/pidgin/gtknotify.h Thu Feb 29 21:46:03 2024 -0600 +++ b/pidgin/gtknotify.h Thu Feb 29 21:54:14 2024 -0600 @@ -39,7 +39,7 @@ * * Returns: The GTK UI notify operations structure. * - * Since: 2.0.0 + * Since: 2.0 */ PIDGIN_AVAILABLE_IN_ALL PurpleNotifyUiOps *pidgin_notify_get_ui_ops(void); @@ -49,7 +49,7 @@ * * Initializes the GTK notifications subsystem. * - * Since: 2.6.0 + * Since: 2.6 */ PIDGIN_AVAILABLE_IN_2_6 void pidgin_notify_init(void); @@ -59,7 +59,7 @@ * * Uninitialized the GTK notifications subsystem. * - * Since: 2.6.0 + * Since: 2.6 */ PIDGIN_AVAILABLE_IN_2_6 void pidgin_notify_uninit(void);