Fix references to nonexisting functions

This commit is contained in:
Matthias Clasen 2009-05-27 22:44:31 -04:00
parent 06144900ec
commit 576839adbe

View File

@ -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.
*/ */