list_activatable_names
Description:
public void list_activatable_names (int timeout_ms, owned DBusDaemonListNamesCb callback, Object weak_object)
Call the ListActivatableNames method on the bus daemon, asynchronously.
The callback
will be called from the main loop with a list of all the well-known names that are available for service-activation
on the bus.
In versions of telepathy-glib that have it, this should be preferred instead of calling tp_cli_dbus_daemon_call_list_activatable_names
, since that function will result in wakeups for every NameOwnerChanged signal.
Parameters:
this |
object representing a connection to a bus daemon |
timeout_ms |
timeout for the call |
callback |
callback to be called on success or failure; must not be |
weak_object |
if not |
destroy |
if not |
user_data |
opaque user-supplied data to pass to the callback |