pidgin/pidginpresenceicon.c

changeset 43285
acde304cf24c
parent 43072
a59a119b74f5
--- a/pidgin/pidginpresenceicon.c	Fri Jul 11 02:46:28 2025 -0500
+++ b/pidgin/pidginpresenceicon.c	Sun Jul 13 00:01:48 2025 -0500
@@ -139,6 +139,8 @@
 	 * PidginPresenceIcon:presence:
 	 *
 	 * The presence that this icon will be representing.
+	 *
+	 * Since: 3.0
 	 */
 	properties[PROP_PRESENCE] = g_param_spec_object(
 		"presence", NULL, NULL,
@@ -149,6 +151,8 @@
 	 * PidginPresenceIcon:fallback:
 	 *
 	 * The name of the icon to use as a fallback when no presence is set.
+	 *
+	 * Since: 3.0
 	 */
 	properties[PROP_FALLBACK] = g_param_spec_string(
 		"fallback", NULL, NULL,
@@ -159,6 +163,8 @@
 	 * PidginPresenceIcon:icon-size:
 	 *
 	 * The size of the icon that should be used.
+	 *
+	 * Since: 3.0
 	 */
 	properties[PROP_ICON_SIZE] = g_param_spec_enum(
 		"icon-size", NULL, NULL,

mercurial