Wed, 26 Oct 2022 03:06:54 -0500
Fix argument name in a doc comment
Testing Done:
Compiled with one less warning in gir build.
Reviewed at https://reviews.imfreedom.org/r/1976/
| libpurple/purplenotification.h | file | annotate | diff | comparison | revisions |
--- a/libpurple/purplenotification.h Wed Oct 26 02:58:05 2022 -0500 +++ b/libpurple/purplenotification.h Wed Oct 26 03:06:54 2022 -0500 @@ -112,10 +112,10 @@ /** * purple_notification_new_from_connection_error: * @account: The [class@Purple.Account] that had the connection error. - * @error_info: The [struct@Purple.ConnectionErrorInfo] for the error. + * @info: The [struct@Purple.ConnectionErrorInfo] for the error. * - * Creates a new [class@Purple.Notification] for @account with the @error_info - * for the connection. This helper will automatically fill out the notification + * Creates a new [class@Purple.Notification] for @account with the @info for + * the connection. This helper will automatically fill out the notification * according to the given parameters. * * Returns: (transfer full): The new notification.