goffice r2032 - trunk/goffice/utils



Author: jody
Date: Wed Jan 23 12:18:09 2008
New Revision: 2032
URL: http://svn.gnome.org/viewvc/goffice?rev=2032&view=rev

Log:
win32 patch
the export extract tool can not handle inline function pointer declarations.


Modified:
   trunk/goffice/utils/go-glib-extras.h

Modified: trunk/goffice/utils/go-glib-extras.h
==============================================================================
--- trunk/goffice/utils/go-glib-extras.h	(original)
+++ trunk/goffice/utils/go-glib-extras.h	Wed Jan 23 12:18:09 2008
@@ -103,12 +103,14 @@
 				      gboolean changed_only);
 void    go_object_properties_free    (GSList *props);
 
+typedef gboolean (*GOParseKeyValueFunc) (const char *name,
+		  const char *value,
+		  GError **err,
+		  gpointer user);
+
 gboolean go_parse_key_value (const char *options,
 			     GError **err,
-			     gboolean (*handler) (const char *name,
-						  const char *value,
-						  GError **err,
-						  gpointer user),
+			     GOParseKeyValueFunc	func,
 			     gpointer user);
 
 G_END_DECLS



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