24#ifndef __G_UNIX_SOCKET_ADDRESS_H__
25#define __G_UNIX_SOCKET_ADDRESS_H__
31#define G_TYPE_UNIX_SOCKET_ADDRESS (g_unix_socket_address_get_type ())
32#define G_UNIX_SOCKET_ADDRESS(o) (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddress))
33#define G_UNIX_SOCKET_ADDRESS_CLASS(k) (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddressClass))
34#define G_IS_UNIX_SOCKET_ADDRESS(o) (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_SOCKET_ADDRESS))
35#define G_IS_UNIX_SOCKET_ADDRESS_CLASS(k) (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_SOCKET_ADDRESS))
36#define G_UNIX_SOCKET_ADDRESS_GET_CLASS(o) (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddressClass))
#define GIO_AVAILABLE_IN_ALL
#define GIO_DEPRECATED_FOR(f)
#define G_DEFINE_AUTOPTR_CLEANUP_FUNC(TypeName, func)
GOBJECT_AVAILABLE_IN_ALL void g_object_unref(gpointer object)
G_BEGIN_DECLS typedef char gchar
GIO_AVAILABLE_IN_ALL GType g_unix_socket_address_get_type(void) G_GNUC_CONST
GSocketAddress * g_unix_socket_address_new_abstract(const gchar *path, gint path_len)
GIO_AVAILABLE_IN_ALL const char * g_unix_socket_address_get_path(GUnixSocketAddress *address)
GIO_AVAILABLE_IN_ALL gboolean g_unix_socket_address_abstract_names_supported(void)
GIO_AVAILABLE_IN_ALL GUnixSocketAddressType g_unix_socket_address_get_address_type(GUnixSocketAddress *address)
GIO_AVAILABLE_IN_ALL gsize g_unix_socket_address_get_path_len(GUnixSocketAddress *address)
GIO_AVAILABLE_IN_ALL GSocketAddress * g_unix_socket_address_new_with_type(const gchar *path, gint path_len, GUnixSocketAddressType type)
GIO_DEPRECATED gboolean g_unix_socket_address_get_is_abstract(GUnixSocketAddress *address)
GIO_AVAILABLE_IN_ALL GSocketAddress * g_unix_socket_address_new(const gchar *path)
struct _GUnixSocketAddressPrivate GUnixSocketAddressPrivate
GSocketAddressClass parent_class
GSocketAddress parent_instance
GUnixSocketAddressPrivate * priv