mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-12 15:36:17 +01:00
Fix references to nonexisting functions
This commit is contained in:
parent
06144900ec
commit
576839adbe
@ -42,9 +42,9 @@
|
|||||||
*
|
*
|
||||||
* Users of objects implementing this are not intended to use the interface
|
* Users of objects implementing this are not intended to use the interface
|
||||||
* method directly, instead it will be used automatically in various ways.
|
* method directly, instead it will be used automatically in various ways.
|
||||||
* For C applications you generally just call g_async_initable_new() directly,
|
* For C applications you generally just call g_async_initable_new_async()
|
||||||
* or indirectly via a foo_thing_new_async() wrapper. This will call
|
* directly, or indirectly via a foo_thing_new_async() wrapper. This will call
|
||||||
* g_async_initable_init() under the cover, calling back with %NULL and
|
* g_async_initable_init_async() under the cover, calling back with %NULL and
|
||||||
* a set %GError on failure.
|
* a set %GError on failure.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user