[libgdata] core: Silence a GIR warning



commit 4446403ee1323480e9b2eaa37ab30da8c43afba9
Author: Philip Withnall <philip tecnocode co uk>
Date:   Sat May 19 22:45:41 2012 +0100

    core: Silence a GIR warning
    
    Since gdata-version.h is included several times, the scanner was getting
    confused about seeing the SECTION comment multiple times.

 gdata/gdata-version.h.in |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/gdata/gdata-version.h.in b/gdata/gdata-version.h.in
index 90c0282..994032e 100644
--- a/gdata/gdata-version.h.in
+++ b/gdata/gdata-version.h.in
@@ -17,6 +17,9 @@
  * License along with GData Client.  If not, see <http://www.gnu.org/licenses/>.
  */
 
+#ifndef GDATA_VERSION_H
+#define GDATA_VERSION_H
+
 /**
  * SECTION:gdata-version
  * @Short_description: Macros to check the libgdata version
@@ -27,9 +30,6 @@
  * Since: 0.11.0
  */
 
-#ifndef GDATA_VERSION_H
-#define GDATA_VERSION_H
-
 /**
  * GDATA_MAJOR_VERSION:
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]