[Bug 77772] [next] TpBaseContactList GInterfaces: take vfunc arguments of the appropriate type

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Thu May 15 00:35:50 PDT 2014


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

--- Comment #1 from Guillaume Desmottes <guillaume.desmottes at collabora.co.uk> ---
You mean that it should be:

typedef GStrv (*TpBaseContactListDupContactGroupsFunc) (
    TpContactGroupListInterface *self,
    TpHandle contact);

instead of:

typedef GStrv (*TpBaseContactListDupContactGroupsFunc) (
    TpBaseContactList *self,
    TpHandle contact);

?

If yes, then I guess we should do this change for all the vfunc in this
interface, don't we?

-- 
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