pidgin/pidginconversation.h

changeset 42620
72178a341eb8
parent 42467
2b1d9d0770f2
child 42943
d453240767f9
--- a/pidgin/pidginconversation.h	Thu Feb 29 21:46:03 2024 -0600
+++ b/pidgin/pidginconversation.h	Thu Feb 29 21:54:14 2024 -0600
@@ -42,7 +42,7 @@
  *
  * A [class@Gtk.Widget] for displaying a [class@Purple.Conversation].
  *
- * Since: 2.0.0
+ * Since: 2.0
  */
 
 #define PIDGIN_TYPE_CONVERSATION (pidgin_conversation_get_type())
@@ -59,7 +59,7 @@
  *
  * Returns: (transfer full): The new widget.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PIDGIN_AVAILABLE_IN_3_0
 GtkWidget *pidgin_conversation_new(PurpleConversation *conversation);
@@ -73,7 +73,7 @@
  * Returns: (transfer none) (nullable): The [class@Pidgin.Conversation] displaying
  *          @conversation if one exists, otherwise %NULL.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PIDGIN_AVAILABLE_IN_3_0
 GtkWidget *pidgin_conversation_from_purple_conversation(PurpleConversation *conversation);
@@ -87,7 +87,7 @@
  * Returns: (transfer none): The [class@Purple.Conversation] that @conversation
  *          is displaying.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PIDGIN_AVAILABLE_IN_3_0
 PurpleConversation *pidgin_conversation_get_conversation(PidginConversation *conversation);
@@ -100,7 +100,7 @@
  * conversation and the user may remain in the conversation if the protocol
  * supports it.
  *
- * Since: 3.0.0
+ * Since: 3.0
  */
 PIDGIN_AVAILABLE_IN_3_0
 void pidgin_conversation_close(PidginConversation *conversation);

mercurial