gunixsocketaddress.h   gunixsocketaddress.h 
skipping to change at line 58 skipping to change at line 58
}; };
struct _GUnixSocketAddressClass struct _GUnixSocketAddressClass
{ {
GSocketAddressClass parent_class; GSocketAddressClass parent_class;
}; };
GType g_unix_socket_address_get_type (void) G_GNUC_CONST; GType g_unix_socket_address_get_type (void) G_GNUC_CONST;
GSocketAddress *g_unix_socket_address_new (const gchar * path); GSocketAddress *g_unix_socket_address_new (const gchar * path);
#ifndef G_DISABLE_DEPRECATED
GSocketAddress *g_unix_socket_address_new_abstract (const gchar * path, GSocketAddress *g_unix_socket_address_new_abstract (const gchar * path,
int p gint p
ath_len); ath_len);
#endif
GSocketAddress *g_unix_socket_address_new_with_type (const gchar
*path,
gint
path_len,
GUnixSocketAddressTyp
e type);
const char * g_unix_socket_address_get_path (GUnixSocketAddress * address); const char * g_unix_socket_address_get_path (GUnixSocketAddress * address);
gsize g_unix_socket_address_get_path_len (GUnixSocketAddress * address); gsize g_unix_socket_address_get_path_len (GUnixSocketAddress * address);
GUnixSocketAddressType g_unix_socket_address_get_address_type (GUnixSocketA
ddress *address);
#ifndef G_DISABLE_DEPRECATED
gboolean g_unix_socket_address_get_is_abstract (GUnixSocketAddress * address); gboolean g_unix_socket_address_get_is_abstract (GUnixSocketAddress * address);
#endif
gboolean g_unix_socket_address_abstract_names_supported (void); gboolean g_unix_socket_address_abstract_names_supported (void);
G_END_DECLS G_END_DECLS
#endif /* __G_UNIX_SOCKET_ADDRESS_H__ */ #endif /* __G_UNIX_SOCKET_ADDRESS_H__ */
 End of changes. 4 change blocks. 
2 lines changed or deleted 14 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/