Fix a misnamed parameter in the docs

Tue, 05 Dec 2023 17:53:57 -0600

author
Gary Kramlich <grim@reaperworld.com>
date
Tue, 05 Dec 2023 17:53:57 -0600
changeset 42545
26ae6ffab6d0
parent 42544
95d36c221e21
child 42546
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/

libpurple/purpleprotocolcontacts.h file | annotate | diff | comparison | revisions
--- 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.

mercurial