Sets our main struct and passes it to the parent class
Creates a new GProxyAddress for inetaddr with protocol that should tunnel through dest_hostname and dest_port. (Note that this method doesn't set the "uri" or "destination-protocol" fields; use g_object_new() directly if you want to set those.) Since 2.26
Gets proxy's destination hostname; that is, the name of the host that will be connected to via the proxy, not the name of the proxy itself. Since 2.26
Gets proxy's destination port; that is, the port on the destination host that will be connected to via the proxy, not the port number of the proxy itself. Since 2.26
Gets the protocol that is being spoken to the destination server; eg, "http" or "ftp". Since 2.34
Gets proxy's password. Since 2.26
Gets proxy's protocol. eg, "socks" or "http" Since 2.26
the main Gtk struct as a void*
Gets the proxy URI that proxy was constructed from. Since 2.34
Gets proxy's username. Since 2.26
the main Gtk struct
the main Gtk struct
the main Gtk struct as a void*
Gets address's GInetAddress. Since 2.22
Gets address's port. Since 2.22
Gets the sin6_flowinfo field from address, which must be an IPv6 address. Since 2.32
Gets the sin6_scope_id field from address, which must be an IPv6 address. Since 2.32
Support for proxied GInetSocketAddress.