23#ifndef __G_LOADABLE_ICON_H__
24#define __G_LOADABLE_ICON_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_LOADABLE_ICON (g_loadable_icon_get_type ())
35#define G_LOADABLE_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_LOADABLE_ICON, GLoadableIcon))
36#define G_IS_LOADABLE_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_LOADABLE_ICON))
37#define G_LOADABLE_ICON_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_LOADABLE_ICON, GLoadableIconIface))
#define GIO_AVAILABLE_IN_ALL
struct _GLoadableIcon GLoadableIcon
struct _GAsyncResult GAsyncResult
void(* GAsyncReadyCallback)(GObject *source_object, GAsyncResult *res, gpointer data)
GIO_AVAILABLE_IN_ALL GType g_loadable_icon_get_type(void) G_GNUC_CONST
GIO_AVAILABLE_IN_ALL void g_loadable_icon_load_async(GLoadableIcon *icon, int size, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
GIO_AVAILABLE_IN_ALL GInputStream * g_loadable_icon_load(GLoadableIcon *icon, int size, char **type, GCancellable *cancellable, GError **error)
GIO_AVAILABLE_IN_ALL GInputStream * g_loadable_icon_load_finish(GLoadableIcon *icon, GAsyncResult *res, char **type, GError **error)
static void error(LoadState *S, const char *why)
void(* load_async)(GLoadableIcon *icon, int size, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)