Method

GUPnPContextFilteradd_entryv

Declaration [src]

void
gupnp_context_filter_add_entryv (
  GUPnPContextFilter* context_filter,
  gchar** entries
)

Description [src]

Add a list of entries to a GUPnPContextFilter. This is a helper function to directly add a NULL-terminated array of string usually acquired from command line arguments.

Available since:1.4.0

Parameters

entries An array of gchar*
 

A NULL-terminated list of strings.

 The array must be NULL-terminated.
 The data is owned by the caller of the function.
 Each element is a NUL terminated UTF-8 string.