static void
on_name_acquired (GDBusConnection *connection,
                  const gchar     *name,
                  const gchar     *name_owner,
                  gpointer         user_data)
{
  tp_linker = goa_tp_account_linker_new ();
  g_bus_unwatch_name (name_watcher_id);
  name_watcher_id = 0;
}
예제 #2
0
static void
on_name_acquired (GDBusConnection *connection,
                  const gchar     *name,
                  gpointer         user_data)
{
  g_debug ("Acquired the name %s on the session message bus", name);

#ifdef GOA_TELEPATHY_ENABLED
  tp_linker = goa_tp_account_linker_new ();
#endif
}