Add shortcuts_model_filter_get_type.

Wed Aug 11 20:56:00 2004  Matthias Clasen  <maclas@gmx.de>

	* gtk/gtkinternals.h:
	* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.

	* gtk/abicheck.sh: Check all symbols.
This commit is contained in:
Matthias Clasen 2004-08-12 00:56:32 +00:00 committed by Matthias Clasen
parent 8e06e8735f
commit af35cab932
7 changed files with 33 additions and 1 deletions

View File

@ -1,3 +1,10 @@
Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkinternals.h:
* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
* gtk/abicheck.sh: Check all symbols.
Wed Aug 11 19:20:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):

View File

@ -1,3 +1,10 @@
Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkinternals.h:
* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
* gtk/abicheck.sh: Check all symbols.
Wed Aug 11 19:20:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):

View File

@ -1,3 +1,10 @@
Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkinternals.h:
* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
* gtk/abicheck.sh: Check all symbols.
Wed Aug 11 19:20:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):

View File

@ -1,3 +1,10 @@
Wed Aug 11 20:56:00 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtkinternals.h:
* gtk/gtk.symbols: Add shortcuts_model_filter_get_type.
* gtk/abicheck.sh: Check all symbols.
Wed Aug 11 19:20:34 2004 Matthias Clasen <maclas@gmx.de>
* gtk/gtktreeview.c (gtk_tree_view_maybe_begin_dragging_row):

View File

@ -1,5 +1,5 @@
#! /bin/sh
cpp -P -DG_OS_UNIX -DGTK_WINDOWING_X11 -DINCLUDE_INTERNAL_SYMBOLS gtk.symbols | sed -e '/^$/d' | sort > expected-abi
nm -D .libs/libgtk-x11-2.0.so | grep " T " | cut -c12- | grep "^gtk" | sort > actual-abi
nm -D .libs/libgtk-x11-2.0.so | grep " T " | cut -c12- | sort > actual-abi
diff -u expected-abi actual-abi

View File

@ -2840,3 +2840,6 @@ gtk_window_unfullscreen
gtk_window_unmaximize
gtk_window_unstick
gtk_wrap_mode_get_type
#ifdef INCLUDE_INTERNAL_SYMBOLS
shortcuts_model_filter_get_type
#endif

View File

@ -35,6 +35,7 @@ G_BEGIN_DECLS
GType gtk_im_module_get_type (void);
GType gtk_file_system_module_get_type (void);
GType shortcuts_model_filter_get_type (void);
G_END_DECLS