Update of /cvsroot/gtk2hs/gtk2hs/gtk/entry
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12487/gtk/entry
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 ---
#deprecated
exclude gtk_entry_new_with_max_length
exclude gtk_entry_append_text
exclude gtk_entry_prepend_text
exclude gtk_entry_set_position
exclude gtk_entry_select_region
exclude gtk_entry_set_editable
#these seem like they're only useful internally
exclude gtk_entry_layout_index_to_text_index
exclude gtk_entry_text_index_to_layout_index
exclude gtk_entry_get_layout
exclude gtk_entry_get_layout_offsets
|