Function

Gio-2.0Gioasync_initable_newv_asyncDeprecated 2.54Since 2.22

  • Helper function for constructing Gio.AsyncInitable object. This is similar to g_object_newv() but also initializes the object asynchronously.

    When the initialization is finished, callback will be called. You can then call g_async_initable_new_finish() to get the new object and check for any errors.

    Parameters

    Returns void

    2.22

    since 2.54: Use g_object_new_with_properties() and g_async_initable_init_async() instead. See GObject.Parameter for more information.