Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gproxyaddress.h File Reference

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 GSocketAddressg_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 gcharg_proxy_address_get_protocol (GProxyAddress *proxy)
 
GIO_AVAILABLE_IN_2_34 const gcharg_proxy_address_get_destination_protocol (GProxyAddress *proxy)
 
GIO_AVAILABLE_IN_ALL const gcharg_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 gcharg_proxy_address_get_username (GProxyAddress *proxy)
 
GIO_AVAILABLE_IN_ALL const gcharg_proxy_address_get_password (GProxyAddress *proxy)
 
GIO_AVAILABLE_IN_2_34 const gcharg_proxy_address_get_uri (GProxyAddress *proxy)
 

Macro Definition Documentation

◆ G_IS_PROXY_ADDRESS

#define G_IS_PROXY_ADDRESS ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_PROXY_ADDRESS))

Definition at line 37 of file gproxyaddress.h.

◆ G_IS_PROXY_ADDRESS_CLASS

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

◆ G_PROXY_ADDRESS

#define G_PROXY_ADDRESS ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_PROXY_ADDRESS, GProxyAddress))

Definition at line 35 of file gproxyaddress.h.

◆ G_PROXY_ADDRESS_CLASS

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

◆ G_PROXY_ADDRESS_GET_CLASS

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

◆ G_TYPE_PROXY_ADDRESS

#define G_TYPE_PROXY_ADDRESS   (g_proxy_address_get_type ())

Definition at line 34 of file gproxyaddress.h.

Typedef Documentation

◆ GProxyAddressClass

Definition at line 41 of file gproxyaddress.h.

◆ GProxyAddressPrivate

typedef struct _GProxyAddressPrivate GProxyAddressPrivate

Definition at line 42 of file gproxyaddress.h.

Function Documentation

◆ g_proxy_address_get_destination_hostname()

GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_destination_hostname ( GProxyAddress * proxy)

◆ g_proxy_address_get_destination_port()

GIO_AVAILABLE_IN_ALL guint16 g_proxy_address_get_destination_port ( GProxyAddress * proxy)

◆ g_proxy_address_get_destination_protocol()

GIO_AVAILABLE_IN_2_34 const gchar * g_proxy_address_get_destination_protocol ( GProxyAddress * proxy)

◆ g_proxy_address_get_password()

GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_password ( GProxyAddress * proxy)

◆ g_proxy_address_get_protocol()

GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_protocol ( GProxyAddress * proxy)

◆ g_proxy_address_get_type()

GIO_AVAILABLE_IN_ALL GType g_proxy_address_get_type ( void )

◆ g_proxy_address_get_uri()

GIO_AVAILABLE_IN_2_34 const gchar * g_proxy_address_get_uri ( GProxyAddress * proxy)

◆ g_proxy_address_get_username()

GIO_AVAILABLE_IN_ALL const gchar * g_proxy_address_get_username ( GProxyAddress * proxy)

◆ g_proxy_address_new()

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 )