Method
GUPnPServiceProxyremove_notify
Declaration [src]
gboolean
gupnp_service_proxy_remove_notify (
  GUPnPServiceProxy* proxy,
  const char* variable,
  GUPnPServiceProxyNotifyCallback callback,
  gpointer user_data
)
Description [src]
Cancels the variable change notification for callback and user_data.
Up to version 0.20.9 this function must not be called directlya or
indirectly from a GUPnPServiceProxyNotifyCallback associated with this
service proxy, even if it is for another variable. In later versions such
calls are allowed.
Parameters
| variable | const char* | 
| The variable to add notification for. | |
| The data is owned by the caller of the function. | |
| The value is a NUL terminated UTF-8 string. | |
| callback | GUPnPServiceProxyNotifyCallback | 
| The callback to call when  | |
| user_data | gpointer | 
| User data for  | |
| The argument can be NULL. | |
| The data is owned by the caller of the function. |