gnetworkaddress.h   gnetworkaddress.h 
skipping to change at line 63 skipping to change at line 63
}; };
GType g_network_address_get_type (void) G_GNUC_CONST; GType g_network_address_get_type (void) G_GNUC_CONST;
GSocketConnectable *g_network_address_new (const gchar *hostn ame, GSocketConnectable *g_network_address_new (const gchar *hostn ame,
guint16 port); guint16 port);
GSocketConnectable *g_network_address_parse (const gchar *host_ and_port, GSocketConnectable *g_network_address_parse (const gchar *host_ and_port,
guint16 defaul t_port, guint16 defaul t_port,
GError **error) ; GError **error) ;
GSocketConnectable *g_network_address_parse_uri (const gchar *uri,
guint16 defaul
t_port,
GError **error)
;
const gchar *g_network_address_get_hostname (GNetworkAddress *addr) ; const gchar *g_network_address_get_hostname (GNetworkAddress *addr) ;
guint16 g_network_address_get_port (GNetworkAddress *addr) ; guint16 g_network_address_get_port (GNetworkAddress *addr) ;
const gchar *g_network_address_get_scheme (GNetworkAddress *addr) ;
G_END_DECLS G_END_DECLS
#endif /* __G_NETWORK_ADDRESS_H__ */ #endif /* __G_NETWORK_ADDRESS_H__ */
 End of changes. 2 change blocks. 
0 lines changed or deleted 6 lines changed or added

This html diff was produced by rfcdiff 1.41. The latest version is available from http://tools.ietf.org/tools/rfcdiff/