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 619604 - Correctly identify at creation time the kind of wrapper
Correctly identify at creation time the kind of wrapper
Status: RESOLVED FIXED
Product: pygi
Classification: Deprecated
Component: general
unspecified
Other All
: Normal normal
: 0.6
Assigned To: pygi-maint
pygi-maint
Depends on: 617153 619597
Blocks:
 
 
Reported: 2010-05-25 12:18 UTC by Tomeu Vizoso
Modified: 2010-05-25 14:48 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Correctly identify at creation time: (1.72 KB, patch)
2010-05-25 12:18 UTC, Tomeu Vizoso
committed Details | Review

Description Tomeu Vizoso 2010-05-25 12:18:06 UTC
* if the class is defined in python -> hook up vfuncs
* if the class wraps a type from a .typelib -> set atributes
* else (GLocalFile) -> do nothing
Comment 1 Tomeu Vizoso 2010-05-25 12:18:08 UTC
Created attachment 161937 [details] [review]
Correctly identify at creation time:
Comment 2 johnp 2010-05-25 14:42:43 UTC
Review of attachment 161937 [details] [review]:

looks good
Comment 3 Tomeu Vizoso 2010-05-25 14:48:10 UTC
Attachment 161937 [details] pushed as 097b929 - Correctly identify at creation time: