Function
GUPnPContextManagercreate_full
Declaration [src]
GUPnPContextManager*
gupnp_context_manager_create_full (
  GSSDPUDAVersion uda_version,
  GSocketFamily family,
  guint port
)
Description [src]
Factory-method to create a new GUPnPContextManager. The final type of the
GUPnPContextManager depends on the compile-time selection or - in case of
NetworkManager - on its availability during run-time. If it is not available,
the implementation falls back to the basic Unix context manager instead.
| Available since: | 1.2.0 | 
Parameters
| uda_version | GSSDPUDAVersion | 
| 
 | |
| family | GSocketFamily | 
| 
 | |
| port | guint | 
| Port to create contexts for, or 0 if you don’t care what port is used. | 
Return value
| Returns: | GUPnPContextManager | 
| A new  | |
| The caller of the function takes ownership of the data, and is responsible for freeing it. |