Tue, 05 Dec 2023 17:53:57 -0600
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.