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 692029 - Add new API checking utility
Add new API checking utility
Status: RESOLVED FIXED
Product: glib
Classification: Platform
Component: general
unspecified
Other All
: Normal normal
: ---
Assigned To: gtkdev
gtkdev
Depends on:
Blocks:
 
 
Reported: 2013-01-18 18:57 UTC by Allison Karlitskaya (desrt)
Modified: 2013-01-18 19:33 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Add new API checking utility (1.95 KB, patch)
2013-01-18 18:57 UTC, Allison Karlitskaya (desrt)
committed Details | Review

Description Allison Karlitskaya (desrt) 2013-01-18 18:57:06 UTC
See patch.
Comment 1 Allison Karlitskaya (desrt) 2013-01-18 18:57:07 UTC
Created attachment 233784 [details] [review]
Add new API checking utility

Add a test script to make sure that (with a few exceptions) only symbols
that start with 'g_' are being exported from our public libraries.
Comment 2 Colin Walters 2013-01-18 18:59:43 UTC
Review of attachment 233784 [details] [review]:

I'll note this test could easily be made to run against the installed libglib.

But anyways, looks right to me.
Comment 3 Allison Karlitskaya (desrt) 2013-01-18 19:33:46 UTC
Attachment 233784 [details] pushed as 614f6c5 - Add new API checking utility