mirror of
https://github.com/gryf/wmaker.git
synced 2026-01-29 11:35:47 +01:00
- Added WMSetConnectionCloseOnExec() to specify if the socket of a
connection survives or not an exec* family call. By default all connections created by WINGs, set the socket to be closed on an exec* call. Use the function if you need the reverse.
This commit is contained in:
@@ -756,7 +756,9 @@ char* WMGetConnectionService(WMConnection *cPtr);
|
||||
|
||||
char* WMGetConnectionProtocol(WMConnection *cPtr);
|
||||
|
||||
void WMSetConnectionNonBlocking(WMConnection *cPtr, Bool flag);
|
||||
Bool WMSetConnectionNonBlocking(WMConnection *cPtr, Bool flag);
|
||||
|
||||
Bool WMSetConnectionCloseOnExec(WMConnection *cPtr, Bool flag);
|
||||
|
||||
void* WMGetConnectionClientData(WMConnection *cPtr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user