Method

GUPnPContextget_server

Declaration [src]

SoupServer*
gupnp_context_get_server (
  GUPnPContext* context
)

Description [src]

Get the SoupServer HTTP server that GUPnP is using.

Gets propertyGUPnP.Context:server

Return value

Returns: SoupServer
 

The SoupServer used by GUPnP. Do not unref this when finished.

 The data is owned by the instance.