glom r2024 - in trunk: . glom/libglom/document



Author: murrayc
Date: Tue Mar 24 09:55:29 2009
New Revision: 2024
URL: http://svn.gnome.org/viewvc/glom?rev=2024&view=rev

Log:
2009-03-24  Murray Cumming  <murrayc murrayc com>

* glom/libglom/document/document_glom.h: Added a SWIG hint telling it how to 
include this header.

Modified:
   trunk/ChangeLog
   trunk/glom/libglom/document/document_glom.h

Modified: trunk/glom/libglom/document/document_glom.h
==============================================================================
--- trunk/glom/libglom/document/document_glom.h	(original)
+++ trunk/glom/libglom/document/document_glom.h	Tue Mar 24 09:55:29 2009
@@ -50,9 +50,12 @@
 %include "std_vector.i"
 %include "typemaps.i"
 
+%inline %{ #include <libglom/document/document_glom.h> %}
 %inline %{ typedef unsigned int guint; %}
 %inline %{ namespace Glib { typedef std::string ustring; } %}
 
+
+
 //Stick to the client-only API for swig, for now.
 //TODO: Watch out if some of these are virtual.
 #define GLOM_ENABLE_CLIENT_ONLY 1



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