Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gasyncresult.h File Reference
#include <gio/giotypes.h>

Go to the source code of this file.

Data Structures

struct  _GAsyncResultIface
 

Macros

#define G_TYPE_ASYNC_RESULT   (g_async_result_get_type ())
 
#define G_ASYNC_RESULT(obj)   (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ASYNC_RESULT, GAsyncResult))
 
#define G_IS_ASYNC_RESULT(obj)   (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_ASYNC_RESULT))
 
#define G_ASYNC_RESULT_GET_IFACE(obj)   (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ASYNC_RESULT, GAsyncResultIface))
 

Typedefs

typedef struct _GAsyncResultIface GAsyncResultIface
 

Functions

GIO_AVAILABLE_IN_ALL GType g_async_result_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL gpointer g_async_result_get_user_data (GAsyncResult *res)
 
GIO_AVAILABLE_IN_ALL GObjectg_async_result_get_source_object (GAsyncResult *res)
 
GIO_AVAILABLE_IN_2_34 gboolean g_async_result_legacy_propagate_error (GAsyncResult *res, GError **error)
 
GIO_AVAILABLE_IN_2_34 gboolean g_async_result_is_tagged (GAsyncResult *res, gpointer source_tag)
 

Macro Definition Documentation

◆ G_ASYNC_RESULT

#define G_ASYNC_RESULT ( obj)    (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ASYNC_RESULT, GAsyncResult))

Definition at line 35 of file gasyncresult.h.

◆ G_ASYNC_RESULT_GET_IFACE

#define G_ASYNC_RESULT_GET_IFACE ( obj)    (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_ASYNC_RESULT, GAsyncResultIface))

Definition at line 37 of file gasyncresult.h.

◆ G_IS_ASYNC_RESULT

#define G_IS_ASYNC_RESULT ( obj)    (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_ASYNC_RESULT))

Definition at line 36 of file gasyncresult.h.

◆ G_TYPE_ASYNC_RESULT

#define G_TYPE_ASYNC_RESULT   (g_async_result_get_type ())

Definition at line 34 of file gasyncresult.h.

Typedef Documentation

◆ GAsyncResultIface

Definition at line 39 of file gasyncresult.h.

Function Documentation

◆ g_async_result_get_source_object()

GIO_AVAILABLE_IN_ALL GObject * g_async_result_get_source_object ( GAsyncResult * res)

◆ g_async_result_get_type()

GIO_AVAILABLE_IN_ALL GType g_async_result_get_type ( void )

◆ g_async_result_get_user_data()

GIO_AVAILABLE_IN_ALL gpointer g_async_result_get_user_data ( GAsyncResult * res)

◆ g_async_result_is_tagged()

GIO_AVAILABLE_IN_2_34 gboolean g_async_result_is_tagged ( GAsyncResult * res,
gpointer source_tag )

◆ g_async_result_legacy_propagate_error()

GIO_AVAILABLE_IN_2_34 gboolean g_async_result_legacy_propagate_error ( GAsyncResult * res,
GError ** error )