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 624065 - Adjust to API break in GObject-Introspection
Adjust to API break in GObject-Introspection
Status: RESOLVED FIXED
Product: pygobject
Classification: Bindings
Component: introspection
unspecified
Other All
: Normal normal
: ---
Assigned To: Nobody's working on this now (help wanted and appreciated)
Python bindings maintainers
: 624004 624098 (view as bug list)
Depends on:
Blocks:
 
 
Reported: 2010-07-10 20:43 UTC by Florian Müllner
Modified: 2010-07-12 08:39 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adjust to API break in GObject-Introspection (11.62 KB, patch)
2010-07-10 20:43 UTC, Florian Müllner
none Details | Review
Adjust to API break in GObject-Introspection (12.18 KB, patch)
2010-07-11 11:56 UTC, Florian Müllner
committed Details | Review

Description Florian Müllner 2010-07-10 20:43:38 UTC
See attached patch.
Comment 1 Florian Müllner 2010-07-10 20:43:41 UTC
Created attachment 165644 [details] [review]
Adjust to API break in GObject-Introspection

As of commit 5cb925b20, many type_tags for standard C types have
been removed - namely machine-dependent integer types and derived
types (size_t, time_t).

Most removals are just synonyms of other types, so their removal
should not have too much impact, with the exception of time_t,
which was translated to a native datetime object before.
Comment 2 Steve Frécinaux 2010-07-11 09:50:10 UTC
Shouldn't you update the gobject-introspection requirement in configure.ac?
Comment 3 Florian Müllner 2010-07-11 11:56:20 UTC
Created attachment 165676 [details] [review]
Adjust to API break in GObject-Introspection

(In reply to comment #2)
> Shouldn't you update the gobject-introspection requirement in configure.ac?

Good point.
Comment 4 Tomeu Vizoso 2010-07-12 08:36:05 UTC
Attachment 165676 [details] pushed as 2efa18a - Adjust to API break in GObject-Introspection
Comment 5 Tomeu Vizoso 2010-07-12 08:38:50 UTC
*** Bug 624004 has been marked as a duplicate of this bug. ***
Comment 6 Tomeu Vizoso 2010-07-12 08:39:54 UTC
*** Bug 624098 has been marked as a duplicate of this bug. ***