mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-05-17 11:11:58 +02:00
gio: Fix some typos of ‘asynchronous’ in documentation comments
This commit is contained in:
parent
9ba95e25b7
commit
8c4a6fdbf5
@ -579,7 +579,7 @@ async_ready_close_callback_wrapper (GObject *source_object,
|
|||||||
* be executed before an outstanding request with lower priority. Default
|
* be executed before an outstanding request with lower priority. Default
|
||||||
* priority is %G_PRIORITY_DEFAULT.
|
* priority is %G_PRIORITY_DEFAULT.
|
||||||
*
|
*
|
||||||
* The asyncronous methods have a default fallback that uses threads to implement
|
* The asynchronous methods have a default fallback that uses threads to implement
|
||||||
* asynchronicity, so they are optional for inheriting classes. However, if you
|
* asynchronicity, so they are optional for inheriting classes. However, if you
|
||||||
* override one you must override all.
|
* override one you must override all.
|
||||||
**/
|
**/
|
||||||
@ -1081,7 +1081,7 @@ g_input_stream_skip_finish (GInputStream *stream,
|
|||||||
*
|
*
|
||||||
* For behaviour details see g_input_stream_close().
|
* For behaviour details see g_input_stream_close().
|
||||||
*
|
*
|
||||||
* The asyncronous methods have a default fallback that uses threads to implement
|
* The asynchronous methods have a default fallback that uses threads to implement
|
||||||
* asynchronicity, so they are optional for inheriting classes. However, if you
|
* asynchronicity, so they are optional for inheriting classes. However, if you
|
||||||
* override one you must override all.
|
* override one you must override all.
|
||||||
**/
|
**/
|
||||||
|
@ -84,7 +84,7 @@
|
|||||||
* implementation returns %G_TLS_INTERACTION_HANDLED, then the connection
|
* implementation returns %G_TLS_INTERACTION_HANDLED, then the connection
|
||||||
* argument should have been filled in by using
|
* argument should have been filled in by using
|
||||||
* g_tls_connection_set_certificate().
|
* g_tls_connection_set_certificate().
|
||||||
* @request_certificate_async: ask for a certificate asyncronously.
|
* @request_certificate_async: ask for a certificate asynchronously.
|
||||||
* @request_certificate_finish: complete operation to ask for a certificate
|
* @request_certificate_finish: complete operation to ask for a certificate
|
||||||
* asynchronously. If the implementation returns %G_TLS_INTERACTION_HANDLED,
|
* asynchronously. If the implementation returns %G_TLS_INTERACTION_HANDLED,
|
||||||
* then the connection argument of the async method should have been
|
* then the connection argument of the async method should have been
|
||||||
|
Loading…
x
Reference in New Issue
Block a user