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 602628 - g_type_info_is_pointer shouldn't be used the way it is currently
g_type_info_is_pointer shouldn't be used the way it is currently
Status: RESOLVED FIXED
Product: pygi
Classification: Deprecated
Component: general
unspecified
Other Linux
: High critical
: 0.6
Assigned To: Simon van der Linden
pygi-maint
Depends on:
Blocks:
 
 
Reported: 2009-11-22 10:30 UTC by Simon van der Linden
Modified: 2009-11-30 11:44 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Remove global checks for pointers and move them in type cases that need them (48.98 KB, patch)
2009-11-27 23:24 UTC, Simon van der Linden
committed Details | Review

Description Simon van der Linden 2009-11-22 10:30:29 UTC
(08:17:14 AM) tomeu: may not be understanding precisely enough what is_pointer means
(08:17:14 AM) walters: tomeu: yeah, there's not a rigorous rule at the moment for it =/  It mainly distinguishes void and gpointer, and struct members
(08:17:14 AM) tomeu: then we may need to move to use direction instead of is_pointer in some other parts of pygi
(08:17:14 AM) walters: what i tried to do is require a standard calling convention for certain data types; i.e. no passing structures by value
Comment 1 Simon van der Linden 2009-11-27 23:24:35 UTC
Created attachment 148628 [details] [review]
Remove global checks for pointers and move them in type cases that need them