Github User Fetcher 1.0.0
C Application with Server and GUI
|
#include <gio/ginetsocketaddress.h>
Go to the source code of this file.
Data Structures | |
struct | _GProxyAddress |
struct | _GProxyAddressClass |
Macros | |
#define | G_TYPE_PROXY_ADDRESS (g_proxy_address_get_type ()) |
#define | G_PROXY_ADDRESS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_PROXY_ADDRESS, GProxyAddress)) |
#define | G_PROXY_ADDRESS_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_PROXY_ADDRESS, GProxyAddressClass)) |
#define | G_IS_PROXY_ADDRESS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_PROXY_ADDRESS)) |
#define | G_IS_PROXY_ADDRESS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_PROXY_ADDRESS)) |
#define | G_PROXY_ADDRESS_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_PROXY_ADDRESS, GProxyAddressClass)) |
Typedefs | |
typedef struct _GProxyAddressClass | GProxyAddressClass |
typedef struct _GProxyAddressPrivate | GProxyAddressPrivate |
Functions | |
GIO_AVAILABLE_IN_ALL GType | g_proxy_address_get_type (void) G_GNUC_CONST |
GIO_AVAILABLE_IN_ALL GSocketAddress * | g_proxy_address_new (GInetAddress *inetaddr, guint16 port, const gchar *protocol, const gchar *dest_hostname, guint16 dest_port, const gchar *username, const gchar *password) |
GIO_AVAILABLE_IN_ALL const gchar * | g_proxy_address_get_protocol (GProxyAddress *proxy) |
GIO_AVAILABLE_IN_2_34 const gchar * | g_proxy_address_get_destination_protocol (GProxyAddress *proxy) |
GIO_AVAILABLE_IN_ALL const gchar * | g_proxy_address_get_destination_hostname (GProxyAddress *proxy) |
GIO_AVAILABLE_IN_ALL guint16 | g_proxy_address_get_destination_port (GProxyAddress *proxy) |
GIO_AVAILABLE_IN_ALL const gchar * | g_proxy_address_get_username (GProxyAddress *proxy) |
GIO_AVAILABLE_IN_ALL const gchar * | g_proxy_address_get_password (GProxyAddress *proxy) |
GIO_AVAILABLE_IN_2_34 const gchar * | g_proxy_address_get_uri (GProxyAddress *proxy) |
#define G_IS_PROXY_ADDRESS | ( | o | ) | (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_PROXY_ADDRESS)) |
Definition at line 37 of file gproxyaddress.h.
#define G_IS_PROXY_ADDRESS_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_PROXY_ADDRESS)) |
Definition at line 38 of file gproxyaddress.h.
#define G_PROXY_ADDRESS | ( | o | ) | (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_PROXY_ADDRESS, GProxyAddress)) |
Definition at line 35 of file gproxyaddress.h.
#define G_PROXY_ADDRESS_CLASS | ( | k | ) | (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_PROXY_ADDRESS, GProxyAddressClass)) |
Definition at line 36 of file gproxyaddress.h.
#define G_PROXY_ADDRESS_GET_CLASS | ( | o | ) | (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_PROXY_ADDRESS, GProxyAddressClass)) |
Definition at line 39 of file gproxyaddress.h.
#define G_TYPE_PROXY_ADDRESS (g_proxy_address_get_type ()) |
Definition at line 34 of file gproxyaddress.h.
typedef struct _GProxyAddressClass GProxyAddressClass |
Definition at line 41 of file gproxyaddress.h.
typedef struct _GProxyAddressPrivate GProxyAddressPrivate |
Definition at line 42 of file gproxyaddress.h.
GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_destination_hostname | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_ALL guint16 g_proxy_address_get_destination_port | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_2_34 const gchar * g_proxy_address_get_destination_protocol | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_password | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_protocol | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_ALL GType g_proxy_address_get_type | ( | void | ) |
GIO_AVAILABLE_IN_2_34 const gchar * g_proxy_address_get_uri | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_username | ( | GProxyAddress * | proxy | ) |
GIO_AVAILABLE_IN_ALL GSocketAddress * g_proxy_address_new | ( | GInetAddress * | inetaddr, |
guint16 | port, | ||
const gchar * | protocol, | ||
const gchar * | dest_hostname, | ||
guint16 | dest_port, | ||
const gchar * | username, | ||
const gchar * | password ) |