23#ifndef __G_ASYNC_INITABLE_H__
24#define __G_ASYNC_INITABLE_H__
26#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
27#error "Only <gio/gio.h> can be included directly."
35#define G_TYPE_ASYNC_INITABLE (g_async_initable_get_type ())
36#define G_ASYNC_INITABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ASYNC_INITABLE, GAsyncInitable))
37#define G_IS_ASYNC_INITABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_ASYNC_INITABLE))
38#define G_ASYNC_INITABLE_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ASYNC_INITABLE, GAsyncInitableIface))
39#define G_TYPE_IS_ASYNC_INITABLE(type) (g_type_is_a ((type), G_TYPE_ASYNC_INITABLE))
91 const gchar *first_property_name,
99 GParameter *parameters,
109 const
gchar *first_property_name,
GIO_AVAILABLE_IN_ALL GObject * g_async_initable_new_finish(GAsyncInitable *initable, GAsyncResult *res, GError **error)
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 GType g_async_initable_get_type(void) G_GNUC_CONST
GIO_AVAILABLE_IN_ALL gboolean g_async_initable_init_finish(GAsyncInitable *initable, GAsyncResult *res, GError **error)
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 void g_async_initable_new_async(GType object_type, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data, const gchar *first_property_name,...)
#define GIO_AVAILABLE_IN_ALL
#define GIO_DEPRECATED_IN_2_54_FOR(f)
struct _GAsyncResult GAsyncResult
struct _GAsyncInitable GAsyncInitable
void(* GAsyncReadyCallback)(GObject *source_object, GAsyncResult *res, gpointer data)
#define G_GNUC_BEGIN_IGNORE_DEPRECATIONS
#define G_GNUC_END_IGNORE_DEPRECATIONS
GOBJECT_AVAILABLE_IN_2_54 GObject * g_object_new_with_properties(GType object_type, guint n_properties, const char *names[], const GValue values[])
G_BEGIN_DECLS typedef char gchar
static void error(LoadState *S, const char *why)
gboolean(* init_finish)(GAsyncInitable *initable, GAsyncResult *res, GError **error)
void(* init_async)(GAsyncInitable *initable, int io_priority, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)