Methods
HandleChannel | (s: Bus_Name, o: Connection, s: Channel_Type, o: Channel, u: Handle_Type, u: Handle) | → | nothing |
Added in 0.17.0.
Deprecated since 0.17.23.
Clients should implement Client.Handler
instead.
Description
An interface exported by Mission Control 4 client applications which are able to handle incoming channels.
Methods
(Permalink)
HandleChannel (s: Bus_Name, o: Connection, s: Channel_Type, o: Channel, u: Handle_Type, u: Handle) → nothing
Added in 0.17.0.
Parameters
- Bus_Name — s (DBus_Bus_Name)
- Connection — o
- Channel_Type — s (DBus_Interface)
- Channel — o
- Handle_Type — u (Handle_Type)
- Handle — u (Handle)
The bus name of the connection and channel
The object-path of the connection that owns the channel
The channel type
The object-path of the channel
The type of the handle that the channel communicates
with, or 0 if there is no associated handle
The handle that the channel communicates with,
or 0 if there is no associated handle
Called when a channel handler should handle a new channel.