add_raw_notify


Description:

[ Version ( since = "0.20.12" ) ]
public bool add_raw_notify (owned ServiceProxyNotifyCallback callback)

Get a notification for anything that happens on the peer.

value in callback will be of type POINTER and contain the pre-parsed Doc. Do NOT free or modify this document.

Parameters:

this

A ServiceProxy

callback

The callback to call when the peer issues any variable notification.

notify

A DestroyNotify for user_data

user_data

User data for callback

Returns:

true on success.