clients_uninterested


Description:

public signal void clients_uninterested (string token)

Emitted when no more clients are interested in an interface added with add_possible_client_interest, for which clients_interested was previously emitted.

As with clients_interested, the "signal detail" is a GQuark representing token. Modules implementing an interface (Location, say) should typically connect to a detailed signal like "clients-uninterested::org.freedesktop.Telepathy.Connection.Interface.Location" rather than receiving all emissions of this signal.

Parameters:

token

the interface or part of an interface in which clients are no longer interested