libpurple/purpleavatar.c

changeset 42613
780d7efe37c2
parent 42594
eddde70cedd8
child 42767
8cf1d11b59c1
--- a/libpurple/purpleavatar.c	Thu Feb 29 21:32:16 2024 -0600
+++ b/libpurple/purpleavatar.c	Thu Feb 29 21:35:42 2024 -0600
@@ -164,7 +164,7 @@
 	 *
 	 * The filename that this avatar was created from.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_FILENAME] = g_param_spec_string(
 		"filename", "filename",
@@ -179,7 +179,7 @@
 	 * [property@Purple.Avatar:animated] is %TRUE, this will be a static frame
 	 * from the animation.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_PIXBUF] = g_param_spec_object(
 		"pixbuf", "pixbuf",
@@ -192,7 +192,7 @@
 	 *
 	 * Whether or not this avatar is animated.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_ANIMATED] = g_param_spec_boolean(
 		"animated", "animated",
@@ -206,7 +206,7 @@
 	 * The [class@GdkPixbuf.PixbufAnimation] if
 	 * [property@Purple.Avatar:animated] is %TRUE.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_ANIMATION] = g_param_spec_object(
 		"animation", "animation",
@@ -219,7 +219,7 @@
 	 *
 	 * The [class@Purple.Tags] for the avatar.
 	 *
-	 * Since: 3.0.0
+	 * Since: 3.0
 	 */
 	properties[PROP_TAGS] = g_param_spec_object(
 		"tags", "tags",

mercurial