Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gloadableicon.h File Reference
#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 GInputStreamg_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 GInputStreamg_loadable_icon_load_finish (GLoadableIcon *icon, GAsyncResult *res, char **type, GError **error)
 

Macro Definition Documentation

◆ G_IS_LOADABLE_ICON

#define G_IS_LOADABLE_ICON ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_LOADABLE_ICON))

Definition at line 36 of file gloadableicon.h.

◆ G_LOADABLE_ICON

#define G_LOADABLE_ICON ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_LOADABLE_ICON, GLoadableIcon))

Definition at line 35 of file gloadableicon.h.

◆ G_LOADABLE_ICON_GET_IFACE

#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.

◆ G_TYPE_LOADABLE_ICON

#define G_TYPE_LOADABLE_ICON   (g_loadable_icon_get_type ())

Definition at line 34 of file gloadableicon.h.

Typedef Documentation

◆ GLoadableIconIface

Definition at line 39 of file gloadableicon.h.

Function Documentation

◆ g_loadable_icon_get_type()

GIO_AVAILABLE_IN_ALL GType g_loadable_icon_get_type ( void )

◆ g_loadable_icon_load()

GIO_AVAILABLE_IN_ALL GInputStream * g_loadable_icon_load ( GLoadableIcon * icon,
int size,
char ** type,
GCancellable * cancellable,
GError ** error )

◆ g_loadable_icon_load_async()

GIO_AVAILABLE_IN_ALL void g_loadable_icon_load_async ( GLoadableIcon * icon,
int size,
GCancellable * cancellable,
GAsyncReadyCallback callback,
gpointer user_data )

◆ g_loadable_icon_load_finish()

GIO_AVAILABLE_IN_ALL GInputStream * g_loadable_icon_load_finish ( GLoadableIcon * icon,
GAsyncResult * res,
char ** type,
GError ** error )