Github User Fetcher 1.0.0
C Application with Server and GUI
Loading...
Searching...
No Matches
gunixsocketaddress.h File Reference
#include <gio/gio.h>

Go to the source code of this file.

Data Structures

struct  _GUnixSocketAddress
 
struct  _GUnixSocketAddressClass
 

Macros

#define G_TYPE_UNIX_SOCKET_ADDRESS   (g_unix_socket_address_get_type ())
 
#define G_UNIX_SOCKET_ADDRESS(o)   (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddress))
 
#define G_UNIX_SOCKET_ADDRESS_CLASS(k)   (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddressClass))
 
#define G_IS_UNIX_SOCKET_ADDRESS(o)   (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_SOCKET_ADDRESS))
 
#define G_IS_UNIX_SOCKET_ADDRESS_CLASS(k)   (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_SOCKET_ADDRESS))
 
#define G_UNIX_SOCKET_ADDRESS_GET_CLASS(o)   (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddressClass))
 

Typedefs

typedef struct _GUnixSocketAddress GUnixSocketAddress
 
typedef struct _GUnixSocketAddressClass GUnixSocketAddressClass
 
typedef struct _GUnixSocketAddressPrivate GUnixSocketAddressPrivate
 

Functions

GIO_AVAILABLE_IN_ALL GType g_unix_socket_address_get_type (void) G_GNUC_CONST
 
GIO_AVAILABLE_IN_ALL GSocketAddressg_unix_socket_address_new (const gchar *path)
 
GSocketAddressg_unix_socket_address_new_abstract (const gchar *path, gint path_len)
 
GIO_AVAILABLE_IN_ALL GSocketAddressg_unix_socket_address_new_with_type (const gchar *path, gint path_len, GUnixSocketAddressType type)
 
GIO_AVAILABLE_IN_ALL const char * g_unix_socket_address_get_path (GUnixSocketAddress *address)
 
GIO_AVAILABLE_IN_ALL gsize g_unix_socket_address_get_path_len (GUnixSocketAddress *address)
 
GIO_AVAILABLE_IN_ALL GUnixSocketAddressType g_unix_socket_address_get_address_type (GUnixSocketAddress *address)
 
GIO_DEPRECATED gboolean g_unix_socket_address_get_is_abstract (GUnixSocketAddress *address)
 
GIO_AVAILABLE_IN_ALL gboolean g_unix_socket_address_abstract_names_supported (void)
 

Macro Definition Documentation

◆ G_IS_UNIX_SOCKET_ADDRESS

#define G_IS_UNIX_SOCKET_ADDRESS ( o)    (G_TYPE_CHECK_INSTANCE_TYPE ((o), G_TYPE_UNIX_SOCKET_ADDRESS))

Definition at line 34 of file gunixsocketaddress.h.

◆ G_IS_UNIX_SOCKET_ADDRESS_CLASS

#define G_IS_UNIX_SOCKET_ADDRESS_CLASS ( k)    (G_TYPE_CHECK_CLASS_TYPE ((k), G_TYPE_UNIX_SOCKET_ADDRESS))

Definition at line 35 of file gunixsocketaddress.h.

◆ G_TYPE_UNIX_SOCKET_ADDRESS

#define G_TYPE_UNIX_SOCKET_ADDRESS   (g_unix_socket_address_get_type ())

Definition at line 31 of file gunixsocketaddress.h.

◆ G_UNIX_SOCKET_ADDRESS

#define G_UNIX_SOCKET_ADDRESS ( o)    (G_TYPE_CHECK_INSTANCE_CAST ((o), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddress))

Definition at line 32 of file gunixsocketaddress.h.

◆ G_UNIX_SOCKET_ADDRESS_CLASS

#define G_UNIX_SOCKET_ADDRESS_CLASS ( k)    (G_TYPE_CHECK_CLASS_CAST((k), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddressClass))

Definition at line 33 of file gunixsocketaddress.h.

◆ G_UNIX_SOCKET_ADDRESS_GET_CLASS

#define G_UNIX_SOCKET_ADDRESS_GET_CLASS ( o)    (G_TYPE_INSTANCE_GET_CLASS ((o), G_TYPE_UNIX_SOCKET_ADDRESS, GUnixSocketAddressClass))

Definition at line 36 of file gunixsocketaddress.h.

Typedef Documentation

◆ GUnixSocketAddress

Definition at line 38 of file gunixsocketaddress.h.

◆ GUnixSocketAddressClass

Definition at line 39 of file gunixsocketaddress.h.

◆ GUnixSocketAddressPrivate

typedef struct _GUnixSocketAddressPrivate GUnixSocketAddressPrivate

Definition at line 40 of file gunixsocketaddress.h.

Function Documentation

◆ g_unix_socket_address_abstract_names_supported()

GIO_AVAILABLE_IN_ALL gboolean g_unix_socket_address_abstract_names_supported ( void )

◆ g_unix_socket_address_get_address_type()

GIO_AVAILABLE_IN_ALL GUnixSocketAddressType g_unix_socket_address_get_address_type ( GUnixSocketAddress * address)

◆ g_unix_socket_address_get_is_abstract()

GIO_DEPRECATED gboolean g_unix_socket_address_get_is_abstract ( GUnixSocketAddress * address)

◆ g_unix_socket_address_get_path()

GIO_AVAILABLE_IN_ALL const char * g_unix_socket_address_get_path ( GUnixSocketAddress * address)

◆ g_unix_socket_address_get_path_len()

GIO_AVAILABLE_IN_ALL gsize g_unix_socket_address_get_path_len ( GUnixSocketAddress * address)

◆ g_unix_socket_address_get_type()

GIO_AVAILABLE_IN_ALL GType g_unix_socket_address_get_type ( void )

◆ g_unix_socket_address_new()

GIO_AVAILABLE_IN_ALL GSocketAddress * g_unix_socket_address_new ( const gchar * path)

◆ g_unix_socket_address_new_abstract()

GSocketAddress * g_unix_socket_address_new_abstract ( const gchar * path,
gint path_len )

◆ g_unix_socket_address_new_with_type()

GIO_AVAILABLE_IN_ALL GSocketAddress * g_unix_socket_address_new_with_type ( const gchar * path,
gint path_len,
GUnixSocketAddressType type )