Remove trailing whitespace that can trigger false positives in abicheck.sh

2007-12-06  Tommi Komulainen  <tommi.komulainen@iki.fi>

	* gdk-pixbuf/gdk-pixbuf.symbols:
	* gdk/gdk.symbols:
	* gdk/gtk.symbols: Remove trailing whitespace that can trigger false
	positives in abicheck.sh

svn path=/trunk/; revision=19124
This commit is contained in:
Tommi Komulainen
2007-12-06 20:14:17 +00:00
committed by Tommi Komulainen
parent 01f8212ad3
commit 62315bd5d0
4 changed files with 31 additions and 24 deletions

View File

@ -1,3 +1,10 @@
2007-12-06 Tommi Komulainen <tommi.komulainen@iki.fi>
* gdk-pixbuf/gdk-pixbuf.symbols:
* gdk/gdk.symbols:
* gdk/gtk.symbols: Remove trailing whitespace that can trigger false
positives in abicheck.sh
2007-12-06 18:45:06 Attilio Fiandrotti <attilio.fiandrotti@gmail.com> 2007-12-06 18:45:06 Attilio Fiandrotti <attilio.fiandrotti@gmail.com>
* gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix * gdk/directfb/gdkevents-directfb.c: Committed a patch by DOK to fix

View File

@ -1,11 +1,11 @@
/* This file lists all exported symbols. It is used to generate /* This file lists all exported symbols. It is used to generate
* the gdk_pixbuf.def file used to control exports on Windows and the * the gdk_pixbuf.def file used to control exports on Windows and the
* gdk-pixbuf-alias.h/gdk-pixbuf-aliasdef.c files used to avoid PLT * gdk-pixbuf-alias.h/gdk-pixbuf-aliasdef.c files used to avoid PLT
* entries for internal uses of exported functions (see makegdkpixbufalias.pl). * entries for internal uses of exported functions (see makegdkpixbufalias.pl).
* *
* Every symbol must be included in the right * Every symbol must be included in the right
* #ifdef IN_HEADER(sym) #endif and * #ifdef IN_HEADER(sym) #endif and
* #ifdef IN_FILE(sym) #endif sections. * #ifdef IN_FILE(sym) #endif sections.
*/ */
#ifdef ALL_FILES #ifdef ALL_FILES
#define IN_FILE(x) 1 #define IN_FILE(x) 1
@ -182,7 +182,7 @@ gdk_colorspace_get_type G_GNUC_CONST
gdk_interp_type_get_type G_GNUC_CONST gdk_interp_type_get_type G_GNUC_CONST
gdk_pixbuf_alpha_mode_get_type G_GNUC_CONST gdk_pixbuf_alpha_mode_get_type G_GNUC_CONST
gdk_pixbuf_rotation_get_type G_GNUC_CONST gdk_pixbuf_rotation_get_type G_GNUC_CONST
gdk_pixbuf_error_get_type gdk_pixbuf_error_get_type
#endif #endif
#endif #endif

View File

@ -1,17 +1,17 @@
/* This file lists all exported symbols. It is used to generate /* This file lists all exported symbols. It is used to generate
* the gdk.def file used to control exports on Windows and the * the gdk.def file used to control exports on Windows and the
* gdkalias.h/gdkaliasdef.c files used to avoid PLT entries for * gdkalias.h/gdkaliasdef.c files used to avoid PLT entries for
* internal uses of exported functions (see makegdkalias.pl). * internal uses of exported functions (see makegdkalias.pl).
* *
* Every symbol must be included in the right * Every symbol must be included in the right
* #ifdef IN_HEADER(sym) #endif and * #ifdef IN_HEADER(sym) #endif and
* #ifdef IN_FILE(sym) #endif sections. * #ifdef IN_FILE(sym) #endif sections.
* *
* gdkalias.h must be included *after* all other gdk headers * gdkalias.h must be included *after* all other gdk headers
* in each source file, gdkaliasdef.c must be included at the * in each source file, gdkaliasdef.c must be included at the
* very bottom, after a line defining the right symbol. * very bottom, after a line defining the right symbol.
* *
* (This would be much easier if there was a rational 1-1 * (This would be much easier if there was a rational 1-1
* relation between headers and source files.) * relation between headers and source files.)
*/ */
#ifdef ALL_FILES #ifdef ALL_FILES

View File

