Avoid a gtk-doc warning

This commit is contained in:
Matthias Clasen
2014-02-03 21:12:43 -05:00
parent e966a12fb2
commit 5e80ec87f3

View File

@ -92,6 +92,8 @@
*
* Returns %TRUE if the version of the GTK+ header files
* is the same as or newer than the passed-in version.
*
* Return value: %TRUE if GTK+ headers are new enough
*/
#define GTK_CHECK_VERSION(major,minor,micro) \
(GTK_MAJOR_VERSION > (major) || \