API added in 1.4 should be annotated as such.
@ -97,6 +97,8 @@ epoxy_has_egl_extension(EGLDisplay dpy, const char *ext)
* @brief Checks whether EGL is available.
*
* @return `true` if EGL is available
* @newin{1,4}
*/
bool
epoxy_has_egl(void)
@ -149,6 +149,8 @@ epoxy_has_glx_extension(Display *dpy, int screen, const char *ext)
* @param dpy The X11 display
* @return `true` if GLX is available
epoxy_has_glx(Display *dpy)