GNOME Bugzilla – Bug 756077
testutils: remove internal ABI comment
Last modified: 2015-10-05 13:34:26 UTC
Some testutils external symbols are marked semi-internals, other internals. It is not obvious what guarantees these symbols provide. However, tests are now installable, and require the ABI stability that glib provides for the rest of the symbols. In my case, I would like to introduce g_assert* compat code for older glib versions, and be able to use the so-called "internal" ABI. I propose this change to the headers comments to explain the stability guarantees. Removing the "internal" = you must not use this, in favor of semi-internal = this is not documented.
Created attachment 312671 [details] [review] testutils: remove internal ABI comment
Review of attachment 312671 [details] [review]: OK.
pushed: https://git.gnome.org/browse/glib/commit/?id=dabf6627886c1d21b9fe03c897809eb64ef2ac54 thanks