[Bug 27459] implement a fast-path for Connection properties from spec 0.19.2
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Apr 12 11:40:48 CEST 2011
https://bugs.freedesktop.org/show_bug.cgi?id=27459
--- Comment #7 from Will Thompson <will.thompson at collabora.co.uk> 2011-04-12 02:40:47 PDT ---
+ * Declare that this proxy supports the given interfaces. Equivalent to
calling
+ * g_quark_from_string () followed by tp_proxy_add_interface () for each of
the
+ * interface names.
tp_proxy_add_interface() doesn't exist; you mean
tp_proxy_add_interface_by_id().
This branch is going to fail make check with gtk-doc enabled, because you
didn't add tp_proxy_add_interfaces to telepathy-glib-sections.txt.
I'd kind of expect tp_proxy_add_interfaces to early-return if interfaces ==
NULL.
Fix the above, and then merge the -0.14 variant to 0.14 please!
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the telepathy-bugs
mailing list