Method

GUPnPAVLastChangeParserparse_last_change

Declaration [src]

gboolean
gupnp_last_change_parser_parse_last_change (
  GUPnPLastChangeParser* parser,
  guint instance_id,
  const char* last_change_xml,
  GError** error,
  ...
)

Description [src]

Parses the xml fragment from a LastChange event.

This method is not directly available to language bindings.

Parameters

instance_id

Type: guint

The ID of the AV instance caller is interested in.

last_change_xml

Type: const char*

The xml from the “LastChange” event to parse.

The data is owned by the caller of the method.
The value is a NUL terminated UTF-8 string.
error

Type: GError

The location where to store any error, or NULL.

The data is owned by the caller of the method.
...

Type: 

Tuples of state variable name, state variable type, and state variable value location, terminated with NULL. The state variable values should be freed after use.

Return value

Type: gboolean

TRUE on success.