Neil Roberts
2c8bf00995
Don't define public cogl_is_* functions for internal types
This adds a COGL_OBJECT_INTERNAL_DEFINE macro and friends that are the same as COGL_OBJECT_DEFINE except that they prefix the cogl_is_* function with an underscore so that it doesn't get exported in the shared library.
…
…
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%