Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/giotypes.h>
Go to the source code of this file.
Data Structures | |
struct | _GLoadableIconIface |
Macros | |
#define | G_TYPE_LOADABLE_ICON (g_loadable_icon_get_type ()) |
#define | G_LOADABLE_ICON(obj) (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_LOADABLE_ICON, GLoadableIcon)) |
#define | G_IS_LOADABLE_ICON(obj) (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_LOADABLE_ICON)) |
#define | G_LOADABLE_ICON_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_LOADABLE_ICON, GLoadableIconIface)) |
Typedefs | |
typedef struct _GLoadableIconIface | GLoadableIconIface |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_loadable_icon_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GInputStream * | g_loadable_icon_load (GLoadableIcon *icon, int size, char **type, GCancellable *cancellable, GError **error) |
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_finish (GLoadableIcon *icon, GAsyncResult *res, char **type, GError **error) |
#define G_IS_LOADABLE_ICON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_LOADABLE_ICON)) |
Definition at line 36 of file gloadableicon.h.
#define G_LOADABLE_ICON | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_LOADABLE_ICON, GLoadableIcon)) |
Definition at line 35 of file gloadableicon.h.
#define G_LOADABLE_ICON_GET_IFACE | ( | obj | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_LOADABLE_ICON, GLoadableIconIface)) |
Definition at line 37 of file gloadableicon.h.
#define G_TYPE_LOADABLE_ICON (g_loadable_icon_get_type ()) |
Definition at line 34 of file gloadableicon.h.
typedef struct _GLoadableIconIface GLoadableIconIface |
Definition at line 39 of file gloadableicon.h.
GIO_AVAILABLE_IN_ALL GType g_loadable_icon_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL GInputStream * g_loadable_icon_load | ( | GLoadableIcon * | icon, |
int | size, | ||
char ** | type, | ||
GCancellable * | cancellable, | ||
GError ** | error ) |
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_finish | ( | GLoadableIcon * | icon, |
GAsyncResult * | res, | ||
char ** | type, | ||
GError ** | error ) |