Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gasyncresult.h>
Data Fields | |
GTypeInterface | g_iface |
gpointer(* | get_user_data )(GAsyncResult *res) |
GObject *(* | get_source_object )(GAsyncResult *res) |
gboolean(* | is_tagged )(GAsyncResult *res, gpointer source_tag) |
GAsyncResultIface: @g_iface: The parent interface. @get_user_data: Gets the user data passed to the callback. @get_source_object: Gets the source object that issued the asynchronous operation. @is_tagged: Checks if a result is tagged with a particular source.
Interface definition for [iface.nosp@m.@Gio.nosp@m..Asyn.nosp@m.cRes.nosp@m.ult].
Definition at line 51 of file gasyncresult.h.
GTypeInterface _GAsyncResultIface::g_iface |
Definition at line 53 of file gasyncresult.h.
GObject *(* _GAsyncResultIface::get_source_object) (GAsyncResult *res) |
Definition at line 58 of file gasyncresult.h.
gpointer(* _GAsyncResultIface::get_user_data) (GAsyncResult *res) |
Definition at line 57 of file gasyncresult.h.
gboolean(* _GAsyncResultIface::is_tagged) (GAsyncResult *res, gpointer source_tag) |
Definition at line 60 of file gasyncresult.h.