Callbacks¶
|
|
|
Details¶
- GUPnP.ServiceProxyActionCallback(proxy, action, *user_data)¶
- Parameters:
proxy (
GUPnP.ServiceProxy
) – TheGUPnP.ServiceProxy
action is called fromaction (
GUPnP.ServiceProxyAction
) – TheGUPnP.ServiceProxyAction
in 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.ServiceProxy
the notification originates fromvariable (
str
) – The name of the variable being notifiedvalue (
GObject.Value
) – TheGObject.Value
of the variable being notified
Callback notifying that the state variable variable on proxy has changed to value.