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 | _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 GObject * | g_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) |
#define G_ASYNC_RESULT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_CAST ((obj), G_TYPE_ASYNC_RESULT, GAsyncResult)) |
Definition at line 35 of file gasyncresult.h.
#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.
#define G_IS_ASYNC_RESULT | ( | obj | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((obj), G_TYPE_ASYNC_RESULT)) |
Definition at line 36 of file gasyncresult.h.
#define G_TYPE_ASYNC_RESULT (g_async_result_get_type ()) |
Definition at line 34 of file gasyncresult.h.
typedef struct _GAsyncResultIface GAsyncResultIface |
Definition at line 39 of file gasyncresult.h.
GIO_AVAILABLE_IN_ALL GObject * g_async_result_get_source_object | ( | GAsyncResult * | res | ) |
GIO_AVAILABLE_IN_ALL GType g_async_result_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL gpointer g_async_result_get_user_data | ( | GAsyncResult * | res | ) |
GIO_AVAILABLE_IN_2_34 gboolean g_async_result_is_tagged | ( | GAsyncResult * | res, |
gpointer | source_tag ) |
GIO_AVAILABLE_IN_2_34 gboolean g_async_result_legacy_propagate_error | ( | GAsyncResult * | res, |
GError ** | error ) |