Callbacks¶
|
|
|
Details¶
- GUPnP.ServiceProxyActionCallback(proxy, action, *user_data)¶
- Parameters:
proxy (
GUPnP.ServiceProxy) – TheGUPnP.ServiceProxyaction is called fromaction (
GUPnP.ServiceProxyAction) – TheGUPnP.ServiceProxyActionin progress
Callback notifying that action on proxy has returned and gupnp_service_proxy_end_action() etc can be called.
Deprecated since version 1.2.0.
- GUPnP.ServiceProxyNotifyCallback(proxy, variable, value, *user_data)¶
- Parameters:
proxy (
GUPnP.ServiceProxy) – TheGUPnP.ServiceProxythe notification originates fromvariable (
str) – The name of the variable being notifiedvalue (
GObject.Value) – TheGObject.Valueof the variable being notified
Callback notifying that the state variable variable on proxy has changed to value.