pidgin/gtknotify.h

changeset 42620
72178a341eb8
parent 42464
5de142a471e0
--- 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);

mercurial