gnetworkservice.h   gnetworkservice.h 
skipping to change at line 65 skipping to change at line 65
GType g_network_service_get_type (void) G_GNUC_CONST; GType g_network_service_get_type (void) G_GNUC_CONST;
GSocketConnectable *g_network_service_new (const gchar *serv ice, GSocketConnectable *g_network_service_new (const gchar *serv ice,
const gchar *proto col, const gchar *proto col,
const gchar *domai n); const gchar *domai n);
const gchar *g_network_service_get_service (GNetworkService *srv) ; const gchar *g_network_service_get_service (GNetworkService *srv) ;
const gchar *g_network_service_get_protocol (GNetworkService *srv) ; const gchar *g_network_service_get_protocol (GNetworkService *srv) ;
const gchar *g_network_service_get_domain (GNetworkService *srv) ; const gchar *g_network_service_get_domain (GNetworkService *srv) ;
const gchar *g_network_service_get_scheme (GNetworkService *srv)
;
void g_network_service_set_scheme (GNetworkService *srv,
const gchar *scheme);
G_END_DECLS G_END_DECLS
#endif /* __G_NETWORK_SERVICE_H__ */ #endif /* __G_NETWORK_SERVICE_H__ */
 End of changes. 1 change blocks. 
0 lines changed or deleted 4 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/