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 700163 - GI imports: require Gtk 3.0
GI imports: require Gtk 3.0
Status: RESOLVED FIXED
Product: d-feet
Classification: Other
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: D-Feet Maintainer(s)
D-Feet Maintainer(s)
Depends on:
Blocks:
 
 
Reported: 2013-05-12 11:42 UTC by Dominique Leuenberger
Modified: 2013-05-25 12:08 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
GI imports: require Gtk 3.0 (1.60 KB, patch)
2013-05-12 11:42 UTC, Dominique Leuenberger
none Details | Review
gi require Gtk 3.0 (877 bytes, patch)
2013-05-23 14:07 UTC, Dominique Leuenberger
none Details | Review

Description Dominique Leuenberger 2013-05-12 11:42:57 UTC
We know we can not operate with Gtk 2.0 introspected libraries, so
let's not even try to load them (in case the user does not have
Gtk-3.0.typelib installed).
Comment 1 Dominique Leuenberger 2013-05-12 11:42:59 UTC
Created attachment 243904 [details] [review]
GI imports: require Gtk 3.0
Comment 2 Thomas Bechtold 2013-05-20 06:00:32 UTC
(In reply to comment #1)
> Created an attachment (id=243904) [details] [review]
> GI imports: require Gtk 3.0

Hi Dominique,

the patch looks good! Thanks. I reorganized the file-structure a bit in the last days. Can you update your patch so it works with latest version from git master?
Comment 3 Dominique Leuenberger 2013-05-23 14:07:32 UTC
Created attachment 245133 [details] [review]
gi require Gtk 3.0

hi,

I reworked my patch on top of git master.
Comment 4 Thomas Bechtold 2013-05-25 12:08:24 UTC
(In reply to comment #3)
> Created an attachment (id=245133) [details] [review]
> gi require Gtk 3.0
> 
> hi,
> 
> I reworked my patch on top of git master.

Pushed. Thanks!