After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 707111 - Clarify type transformability and compatibility
Clarify type transformability and compatibility
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: docs
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-08-30 06:45 UTC by A. Walton
Modified: 2014-01-20 04:52 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
fix the bug (1.07 KB, patch)
2013-08-30 06:45 UTC, A. Walton
committed Details | Review

Description A. Walton 2013-08-30 06:45:38 UTC
Created attachment 253582 [details] [review]
fix the bug

Found some code in an application I'm maintaining that did some silliness with GValues by checking for comparability before transforming the values. Since the code already does this, I'm guessing there's some confusion on this point, so bump the documentation to let developers know what transformability implies (comparability and the presence of a transformation function).
Comment 1 A. Walton 2013-08-30 06:48:20 UTC
s/comparability/compatibility/ in the description, sorry for the noise.