[Bug 76175] [next] Create TpTLSCertificate objects using TpClientFactory

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Fri Mar 14 08:52:06 PDT 2014


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

Xavier Claessens <xclaesse at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |xclaesse at gmail.com

--- Comment #2 from Xavier Claessens <xclaesse at gmail.com> ---
 - You're missing the _TP_AVAILABLE_IN_ for
tp_client_factory_ensure_tls_certificate().

 - "Returns: (transfer full): a new TLS certificate proxy" --> "a reference to
a" is better IMO, like others ensure_foo. I see you did the same for protocol.

 - tp_client_factory_ensure_tls_certificate() is missing the variant
g_return_val_if_fail(). Like tp_proxy_get_factory(conn_or_chan) == self to be
sure we don't mix proxies from different factories.

 - I think we should not add the vfuncs, but they can be removed later with the
rest. So that's not merge blocker for now.

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


More information about the telepathy-bugs mailing list