GNOME Bugzilla – Bug 624065
Adjust to API break in GObject-Introspection
Last modified: 2010-07-12 08:39:54 UTC
See attached patch.
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.
Shouldn't you update the gobject-introspection requirement in configure.ac?
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.
Attachment 165676 [details] pushed as 2efa18a - Adjust to API break in GObject-Introspection
*** Bug 624004 has been marked as a duplicate of this bug. ***
*** Bug 624098 has been marked as a duplicate of this bug. ***