[Bug 30134] Vala bindings broken by g-i 0.9.5

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Sep 14 12:49:58 CEST 2010


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

--- Comment #9 from Philip Withnall <bugzilla at tecnocode.co.uk> 2010-09-14 03:49:58 PDT ---
(In reply to comment #6)
> The latest version of g-i from git fixes the element type errors, but still has
> this:
> 
> * TelepathyGLib.ConnectionRequestHandlesCb.handles does not point to .n_handles
> as its length parameter

This seems to be a problem with _all_ relevant callback typedefs. Another
problem with them is that in the GIR file, their c:types are all in the
namespace "TelepathyGLib", rather than "Tp".

> The remaining problems are in the Vala branch:
> 
> * all the TpIntset functions are directly below TelepathyGLib instead of being
> inside TelepathyGLib.Intset

Looks like a g-ir-scanner problem to me, since it's also a problem in the GIR
file. It might be because the type is TpIntSet, but the methods are prefixed
tp_intset_ (rather than tp_int_set_; note the capitalisation of the type).

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