]>
git.saurik.com Git - wxWidgets.git/blob - src/stubs/gsockno.c
1 /* -------------------------------------------------------------------------
2 * Project: GSocket (Generic Socket) for WX
4 * Purpose: GSocket stub GUI file
6 * -------------------------------------------------------------------------
11 void _GSocket_GUI_Init(GSocket
*socket
)
15 void _GSocket_GUI_Destroy(GSocket
*socket
)
19 void _GSocket_Install_Callback(GSocket
*socket
, GSocketEvent event
)
23 void _GSocket_Uninstall_Callback(GSocket
*socket
, GSocketEvent event
)
27 unsigned long GSocket_GetEventID(GSocket
*socket
)
32 void GSocket_DoEvent(unsigned long evt_id
)