Notifies remote clients that the properties have changed to the specified values.
```c gupnp_service_notify (service, "Volume", G_TYPE_FLOAT, 0.5, "PlaybackSpeed", G_TYPE_INT, -1, NULL);
```
| this |
A Service |
| ... |
a list of tuples, consisting of the variable name, variable type and variable value, terminated with null. |