Function

GUPnPwhite_list_is_empty

Declaration [src]

gboolean
gupnp_white_list_is_empty (
  GUPnPWhiteList* white_list
)

Description [src]

Return the state of the entries list of GUPnPWhiteList.

Deprecated since:1.4.0

Use gupnp_context_filter_is_empty() 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 empty, FALSE otherwise.