Interface org.freedesktop.Telepathy.ChannelHandler

Interface Index (Compact) | Summary | Description | Methods

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)
  • The bus name of the connection and channel
  • Connection — o
  • The object-path of the connection that owns the channel
  • Channel_Type — s (DBus_Interface)
  • The channel type
  • Channel — o
  • The object-path of the channel
  • Handle_Type — u (Handle_Type)
  • The type of the handle that the channel communicates with, or 0 if there is no associated handle
  • Handle — u (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.