libpurple/purpleconversationmember.c

changeset 42613
780d7efe37c2
parent 42594
eddde70cedd8
child 42779
365eaa9d46f8
--- a/libpurple/purpleconversationmember.c	Thu Feb 29 21:32:16 2024 -0600
+++ b/libpurple/purpleconversationmember.c	Thu Feb 29 21:35:42 2024 -0600
@@ -165,7 +165,7 @@
 	 *
 	 * The contact info that this member is for.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_CONTACT_INFO] = g_param_spec_object(
 		"contact-info", "contact-info",
@@ -178,7 +178,7 @@
 	 *
 	 * The [class@Purple.Tags] instance for this member.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_TAGS] = g_param_spec_object(
 		"tags", "tags",
@@ -191,7 +191,7 @@
 	 *
 	 * The [enum@Purple.TypingState] for this member.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_TYPING_STATE] = g_param_spec_enum(
 		"typing-state", "typing-state",

mercurial