summaryrefslogtreecommitdiff
path: root/gtk/gtkversion.h.in
diff options
context:
space:
mode:
authorJasper St. Pierre <jstpierre@mecheye.net>2012-11-08 18:40:38 -0500
committerJasper St. Pierre <jstpierre@mecheye.net>2012-11-08 19:19:00 -0500
commit7b950944b0527152fe9d7a0bd712d2cfdd219e87 (patch)
tree17ecd60eb84305c0a594f9a2db73eabeee9f15ba /gtk/gtkversion.h.in
parentffeef28dbc62fd7de9be47f0bc47d0bc4f0d7e01 (diff)
downloadgtk+-7b950944b0527152fe9d7a0bd712d2cfdd219e87.tar.gz
gtkversion.h.in: Put the documentation inside the header guards
This fixes a warning with gobject-introspecion scanning
Diffstat (limited to 'gtk/gtkversion.h.in')
-rw-r--r--gtk/gtkversion.h.in14
1 files changed, 7 insertions, 7 deletions
diff --git a/gtk/gtkversion.h.in b/gtk/gtkversion.h.in
index a08f00d4e8..89706c5d7a 100644
--- a/gtk/gtkversion.h.in
+++ b/gtk/gtkversion.h.in
@@ -22,6 +22,13 @@
* 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
@@ -32,13 +39,6 @@
* 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:
*