From: Duncan C. <dun...@us...> - 2004-12-17 21:21:56
|
Update of /cvsroot/gtk2hs/gtk2hs/tools/callbackGen In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12068/tools/callbackGen Modified Files: gtkmarshal.list Log Message: New bindings to GtkMozEmbed contributed by Wolfram Kahl <ka...@ca...> (with previous work by Scott West and Jonas Svensson). New class and signal added to hierarchy.list and gtkmarshal.list Build support for mozembed package added to configure.ac and Makefile.am Fix to mk/common.mk to not -#include<config.h> when compiling .hs to .o as it is unnecessary and breaks for modules that do not have -I/usr/include/gtk-2.0 in their CPPFLAGS. Index: gtkmarshal.list =================================================================== RCS file: /cvsroot/gtk2hs/gtk2hs/tools/callbackGen/gtkmarshal.list,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- gtkmarshal.list 3 Aug 2004 03:51:42 -0000 1.3 +++ gtkmarshal.list 17 Dec 2004 21:21:45 -0000 1.4 @@ -104,3 +104,5 @@ VOID:POINTER,STRING # This is for the GConfClient value_changed signal VOID:STRING,POINTER +# This is for GtkMozEmbed +BOOLEAN:STRING |