GebrCommChannelSocket

GebrCommChannelSocket

Functions

Types and Values

Object Hierarchy

    GObject
    ╰── GebrCommSocket
        ╰── GebrCommChannelSocket

Description

Functions

gebr_comm_channel_socket_new ()

GebrCommChannelSocket *
gebr_comm_channel_socket_new (void);

gebr_comm_channel_socket_free ()

void
gebr_comm_channel_socket_free (GebrCommChannelSocket *Param1);

gebr_comm_channel_socket_start ()

gboolean
gebr_comm_channel_socket_start (GebrCommChannelSocket *channel_socket,
                                GebrCommSocketAddress *listen_address,
                                GebrCommSocketAddress *forward_address);

gebr_comm_channel_socket_get_forward_address ()

GebrCommSocketAddress
gebr_comm_channel_socket_get_forward_address
                               (GebrCommChannelSocket *channel_socket);

Types and Values

GEBR_COMM_CHANNEL_SOCKET_TYPE

#define GEBR_COMM_CHANNEL_SOCKET_TYPE		(gebr_comm_channel_socket_get_type())

struct GebrCommChannelSocket

struct GebrCommChannelSocket;

struct GebrCommChannelSocketClass

struct GebrCommChannelSocketClass {
	GebrCommSocketClass parent;
};

GebrCommChannelSocketPriv

typedef struct _GebrCommChannelSocketPriv GebrCommChannelSocketPriv;