Go to the source code of this file.
|
GIO_AVAILABLE_IN_ALL GType | g_async_initable_get_type (void) G_GNUC_CONST |
|
GIO_AVAILABLE_IN_ALL void | g_async_initable_init_async (GAsyncInitable *initable, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL gboolean | g_async_initable_init_finish (GAsyncInitable *initable, GAsyncResult *res, GError **error) |
|
GIO_AVAILABLE_IN_ALL void | g_async_initable_new_async (GType object_type, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data, const gchar *first_property_name,...) |
|
G_GNUC_BEGIN_IGNORE_DEPRECATIONS void | g_async_initable_newv_async (GType object_type, guint n_parameters, GParameter *parameters, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
G_GNUC_END_IGNORE_DEPRECATIONS GIO_AVAILABLE_IN_ALL void | g_async_initable_new_valist_async (GType object_type, const gchar *first_property_name, va_list var_args, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
|
GIO_AVAILABLE_IN_ALL GObject * | g_async_initable_new_finish (GAsyncInitable *initable, GAsyncResult *res, GError **error) |
|
◆ G_ASYNC_INITABLE
◆ G_ASYNC_INITABLE_GET_IFACE
◆ G_IS_ASYNC_INITABLE
◆ G_TYPE_ASYNC_INITABLE
◆ G_TYPE_IS_ASYNC_INITABLE
◆ GAsyncInitableIface
◆ g_async_initable_get_type()
◆ g_async_initable_init_async()
◆ g_async_initable_init_finish()
◆ g_async_initable_new_async()
◆ g_async_initable_new_finish()
◆ g_async_initable_new_valist_async()
◆ g_async_initable_newv_async()