Function

GUPnPwhite_list_get_enabled

Declaration [src]

gboolean
gupnp_white_list_get_enabled (
  GUPnPWhiteList* white_list
)

Description [src]

Return the status of the GUPnPWhiteList.

Available since:0.20.5
Deprecated since:1.4.0

Use gupnp_context_filter_get_enabled() instead.

Parameters

white_list GUPnPWhiteList
 

A GUPnPWhiteList.

 The data is owned by the caller of the function.

Return value

Returns: gboolean
 

TRUE if white_list is enabled, FALSE otherwise.