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 620268 - [PATCH] Add Introspection support
[PATCH] Add Introspection support
Status: RESOLVED FIXED
Product: glade
Classification: Applications
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: Glade 3 Maintainers
Glade 3 Maintainers
Depends on:
Blocks: 585444 621611
 
 
Reported: 2010-06-01 15:30 UTC by Alan Knowles
Modified: 2011-02-03 19:13 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Adds introspection support (also adds build dependancy) (2.92 KB, patch)
2010-06-01 15:30 UTC, Alan Knowles
none Details | Review
Adds introspection support (also adds build dependancy) (2.95 KB, patch)
2010-06-01 15:48 UTC, Alan Knowles
none Details | Review
Introspection support (3.48 KB, patch)
2010-06-02 13:32 UTC, Alan Knowles
none Details | Review
Introspection support - and doc fixes for glists (8.34 KB, patch)
2010-06-02 23:21 UTC, Alan Knowles
needs-work Details | Review
enable introspection (8.30 KB, patch)
2010-08-30 18:00 UTC, Pablo Castellano (IRC: pablog)
none Details | Review
enable introspection v2 (8.30 KB, patch)
2010-08-30 18:12 UTC, Pablo Castellano (IRC: pablog)
none Details | Review

Description Alan Knowles 2010-06-01 15:30:16 UTC
Created attachment 162468 [details] [review]
Adds introspection support (also adds build dependancy)

This adds provisional introspection support

see this to decide if you which way you would like to add introspection
http://live.gnome.org/GObjectIntrospection/AutotoolsIntegration

For some reason I needed to modify the enum definition - not sure if that's an introspection issue or glade usage of that api.
Comment 1 Alan Knowles 2010-06-01 15:48:13 UTC
Created attachment 162471 [details] [review]
Adds introspection support (also adds build dependancy)

This one just removes all the warnings, by adding correct include paths etc.
Comment 2 Alan Knowles 2010-06-02 13:32:25 UTC
Created attachment 162537 [details] [review]
Introspection support

this adds a fixe to one of the lines in project that breaks the introspection parser
Comment 3 Alan Knowles 2010-06-02 23:21:53 UTC
Created attachment 162589 [details] [review]
Introspection support - and doc fixes for glists

adds a few glist annotations
Comment 4 Yaakov Selkowitz 2010-06-16 02:07:10 UTC
Please 's/dist_gir_DATA/gir_DATA/g'; see bug 621611 for rationale.
Comment 5 Pablo Castellano (IRC: pablog) 2010-08-30 18:00:54 UTC
Created attachment 169107 [details] [review]
enable introspection

This patch updates Alan's one replacing gir_DATA, removing whitespaces and fixing a typo.
Comment 6 Pablo Castellano (IRC: pablog) 2010-08-30 18:12:30 UTC
Created attachment 169109 [details] [review]
enable introspection v2

This patch updates Alan's one replacing gir_DATA, removing whitespaces and
fixing a typo.
Comment 7 Tristan Van Berkom 2011-02-03 19:13:52 UTC
I worked on the patch and committed a modified version for
git master (i.e., now it's libgladeui-2 not libgladeui-1, the
introspection lib is now called Gladeui-2.0 and some arguments
to g-ir-scanner were deprecated by now).

It passes distcheck, I would be happy if you guys looked at
the current state of master and checked that everything were
doing is up to date.

I'm sceptical about passing -pkg=gtk+-3.0 to the scanner,
GTK+ makefiles dont do that so I'm worried I have something
wrong here.

However, girs do get generated.. there are plenty of new
warnings fired in the process but distcheck passes.