Function

GUPnPwhite_list_new

Declaration [src]

GUPnPWhiteList*
gupnp_white_list_new (
  void
)

Description [src]

Create a new GUPnPWhiteList. The white list is disabled by default.

Available since:0.20.5
Deprecated since:1.4.0

Use gupnp_context_filter_new() instead.

Return value

Returns: GUPnPWhiteList
 

A new GUPnPWhiteList object.

 The caller of the function takes ownership of the data, and is responsible for freeing it.