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

#include <gproxyresolver.h>

Data Fields

GTypeInterface g_iface
 
gboolean(* is_supported )(GProxyResolver *resolver)
 
gchar **(* lookup )(GProxyResolver *resolver, const gchar *uri, GCancellable *cancellable, GError **error)
 
void(* lookup_async )(GProxyResolver *resolver, const gchar *uri, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)
 
gchar **(* lookup_finish )(GProxyResolver *resolver, GAsyncResult *result, GError **error)
 

Detailed Description

Definition at line 49 of file gproxyresolver.h.

Field Documentation

◆ g_iface

GTypeInterface _GProxyResolverInterface::g_iface

Definition at line 50 of file gproxyresolver.h.

◆ is_supported

gboolean(* _GProxyResolverInterface::is_supported) (GProxyResolver *resolver)

Definition at line 53 of file gproxyresolver.h.

◆ lookup

gchar **(* _GProxyResolverInterface::lookup) (GProxyResolver *resolver, const gchar *uri, GCancellable *cancellable, GError **error)

Definition at line 55 of file gproxyresolver.h.

◆ lookup_async

void(* _GProxyResolverInterface::lookup_async) (GProxyResolver *resolver, const gchar *uri, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data)

Definition at line 60 of file gproxyresolver.h.

◆ lookup_finish

gchar **(* _GProxyResolverInterface::lookup_finish) (GProxyResolver *resolver, GAsyncResult *result, GError **error)

Definition at line 66 of file gproxyresolver.h.


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