summaryrefslogtreecommitdiff
path: root/libpurple/queuedoutputstream.h
diff options
context:
space:
mode:
authorElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-10 05:40:25 -0500
committerElliott Sales de Andrade <quantum.analyst@gmail.com>2022-10-10 05:40:25 -0500
commit8bdbdb55612f578c32988ce16d5d60719e89abcc (patch)
tree2616d3efc7c86f5a3dab2c7e4f2451ee717412fa /libpurple/queuedoutputstream.h
parent485c5c7e43344dcc2971c2d7debe5bc478569cb6 (diff)
downloadpidgin-8bdbdb55612f578c32988ce16d5d60719e89abcc.tar.gz
Fix new warnings in gir generation
I'm not sure if it makes sense to add the `PurpleSqlite3` type alias (instead of skipping these symbols), as I don't know if bindings will really be able to use it, but perhaps some that still have slightly lower-level access will work. Testing Done: Compiled, saw fewer warnings. Reviewed at https://reviews.imfreedom.org/r/1924/
Diffstat (limited to 'libpurple/queuedoutputstream.h')
-rw-r--r--libpurple/queuedoutputstream.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpurple/queuedoutputstream.h b/libpurple/queuedoutputstream.h
index a5d4b767b3..d578773be0 100644
--- a/libpurple/queuedoutputstream.h
+++ b/libpurple/queuedoutputstream.h
@@ -88,8 +88,8 @@ void purple_queued_output_stream_push_bytes_async(PurpleQueuedOutputStream *stre
* purple_queued_output_stream_push_bytes_finish:
* @stream: The instance.
* @result: The [iface@Gio.AsyncResult] of this operation.
- * @error: (nullable) (optional): A [type@Glib.Error] location to store the
- * error, or NULL to ignore
+ * @error: (nullable): A [type@Glib.Error] location to store the error, or
+ * %NULL to ignore.
*
* Finishes pushing bytes asynchronously.
*