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 | _GProxyInterface |
Macros | |
#define | G_TYPE_PROXY (g_proxy_get_type ()) |
#define | G_PROXY(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_PROXY, GProxy)) |
#define | G_IS_PROXY(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_PROXY)) |
#define | G_PROXY_GET_IFACE(obj) (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_PROXY, GProxyInterface)) |
#define | G_PROXY_EXTENSION_POINT_NAME "gio-proxy" |
Typedefs | |
typedef struct _GProxyInterface | GProxyInterface |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_proxy_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GProxy * | g_proxy_get_default_for_protocol (const gchar *protocol) |
GIO_AVAILABLE_IN_ALL GIOStream * | g_proxy_connect (GProxy *proxy, GIOStream *connection, GProxyAddress *proxy_address, GCancellable *cancellable, GError **error) |
GIO_AVAILABLE_IN_ALL void | g_proxy_connect_async (GProxy *proxy, GIOStream *connection, GProxyAddress *proxy_address, GCancellable *cancellable, GAsyncReadyCallback callback, gpointer user_data) |
GIO_AVAILABLE_IN_ALL GIOStream * | g_proxy_connect_finish (GProxy *proxy, GAsyncResult *result, GError **error) |
GIO_AVAILABLE_IN_ALL gboolean | g_proxy_supports_hostname (GProxy *proxy) |
#define G_IS_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_PROXY)) |
#define G_PROXY | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_PROXY, GProxy)) |
#define G_PROXY_EXTENSION_POINT_NAME "gio-proxy" |
#define G_PROXY_GET_IFACE | ( | obj | ) | (G_TYPE_INSTANCE_GET_INTERFACE ((obj), G_TYPE_PROXY, GProxyInterface)) |
#define G_TYPE_PROXY (g_proxy_get_type ()) |
typedef struct _GProxyInterface GProxyInterface |
GIO_AVAILABLE_IN_ALL GIOStream * g_proxy_connect | ( | GProxy * | proxy, |
GIOStream * | connection, | ||
GProxyAddress * | proxy_address, | ||
GCancellable * | cancellable, | ||
GError ** | error ) |
GIO_AVAILABLE_IN_ALL void g_proxy_connect_async | ( | GProxy * | proxy, |
GIOStream * | connection, | ||
GProxyAddress * | proxy_address, | ||
GCancellable * | cancellable, | ||
GAsyncReadyCallback | callback, | ||
gpointer | user_data ) |
GIO_AVAILABLE_IN_ALL GIOStream * g_proxy_connect_finish | ( | GProxy * | proxy, |
GAsyncResult * | result, | ||
GError ** | error ) |
GIO_AVAILABLE_IN_ALL GProxy * g_proxy_get_default_for_protocol | ( | const gchar * | protocol | ) |
GIO_AVAILABLE_IN_ALL GType g_proxy_get_type | ( | void | ) |
GIO_AVAILABLE_IN_ALL gboolean g_proxy_supports_hostname | ( | GProxy * | proxy | ) |