qulogic/pidgin

Parents 2a83700b9186
Children 7f840f5c4ba7
Add some missing since tags and other documentation for presences

Testing Done:
Talked to the turtles.

Reviewed at https://reviews.imfreedom.org/r/2735/
--- a/libpurple/purplepresence.c Thu Oct 26 06:19:51 2023 -0500
+++ b/libpurple/purplepresence.c Thu Oct 26 21:36:07 2023 -0500
@@ -210,6 +210,8 @@
* PurplePresence:idle:
*
* Whether or not the presence is in an idle state.
+ *
+ * Since: 3.0.0
*/
properties[PROP_IDLE] = g_param_spec_boolean("idle", "Idle",
"Whether the presence is in idle state.", FALSE,
@@ -219,6 +221,8 @@
* PurplePresence:idle-time:
*
* The time when the presence went idle.
+ *
+ * Since: 3.0.0
*/
properties[PROP_IDLE_TIME] = g_param_spec_boxed(
"idle-time", "Idle time",
@@ -230,6 +234,8 @@
* PurplePresence:login-time:
*
* The login-time of the presence.
+ *
+ * Since: 3.0.0
*/
properties[PROP_LOGIN_TIME] = g_param_spec_boxed(
"login-time", "Login time",
@@ -241,6 +247,8 @@
* PurplePresence:active-status:
*
* The currently active status of the presence.
+ *
+ * Since: 3.0.0
*/
properties[PROP_ACTIVE_STATUS] = g_param_spec_object("active-status",
"Active status",
--- a/libpurple/purplesavedpresence.h Thu Oct 26 06:19:51 2023 -0500
+++ b/libpurple/purplesavedpresence.h Thu Oct 26 21:36:07 2023 -0500
@@ -42,6 +42,14 @@
SAVED_PRESENCE, GObject)
/**
+ * PurpleSavedPresence:
+ *
+ * A data structure used to save a presence.
+ *
+ * Since: 3.0.0
+ */
+
+/**
* purple_saved_presence_get_last_used:
* @presence: The instance.
*