Function
GUPnPServiceProxyNotifyCallback
Declaration
void
(* GUPnPServiceProxyNotifyCallback) (
  GUPnPServiceProxy* proxy,
  const char* variable,
  GValue* value,
  gpointer user_data
)
Description [src]
Callback notifying that the state variable variable on proxy has changed to
value.
Parameters
- proxy
- 
            Type: GUPnPServiceProxyThe GUPnPServiceProxythe notification originates from.The data is owned by the caller of the function. 
- variable
- 
            Type: const char*The name of the variable being notified. The data is owned by the caller of the function. The value is a NUL terminated UTF-8 string. 
- value
- 
            Type: GValueThe GValueof the variable being notified.The data is owned by the caller of the function. 
- user_data
- 
            Type: gpointerUser data. The argument can be NULL.The data is owned by the caller of the function.