pidgin/pidgin

Parents ccb1d93c9df1
Children cc8312cb5017
Remove a parameter from a doc comment on purple_presence_set_idle which was missed

Testing Done:
Had the turtles do their thing. Also verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/3159/
--- a/libpurple/purplepresence.h Tue Apr 30 20:20:07 2024 -0500
+++ b/libpurple/purplepresence.h Wed May 01 15:24:10 2024 -0500
@@ -111,9 +111,6 @@
* purple_presence_set_idle:
* @presence: The #PurplePresence instance.
* @idle: The idle state.
- * @idle_time: (transfer none): The idle time, if @idle is %TRUE. This is the
- * time at which the user became idle. If this value is unknown
- * then %NULL should be used.
*
* Sets the idle state and time of @presence.
*