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 765193 - Add introspection support for Visual Studio builds
Add introspection support for Visual Studio builds
Status: RESOLVED FIXED
Product: gtk+
Classification: Platform
Component: .General
2.24.x
Other Windows
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 2016-04-18 05:46 UTC by Fan, Chun-wei
Modified: 2016-04-18 07:31 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add introspection support for Visual Studio builds (20.49 KB, patch)
2016-04-18 05:48 UTC, Fan, Chun-wei
committed Details | Review

Description Fan, Chun-wei 2016-04-18 05:46:01 UTC
Hi,

This bug report attempts to add introspection support for 2.24.x on Visual Studio, as there were requests received to add such support.  This is done in a way that is similar to what is now being done in ATK, GDK-Pixbuf, Pango, GtkSourceview and libsoup.

I will attach a patch shortly for this purpose.

With blessings, thank you!
Comment 1 Fan, Chun-wei 2016-04-18 05:48:33 UTC
Created attachment 326216 [details] [review]
Add introspection support for Visual Studio builds

Hi,

This is the patch that adds introspection support for Visual Studio builds.  This attempts to reuse items from within GTK+ and the introspection support for Visual Studio in other projects as far as possible.  This patch was checked with 'make -j8 distcheck' successfully.

With blessings, thank you!
Comment 2 Ignacio Casal Quinteiro (nacho) 2016-04-18 07:26:57 UTC
Review of attachment 326216 [details] [review]:

As usual double check distcheck passes correctly. Thanks.
Comment 3 Fan, Chun-wei 2016-04-18 07:31:33 UTC
Hi Nacho,

Thanks!  I have pushed the patch as 9dbee22.

With blessings, thanks, and cheers!