![]() |
![]() |
![]() |
libgebr Reference Manual | ![]() |
---|---|---|---|---|
Top | Description | Object Hierarchy |
#define GEBR_COMM_CHANNEL_SOCKET_TYPE struct GebrCommChannelSocket; struct GebrCommChannelSocketClass; GebrCommChannelSocket * gebr_comm_channel_socket_new (void
); void gebr_comm_channel_socket_free (GebrCommChannelSocket *Param1
); gboolean gebr_comm_channel_socket_start (GebrCommChannelSocket *channel_socket
,GebrCommSocketAddress *listen_address
,GebrCommSocketAddress *forward_address
); GebrCommSocketAddress gebr_comm_channel_socket_get_forward_address (GebrCommChannelSocket *channel_socket
);
#define GEBR_COMM_CHANNEL_SOCKET_TYPE (gebr_comm_channel_socket_get_type())
struct GebrCommChannelSocketClass { GebrCommSocketClass parent; };
void gebr_comm_channel_socket_free (GebrCommChannelSocket *Param1
);
gboolean gebr_comm_channel_socket_start (GebrCommChannelSocket *channel_socket
,GebrCommSocketAddress *listen_address
,GebrCommSocketAddress *forward_address
);
GebrCommSocketAddress gebr_comm_channel_socket_get_forward_address
(GebrCommChannelSocket *channel_socket
);