23#ifndef __G_INITABLE_H__
24#define __G_INITABLE_H__
26#if !defined (__GIO_GIO_H_INSIDE__) && !defined (GIO_COMPILATION)
27#error "Only <gio/gio.h> can be included directly."
34#define G_TYPE_INITABLE (g_initable_get_type ())
35#define G_INITABLE(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_INITABLE, GInitable))
36#define G_IS_INITABLE(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_INITABLE))
37#define G_INITABLE_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_INITABLE, GInitableIface))
38#define G_TYPE_IS_INITABLE(type) (g_type_is_a ((type), G_TYPE_INITABLE))
76 const gchar *first_property_name,
84 GParameter *parameters,
92 const
gchar *first_property_name,
G_GNUC_END_IGNORE_DEPRECATIONS GIO_AVAILABLE_IN_ALL GObject * g_initable_new_valist(GType object_type, const gchar *first_property_name, va_list var_args, GCancellable *cancellable, GError **error)
G_GNUC_BEGIN_IGNORE_DEPRECATIONS gpointer g_initable_newv(GType object_type, guint n_parameters, GParameter *parameters, GCancellable *cancellable, GError **error)
GIO_AVAILABLE_IN_ALL gpointer g_initable_new(GType object_type, GCancellable *cancellable, GError **error, const gchar *first_property_name,...)
GIO_AVAILABLE_IN_ALL GType g_initable_get_type(void) G_GNUC_CONST
GIO_AVAILABLE_IN_ALL gboolean g_initable_init(GInitable *initable, GCancellable *cancellable, GError **error)
#define GIO_AVAILABLE_IN_ALL
#define GIO_DEPRECATED_IN_2_54_FOR(f)
struct _GInitable GInitable
#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)(GInitable *initable, GCancellable *cancellable, GError **error)