GebrCommStreamSocket
GebrCommStreamSocket
|
|
Object Hierarchy
GObject
+----GebrCommSocket
+----GebrCommStreamSocket
Details
GEBR_COMM_STREAM_SOCKET_TYPE
#define GEBR_COMM_STREAM_SOCKET_TYPE (gebr_comm_stream_socket_get_type())
GebrCommStreamSocket
typedef struct _GebrCommStreamSocket GebrCommStreamSocket;
GebrCommStreamSocketClass
typedef struct {
GebrCommSocketClass parent;
/* signals */
void (*connected) (GebrCommStreamSocket * self);
void (*disconnected) (GebrCommStreamSocket * self);
} GebrCommStreamSocketClass;
gebr_comm_stream_socket_disconnect ()
void gebr_comm_stream_socket_disconnect (GebrCommStreamSocket *stream_socket
);
Signal Details
The "connected"
signal
void user_function (GebrCommStreamSocket *gebrcommstreamsocket,
gpointer user_data) : Run Last / Action
The "disconnected"
signal
void user_function (GebrCommStreamSocket *gebrcommstreamsocket,
gpointer user_data) : Run Last / Action