*** empty log message ***

This commit is contained in:
Matthias Clasen 2004-08-10 22:58:59 +00:00
parent f0255c0b7d
commit 4a465af574
3 changed files with 8 additions and 0 deletions

View File

@ -1,3 +1,9 @@
Tue Aug 10 18:58:15 2004 Matthias Clasen <maclas@gmx.de>
* gdk/Makefile.am (IGNORE_HFILES): Add gdkalias.h
* gtk/Makefile.am (IGNORE_HFILES): Add gtkalias.h.
Mon Aug 9 10:52:23 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtk-sections.txt: Add gtk_entry_layout_index_to_text_index()

View File

@ -20,6 +20,7 @@ CFILE_GLOB=$(top_srcdir)/gdk/*.c
# Header files to ignore when scanning
IGNORE_HFILES= \
gdkalias.h \
gdkintl.h \
gdkmarshalers.h \
gdkkeysyms.h \

View File

@ -23,6 +23,7 @@ CFILE_GLOB=$(top_srcdir)/gtk/*.c
# Header files to ignore when scanning
IGNORE_HFILES= \
gtkalias.h \
fnmatch.h \
gdk-pixbuf-loader.h \
gtkcellrendererseptext.h \