[Bug 28037] New: TpContact should have helper API to set alias
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Sun May 9 12:30:52 CEST 2010
https://bugs.freedesktop.org/show_bug.cgi?id=28037
Summary: TpContact should have helper API to set alias
Product: Telepathy
Version: unspecified
Platform: Other
OS/Version: All
Status: NEW
Severity: normal
Priority: medium
Component: tp-glib
AssignedTo: telepathy-bugs at lists.freedesktop.org
ReportedBy: xclaesse at gmail.com
QAContact: telepathy-bugs at lists.freedesktop.org
In most cases, setting the alias is done only for 1 contact. Lowlevel API is a
pain to use because it needs creating hashtable, etc...
I suggest adding simple API on TpContact:
void tp_contact_set_alias_async (TpContact *self, const gchar *new_alias,
GAsyncReadyCallback callback, gpointer user_data);
gboolean tp_contact_set_alias_finish (TpContact *self,
GAsyncResult *result, GError **error);
--
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- 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