[Bug 14540] Names interface - Aliasing replacement with separate nickname, local alias etc.

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Jan 8 16:17:05 CET 2013


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

--- Comment #47 from Simon McVittie <simon.mcvittie at collabora.co.uk> ---
Some design bits and pieces I'm not sure about:

The changed() functions redundantly signal a nickname or local-alias that
dup_nickname or dup_local_alias should already be returning. We should either
g_warn_if_fail(), or make them just take the handles (gsize + const TpHandle *
for the plural case) as parameters?

Similarly, request_nickname() redundantly returns a nickname that we (should)
already know. We should either g_warn_if_fail() that it matches what
dup_nickname() returns, or make it void and use dup_nickname()?

I think we do want a NameFlags property containing at least Can_Set_Nickname,
but we can think about what else to put in it (if anything) while working on
the CMs.

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



More information about the telepathy-bugs mailing list