[Bug 55095] Provide GVariant-based access to TpContact:location
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Wed Sep 19 16:33:52 CEST 2012
https://bugs.freedesktop.org/show_bug.cgi?id=55095
Simon McVittie <simon.mcvittie at collabora.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |ASSIGNED
AssignedTo|telepathy-bugs at lists.freede |simon.mcvittie at collabora.co
|sktop.org |.uk
--- Comment #1 from Simon McVittie <simon.mcvittie at collabora.co.uk> 2012-09-19 14:33:52 UTC ---
Created attachment 67386
--> https://bugs.freedesktop.org/attachment.cgi?id=67386
contacts test: correct comparison of locations
The values are GValues, not strings.
This only appeared to work by chance: struct _GValue starts with a GType,
and G_TYPE_STRING is '@', so on little-endian platforms interpreting
a GValue as a string gives { '@', 0, 0, 0 } = "@" and on big-endian
platforms it gives { 0, 0, 0, '@' } = "".
--
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