Update of /cvsroot/gtk2hs/gtk2hs/gtk/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18039/gtk/windows
Modified Files:
api.ignore
Log Message:
Add missing functions. Update api.ignore files with more deprecated functions.
Also fix a couple typo bugs and tidy up some documentation.
Index: api.ignore
===================================================================
RCS file: /cvsroot/gtk2hs/gtk2hs/gtk/windows/api.ignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- api.ignore 30 Jul 2004 16:46:55 -0000 1.1
+++ api.ignore 1 Aug 2004 16:08:15 -0000 1.2
@@ -9,3 +9,7 @@
#can't bind varargs functions, they are only for convenience anyway
exclude gtk_dialog_add_buttons
exclude gtk_dialog_new_with_buttons
+
+#we do not call this directly because it has varargs
+#instead we simulate the call
+exclude gtk_file_chooser_dialog_new
|