libpurple/purpleconversation.h

changeset 42535
179f226b72f7
parent 42486
594f84a2c97f
child 42548
04a97e6730d2
--- a/libpurple/purpleconversation.h	Fri Dec 01 03:46:44 2023 -0600
+++ b/libpurple/purpleconversation.h	Mon Dec 04 00:24:04 2023 -0600
@@ -870,12 +870,12 @@
 /**
  * purple_conversation_remove_member:
  * @conversation: The instance.
- * @member: The [class@Purple.ConversationMember] to remove.
+ * @info: The [class@Purple.ContactInfo] of the person leaving.
  * @announce: Whether or not this removal should be announced.
  * @message: (nullable): An optional message for the announcement.
  *
- * Attempts to remove @member from the collection of members in @conversation.
- * If found, @member is removed and the
+ * Attempts to remove @info from the collection of members in @conversation.
+ * If found, @info is removed and the
  * [signal@Purple.Conversation::member-removed] signal is emitted with
  * @announce and @message as parameters.
  *
@@ -888,7 +888,7 @@
  * Since: 3.0.0
  */
 PURPLE_AVAILABLE_IN_3_0
-gboolean purple_conversation_remove_member(PurpleConversation *conversation, PurpleConversationMember *member, gboolean announce, const char *message);
+gboolean purple_conversation_remove_member(PurpleConversation *conversation, PurpleContactInfo *info, gboolean announce, const char *message);
 
 /**
  * purple_conversation_get_messages:

mercurial