qulogic/pidgin

Fix a misnamed parameter in the docs

4 months ago, Gary Kramlich
26ae6ffab6d0
Parents 95d36c221e21
Children a8a644e3e561
Fix a misnamed parameter in the docs

Testing Done:
Built the gir and docs and verified the warning was gone.

Reviewed at https://reviews.imfreedom.org/r/2867/
--- a/libpurple/purpleprotocolcontacts.h Mon Dec 04 02:21:08 2023 -0600
+++ b/libpurple/purpleprotocolcontacts.h Tue Dec 05 17:53:57 2023 -0600
@@ -111,7 +111,7 @@
/**
* purple_protocol_contacts_search_finish:
- * @search: The instance.
+ * @protocol_contacts: The instance.
* @result: The [iface@Gio.AsyncResult] from the previous
* [method@ProtocolContacts.search_async] call.
* @error: Return address for a #GError, or %NULL.