Class
GUPnPServiceProxyActionIter
Description [src]
final class GUPnP.ServiceProxyActionIter : GObject.Object {
/* No available fields */
}
An opaque object representing an iterator over the out parameters of an action.
Available since: | 1.6.6 |
Instance methods
gupnp_service_proxy_action_iter_get_name
Get the name of the current out argument.
Available since: 1.6.6
gupnp_service_proxy_action_iter_get_value
Get the value of the current parameter.
Available since: 1.6.6
gupnp_service_proxy_action_iter_next
Move self
to the next out value of the iterated action.
Available since: 1.6.6
Signals
Signals inherited from GObject (1)
GObject.Object::notify
The notify signal is emitted on an object when one of its properties has its value set through g_object_set_property(), g_object_set(), et al.