goffice r2108 - in trunk: docs/reference/tmpl goffice/app



Author: jody
Date: Mon Jun 16 19:45:55 2008
New Revision: 2108
URL: http://svn.gnome.org/viewvc/goffice?rev=2108&view=rev

Log:
Disable routine that is no longer portable


Modified:
   trunk/docs/reference/tmpl/gog-renderer.sgml
   trunk/goffice/app/go-conf-keyfile.c
   trunk/goffice/app/go-conf-win32.c
   trunk/goffice/app/go-conf.h

Modified: trunk/docs/reference/tmpl/gog-renderer.sgml
==============================================================================
--- trunk/docs/reference/tmpl/gog-renderer.sgml	(original)
+++ trunk/docs/reference/tmpl/gog-renderer.sgml	Mon Jun 16 19:45:55 2008
@@ -2,7 +2,7 @@
 GogRenderer
 
 <!-- ##### SECTION Short_Description ##### -->
-Rendering engine
+
 
 <!-- ##### SECTION Long_Description ##### -->
 <para>

Modified: trunk/goffice/app/go-conf-keyfile.c
==============================================================================
--- trunk/goffice/app/go-conf-keyfile.c	(original)
+++ trunk/goffice/app/go-conf-keyfile.c	Mon Jun 16 19:45:55 2008
@@ -469,6 +469,7 @@
 	return val;
 }
 
+#if 0
 gboolean
 go_conf_set_value_from_str (GOConfNode *node, gchar const *key, gchar const *val_str)
 {
@@ -481,6 +482,7 @@
 	g_free (real_key);
 	return TRUE;
 }
+#endif
 
 void
 go_conf_sync (GOConfNode *node)

Modified: trunk/goffice/app/go-conf-win32.c
==============================================================================
--- trunk/goffice/app/go-conf-win32.c	(original)
+++ trunk/goffice/app/go-conf-win32.c	Mon Jun 16 19:45:55 2008
@@ -511,6 +511,7 @@
 	return value_string;
 }
 
+#if 0
 gboolean
 go_conf_set_value_from_str (GOConfNode *node, gchar const *key,
 			    gchar const *val_str)
@@ -549,6 +550,7 @@
 
 	return TRUE;
 }
+#endif
 
 void
 go_conf_sync (GOConfNode *node)

Modified: trunk/goffice/app/go-conf.h
==============================================================================
--- trunk/goffice/app/go-conf.h	(original)
+++ trunk/goffice/app/go-conf.h	Mon Jun 16 19:45:55 2008
@@ -18,7 +18,6 @@
 gchar	*go_conf_get_long_desc      (GOConfNode *node, gchar const *key);
 GType	 go_conf_get_type	    (GOConfNode *node, gchar const *key);
 gchar	*go_conf_get_value_as_str   (GOConfNode *node, gchar const *key);
-gboolean go_conf_set_value_from_str (GOConfNode *node, gchar const *key, gchar const *val_str);
 
 gboolean go_conf_get_bool	(GOConfNode *node, gchar const *key);
 gint	 go_conf_get_int	(GOConfNode *node, gchar const *key);



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