Method
GUPnPServicenotify_value
Declaration [src]
void
gupnp_service_notify_value (
  GUPnPService* service,
  const char* variable,
  const GValue* value
)
Parameters
| variable | const char* | 
| The name of the variable to notify. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| value | GValue | 
| The value of the variable. | |
| The data is owned by the caller of the function. |