[maemo-commits] [maemo-commits] r16263 - in projects/haf/trunk/sapwood: . engine

From: subversion at stage.maemo.org subversion at stage.maemo.org
Date: Mon Sep 29 14:14:04 EEST 2008
Author: herzi
Date: 2008-09-29 14:14:00 +0300 (Mon, 29 Sep 2008)
New Revision: 16263

Modified:
   projects/haf/trunk/sapwood/ChangeLog
   projects/haf/trunk/sapwood/engine/sapwood-pixmap.h
   projects/haf/trunk/sapwood/engine/sapwood-rc-style.h
   projects/haf/trunk/sapwood/engine/sapwood-style.h
Log:
2008-09-29  Sven Herzberg  <sven at imendio.com>

	Pass the ABI test

	* engine/sapwood-pixmap.h,
	* engine/sapwood-rc-style.h,
	* engine/sapwood-style.h: pass the ABI test by hiding internal
	functions


Modified: projects/haf/trunk/sapwood/ChangeLog
===================================================================
--- projects/haf/trunk/sapwood/ChangeLog	2008-09-29 11:13:54 UTC (rev 16262)
+++ projects/haf/trunk/sapwood/ChangeLog	2008-09-29 11:14:00 UTC (rev 16263)
@@ -1,5 +1,14 @@
 2008-09-29  Sven Herzberg  <sven at imendio.com>
 
+	Pass the ABI test
+
+	* engine/sapwood-pixmap.h,
+	* engine/sapwood-rc-style.h,
+	* engine/sapwood-style.h: pass the ABI test by hiding internal
+	functions
+
+2008-09-29  Sven Herzberg  <sven at imendio.com>
+
 	Finally be able to reproduce the double free
 
 	* tests/Makefile.am: properly set the compile flags for the testcase

Modified: projects/haf/trunk/sapwood/engine/sapwood-pixmap.h
===================================================================
--- projects/haf/trunk/sapwood/engine/sapwood-pixmap.h	2008-09-29 11:13:54 UTC (rev 16262)
+++ projects/haf/trunk/sapwood/engine/sapwood-pixmap.h	2008-09-29 11:14:00 UTC (rev 16263)
@@ -75,7 +75,7 @@
 				      gint          n_rects,
 				      SapwoodRect   *rects) G_GNUC_INTERNAL;
 
-extern gboolean sapwood_debug_scaling;
+G_GNUC_INTERNAL extern gboolean sapwood_debug_scaling;
 
 G_END_DECLS
 

Modified: projects/haf/trunk/sapwood/engine/sapwood-rc-style.h
===================================================================
--- projects/haf/trunk/sapwood/engine/sapwood-rc-style.h	2008-09-29 11:13:54 UTC (rev 16262)
+++ projects/haf/trunk/sapwood/engine/sapwood-rc-style.h	2008-09-29 11:14:00 UTC (rev 16263)
@@ -51,9 +51,9 @@
   GtkRcStyleClass parent_class;
 };
 
-void sapwood_rc_style_register_types   (GTypeModule           *module);
+G_GNUC_INTERNAL void sapwood_rc_style_register_types   (GTypeModule           *module);
 
-GType sapwood_rc_style_get_type        (void);
+G_GNUC_INTERNAL GType sapwood_rc_style_get_type        (void);
 
 G_END_DECLS
 

Modified: projects/haf/trunk/sapwood/engine/sapwood-style.h
===================================================================
--- projects/haf/trunk/sapwood/engine/sapwood-style.h	2008-09-29 11:13:54 UTC (rev 16262)
+++ projects/haf/trunk/sapwood/engine/sapwood-style.h	2008-09-29 11:14:00 UTC (rev 16263)
@@ -49,9 +49,9 @@
   GtkStyleClass parent_class;
 };
 
-void sapwood_style_register_types   (GTypeModule           *module);
+G_GNUC_INTERNAL void sapwood_style_register_types   (GTypeModule           *module);
 
-GType sapwood_style_get_type        (void);
+G_GNUC_INTERNAL GType sapwood_style_get_type        (void);
 
 G_END_DECLS
 


More information about the maemo-commits mailing list