]> Pileus Git - ~andy/gtk/commitdiff
gtkversion.h.in: Put the documentation inside the header guards
authorJasper St. Pierre <jstpierre@mecheye.net>
Thu, 8 Nov 2012 23:40:38 +0000 (18:40 -0500)
committerJasper St. Pierre <jstpierre@mecheye.net>
Fri, 9 Nov 2012 00:19:00 +0000 (19:19 -0500)
This fixes a warning with gobject-introspecion scanning

gtk/gtkversion.h.in

index a08f00d4e81173414ad33f5637d59b439bf0c600..89706c5d7abdcde4c1529716750dad0c61cf95e5 100644 (file)
  * GTK+ at ftp://ftp.gtk.org/pub/gtk/.
  */
 
+#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
+#error "Only <gtk/gtk.h> can be included directly."
+#endif
+
+#ifndef __GTK_VERSION_H__
+#define __GTK_VERSION_H__
+
 /**
  * SECTION:gtkfeatures
  * @Short_description: Variables and functions to check the GTK+ version
  * use the features described here.
  */
 
-#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
-#error "Only <gtk/gtk.h> can be included directly."
-#endif
-
-#ifndef __GTK_VERSION_H__
-#define __GTK_VERSION_H__
-
 /**
  * GTK_MAJOR_VERSION:
  *