[Bug 68712] connectivity code is far too complicated

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu Aug 29 09:07:22 PDT 2013


https://bugs.freedesktop.org/show_bug.cgi?id=68712

--- Comment #9 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Created attachment 84858
  --> https://bugs.freedesktop.org/attachment.cgi?id=84858&action=edit
09/16] Put the connectivity monitor in the McdAccountManager

---

Minor technical debt, repaid later in the patch series:

+  McdKludgeTransport *self = g_object_new (MCD_TYPE_KLUDGE_TRANSPORT, NULL);
+
+  /* Strictly speaking this should be done with properties, but I'm
+   * going to delete this class soon anyway. */
+  self->priv->minotaur = connectivity_monitor;
+  tp_g_signal_connect_object (self->priv->minotaur, "state-change",
+      (GCallback) monitor_state_changed_cb, self, 0);

-- 
You are receiving this mail because:
You are the QA Contact for the bug.


More information about the telepathy-bugs mailing list