Avoid a gtk-doc warning
This commit is contained in:
		| @ -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) ||                                   \ | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Matthias Clasen
					Matthias Clasen