Fix doc generation: rename gdk-overrides.txt to gdk3-overrides

Also, remove unnneded *-overrides files
Patch by Tadej Borovšak
This commit is contained in:
Javier Jardón 2010-05-13 04:55:19 +02:00
parent 95bb12ee66
commit 1205012cb4
4 changed files with 0 additions and 15 deletions

View File

@ -1,15 +0,0 @@
# These are manually-edited to override or add declarations to those scanned
# from the GTK header files.
# GtkAllocation is the same as GtkRectangle
<STRUCT>
<NAME>GtkAllocation</NAME>
struct GtkAllocation
{
gint x;
gint y;
gint width;
gint height;
};
</STRUCT>