[gtk+/gtk-3-6] gtkversion.h.in: Put the documentation inside the header guards
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/gtk-3-6] gtkversion.h.in: Put the documentation inside the header guards
- Date: Fri, 4 Jan 2013 00:07:53 +0000 (UTC)
commit dc35b2770b0bf7b541cf6f6dbd6a2ffd023838d5
Author: Jasper St. Pierre <jstpierre mecheye net>
Date: Thu Nov 8 18:40:38 2012 -0500
gtkversion.h.in: Put the documentation inside the header guards
This fixes a warning with gobject-introspecion scanning
gtk/gtkversion.h.in | 14 +++++++-------
1 files changed, 7 insertions(+), 7 deletions(-)
---
diff --git a/gtk/gtkversion.h.in b/gtk/gtkversion.h.in
index a08f00d..89706c5 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:
*
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]