Update of /cvsroot/gtk2hs/gtk2hs/gtk/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12487/gtk/windows
Added Files:
api.ignore
Log Message:
new files to mark unbound functions, for use with the api coverage tool.
Also, change makefile to filter gtk.coverage so we get less noise in the diff.
--- NEW FILE: api.ignore ---
# these functins are totally undocumented
# I suspect they may be for the frame buffer backend
exclude gtk_decorated_window
#don't add any new functions to old file slection dialog API
exclude gtk_file_selection
#can't bind varargs functions, they are only for convenience anyway
exclude gtk_dialog_add_buttons
exclude gtk_dialog_new_with_buttons
|