Author: federico
Date: Mon Jan 14 17:18:09 2008
New Revision: 41
URL: http://svn.gnome.org/viewvc/libgweather?rev=41&view=rev

Log:
Add the API guard to the C files

Signed-off-by: Federico Mena Quintero <[EMAIL PROTECTED]>


Modified:
   trunk/libgweather/gweather-gconf.c
   trunk/libgweather/gweather-prefs.c
   trunk/libgweather/test_metar.c
   trunk/libgweather/weather-bom.c
   trunk/libgweather/weather-iwin.c
   trunk/libgweather/weather-met.c
   trunk/libgweather/weather-metar.c
   trunk/libgweather/weather-sun.c
   trunk/libgweather/weather-wx.c
   trunk/libgweather/weather.c

Modified: trunk/libgweather/gweather-gconf.c
==============================================================================
--- trunk/libgweather/gweather-gconf.c  (original)
+++ trunk/libgweather/gweather-gconf.c  Mon Jan 14 17:18:09 2008
@@ -29,6 +29,7 @@
 
 #include <string.h>
 #include <glib/gi18n-lib.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/gweather-gconf.h>
 
 struct _GWeatherGConf

Modified: trunk/libgweather/gweather-prefs.c
==============================================================================
--- trunk/libgweather/gweather-prefs.c  (original)
+++ trunk/libgweather/gweather-prefs.c  Mon Jan 14 17:18:09 2008
@@ -18,6 +18,7 @@
 
 #include <glib/gi18n-lib.h>
 #include <gconf/gconf-client.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/gweather-prefs.h>
 
 static GConfEnumStringPair temp_unit_enum_map [] = {

Modified: trunk/libgweather/test_metar.c
==============================================================================
--- trunk/libgweather/test_metar.c      (original)
+++ trunk/libgweather/test_metar.c      Mon Jan 14 17:18:09 2008
@@ -7,6 +7,7 @@
 #include <glib.h>
 #include <string.h>
 #include <stdio.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include "weather-priv.h"
 
 #ifndef BUFLEN

Modified: trunk/libgweather/weather-bom.c
==============================================================================
--- trunk/libgweather/weather-bom.c     (original)
+++ trunk/libgweather/weather-bom.c     Mon Jan 14 17:18:09 2008
@@ -15,6 +15,7 @@
 #endif
 
 #include <string.h>
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/weather.h>
 #include "weather-priv.h"
 

Modified: trunk/libgweather/weather-iwin.c
==============================================================================
--- trunk/libgweather/weather-iwin.c    (original)
+++ trunk/libgweather/weather-iwin.c    Mon Jan 14 17:18:09 2008
@@ -21,6 +21,7 @@
 #include <regex.h>
 #include <glib/gi18n-lib.h>
 
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/weather.h>
 #include "weather-priv.h"
 

Modified: trunk/libgweather/weather-met.c
==============================================================================
--- trunk/libgweather/weather-met.c     (original)
+++ trunk/libgweather/weather-met.c     Mon Jan 14 17:18:09 2008
@@ -19,6 +19,7 @@
 #include <string.h>
 #include <strings.h>
 
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/weather.h>
 #include "weather-priv.h"
 

Modified: trunk/libgweather/weather-metar.c
==============================================================================
--- trunk/libgweather/weather-metar.c   (original)
+++ trunk/libgweather/weather-metar.c   Mon Jan 14 17:18:09 2008
@@ -24,6 +24,7 @@
 #include <regex.h>
 #include <glib/gi18n-lib.h>
 
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/weather.h>
 #include "weather-priv.h"
 

Modified: trunk/libgweather/weather-sun.c
==============================================================================
--- trunk/libgweather/weather-sun.c     (original)
+++ trunk/libgweather/weather-sun.c     Mon Jan 14 17:18:09 2008
@@ -24,6 +24,7 @@
 #include <time.h>
 #include <glib.h>
 
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include "weather-priv.h"
 
 #define EPOCH_TO_J2000(t)       (t-946728000)

Modified: trunk/libgweather/weather-wx.c
==============================================================================
--- trunk/libgweather/weather-wx.c      (original)
+++ trunk/libgweather/weather-wx.c      Mon Jan 14 17:18:09 2008
@@ -16,6 +16,7 @@
 
 #include <glib/gi18n-lib.h>
 
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/weather.h>
 #include "weather-priv.h"
 

Modified: trunk/libgweather/weather.c
==============================================================================
--- trunk/libgweather/weather.c (original)
+++ trunk/libgweather/weather.c Mon Jan 14 17:18:09 2008
@@ -38,6 +38,7 @@
 #include <gdk-pixbuf/gdk-pixbuf-loader.h>
 #include <libgnomevfs/gnome-vfs.h>
 
+#define GWEATHER_I_KNOW_THIS_IS_UNSTABLE
 #include <libgweather/weather.h>
 #include "weather-priv.h"
 
_______________________________________________
SVN-commits-list mailing list (read only)
http://mail.gnome.org/mailman/listinfo/svn-commits-list

Want to limit the commits to a few modules? Go to above URL, log in to edit 
your options and select the modules ('topics') you want.
Module maintainer? It is possible to set the reply-to to your development 
mailing list. Email [EMAIL PROTECTED] if interested.

Reply via email to