testutils: remove internal ABI comment
commitdabf6627886c1d21b9fe03c897809eb64ef2ac54
authorMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 5 Oct 2015 11:02:37 +0000 (5 13:02 +0200)
committerMarc-André Lureau <marcandre.lureau@gmail.com>
Mon, 5 Oct 2015 13:32:41 +0000 (5 15:32 +0200)
treec8327c62f02af95c6dbd80d4633e8939bc5160d9
parente81d4ea988c2e35a9cca0ad12516c39608545bc5
testutils: remove internal ABI comment

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.

https://bugzilla.gnome.org/show_bug.cgi?id=756077
glib/gtestutils.h