@ -1,22 +1,22 @@
/* This list defines the GTK+ ABI. It is used to generate the gtk.def /* This list defines the GTK+ ABI. It is used to generate the gtk.def
* file and the gtkalias.h header. * file and the gtkalias.h header.
* *
* Variables must be put into ifdef INCLUDE_VARIABLES ... endif sections. * Variables must be put into ifdef INCLUDE_VARIABLES ... endif sections.
* *
* Internal symbols must be protected by ifdef INCLUDE_INTERNAL_SYMBOLS. * Internal symbols must be protected by ifdef INCLUDE_INTERNAL_SYMBOLS.
* *
* Symbols which occur only on Windows, or only on Unix, or only with * Symbols which occur only on Windows, or only on Unix, or only with
* the X11 backend must be included in similar ifdefs, using the * the X11 backend must be included in similar ifdefs, using the
* symbols G_OS_WIN32, G_OS_UNIX and GTK_WINDOWING_X11. * symbols G_OS_WIN32, G_OS_UNIX and GTK_WINDOWING_X11.
* *
* Every symbol must be included in the right * Every symbol must be included in the right
* #ifdef IN_HEADER(sym) #endif and * #ifdef IN_HEADER(sym) #endif and
* #ifdef IN_FILE(sym) #endif sections. * #ifdef IN_FILE(sym) #endif sections.
* *
* gdkalias.h must be included *after* all other gdk headers * gdkalias.h must be included *after* all other gdk headers
* in each source file, gdkaliasdef.c must be included at the * in each source file, gdkaliasdef.c must be included at the
* very bottom, after a line defining the right symbol. * very bottom, after a line defining the right symbol.
*/ */
#ifdef ALL_FILES #ifdef ALL_FILES
#define IN_FILE(x) 1 #define IN_FILE(x) 1
#define IN_HEADER(x) 1 #define IN_HEADER(x) 1
@ -2648,11 +2648,11 @@ gtk_paper_size_get_default
#ifdef G_OS_UNIX #ifdef G_OS_UNIX
gtk_print_backend_error_quark gtk_print_backend_error_quark
gtk_print_backend_get_type G_GNUC_CONST gtk_print_backend_get_type G_GNUC_CONST
gtk_print_backend_add_printer gtk_print_backend_add_printer
gtk_print_backend_remove_printer gtk_print_backend_remove_printer
gtk_print_backend_set_list_done gtk_print_backend_set_list_done
gtk_print_backend_destroy gtk_print_backend_destroy
gtk_print_backend_get_printer_list gtk_print_backend_get_printer_list
gtk_print_backend_printer_list_is_done gtk_print_backend_printer_list_is_done
gtk_print_backend_find_printer gtk_print_backend_find_printer
gtk_print_backend_print_stream gtk_print_backend_print_stream
@ -2718,8 +2718,8 @@ gtk_printer_set_state_message
gtk_printer_is_active gtk_printer_is_active
gtk_printer_is_new gtk_printer_is_new
gtk_printer_is_default gtk_printer_is_default
#endif #endif
#endif #endif
#endif #endif
#if IN_HEADER(__GTK_PRINTER_OPTION_H__) #if IN_HEADER(__GTK_PRINTER_OPTION_H__)
@ -3628,7 +3628,7 @@ gtk_text_buffer_copy_clipboard
gtk_text_buffer_create_child_anchor gtk_text_buffer_create_child_anchor
gtk_text_buffer_add_mark gtk_text_buffer_add_mark
gtk_text_buffer_create_mark gtk_text_buffer_create_mark
gtk_text_buffer_create_tag gtk_text_buffer_create_tag
gtk_text_buffer_cut_clipboard gtk_text_buffer_cut_clipboard
gtk_text_buffer_delete gtk_text_buffer_delete
gtk_text_buffer_delete_interactive gtk_text_buffer_delete_interactive
@ -4710,7 +4710,7 @@ gtk_widget_modify_cursor
gtk_widget_modify_font gtk_widget_modify_font
gtk_widget_modify_style gtk_widget_modify_style
gtk_widget_modify_text gtk_widget_modify_text
gtk_widget_new gtk_widget_new
gtk_widget_path gtk_widget_path
gtk_widget_pop_colormap gtk_widget_pop_colormap
gtk_widget_pop_composite_child gtk_widget_pop_composite_child