Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
_GAsyncResultIface Struct Reference

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

Detailed Description

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.

Field Documentation

◆ g_iface

GTypeInterface _GAsyncResultIface::g_iface

Definition at line 53 of file gasyncresult.h.

◆ get_source_object

GObject *(* _GAsyncResultIface::get_source_object) (GAsyncResult *res)

Definition at line 58 of file gasyncresult.h.

◆ get_user_data

gpointer(* _GAsyncResultIface::get_user_data) (GAsyncResult *res)

Definition at line 57 of file gasyncresult.h.

◆ is_tagged

gboolean(* _GAsyncResultIface::is_tagged) (GAsyncResult *res, gpointer source_tag)

Definition at line 60 of file gasyncresult.h.


The documentation for this struct was generated from the following file: