#include "gobj/iface.h"
#include "gobj/errors.h"
Functions | |
int | gj_iface_serve (Gj_Ctx* ctx, Gj_IfaceIncomingConn* conn) |
The serving function. More... | |
Gj_Id* | Gj_iface_getId (Gj_Iface* iface) |
Get the id of an interface. More... | |
int | Gj_iface_listen (Gj_Ctx* ctx, Gj_Iface* iface) |
Listen on the given interface. More... |
|
The serving function.
For internal use only. |
|
Get the id of an interface. The returned id is STILL OWNED by the interface. |
|
Listen on the given interface.
|