Fix some documentation issues in PurpleProtocolContacts

Tue, 05 Sep 2023 01:08:41 -0500

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 05 Sep 2023 01:08:41 -0500
changeset 42317
8a8e85e9e114
parent 42316
3985c3404f20
child 42318
3b05e7088b61

Fix some documentation issues in PurpleProtocolContacts

Testing Done:
Built the docs/gir and verified the warnings were gone.

Reviewed at https://reviews.imfreedom.org/r/2608/

libpurple/purpleprotocolcontacts.h file | annotate | diff | comparison | revisions
--- a/libpurple/purpleprotocolcontacts.h	Tue Sep 05 00:43:49 2023 -0500
+++ b/libpurple/purpleprotocolcontacts.h	Tue Sep 05 01:08:41 2023 -0500
@@ -91,7 +91,7 @@
 
 /**
  * purple_protocol_contacts_get_profile_finish:
- * @search: The instance.
+ * @protocol_contacts: The instance.
  * @result: The [iface@Gio.AsyncResult] from the previous
  *          [method@ProtocolContacts.get_profile_async] call.
  * @error: Return address for a #GError, or %NULL.
@@ -120,7 +120,7 @@
  */
 GActionGroup *purple_protocol_contacts_get_actions(PurpleProtocolContacts *protocol_contacts, PurpleContactInfo *info);
 
-/*
+/**
  * purple_protocol_contacts_get_menu:
  * @protocol_contacts: The instance.
  * @info: The [class@ContactInfo] to get the menu for.

mercurial