Fix symbol lists for make check.

2006-02-27  Matthias Clasen  <mclasen@redhat.com>

	* gtk/gtk.symbols:
	* gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
This commit is contained in:
Matthias Clasen 2006-02-27 16:48:34 +00:00 committed by Matthias Clasen
parent 7324be3c3a
commit 2da390bc2f
6 changed files with 28 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2006-02-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
2006-02-27 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the

View File

@ -1,3 +1,8 @@
2006-02-27 Matthias Clasen <mclasen@redhat.com>
* gtk/gtk.symbols:
* gtk/gtktrayicon-x11.c: Fix symbol lists for make check.
2006-02-27 Michael Natterer <mitch@imendio.com>
* gdk/x11/gdksettings.c: map "gtk-touchscreen-mode" to the

View File

@ -247,12 +247,14 @@ gtk_notebook_tab_get_type G_GNUC_CONST
gtk_anchor_type_get_type G_GNUC_CONST
gtk_arg_flags_get_type G_GNUC_CONST
gtk_arrow_type_get_type G_GNUC_CONST
gtk_assistant_page_type_get_type G_GNUC_CONST
gtk_attach_options_get_type G_GNUC_CONST
gtk_button_action_get_type G_GNUC_CONST
gtk_buttons_type_get_type G_GNUC_CONST
gtk_calendar_display_options_get_type G_GNUC_CONST
gtk_cell_renderer_mode_get_type G_GNUC_CONST
gtk_cell_renderer_state_get_type G_GNUC_CONST
gtk_cell_renderer_accel_mode_get_type
gtk_corner_type_get_type G_GNUC_CONST
gtk_debug_flag_get_type G_GNUC_CONST
gtk_delete_type_get_type G_GNUC_CONST
@ -265,6 +267,7 @@ gtk_file_chooser_action_get_type G_GNUC_CONST
gtk_file_chooser_confirmation_get_type G_GNUC_CONST
gtk_file_filter_flags_get_type G_GNUC_CONST
gtk_icon_view_drop_position_get_type G_GNUC_CONST
gtk_sensitivity_type_get_type G_GNUC_CONST
gtk_window_type_get_type G_GNUC_CONST
gtk_wrap_mode_get_type G_GNUC_CONST
gtk_widget_flags_get_type G_GNUC_CONST
@ -3396,6 +3399,12 @@ gtk_tooltips_set_tip
#endif
#endif
#if IN_HEADER(__GTK_TRAY_ICON_H__)
#if IN_FILE(__GTK_TRAY_ICON_X11_C__)
gtk_tray_icon_get_type G_GNUC_CONST
#endif
#endif
#if IN_HEADER(__GTK_TREE_H__)
#if IN_FILE(__GTK_TREE_C__)
gtk_tree_append

View File

@ -501,3 +501,7 @@ _gtk_tray_icon_get_orientation (GtkTrayIcon *icon)
return icon->priv->orientation;
}
#define __GTK_TRAY_ICON_X11_C__
#include "gtkaliasdef.c"

View File

@ -1,3 +1,7 @@
2006-02-27 Matthias Clasen <mclasen@redhat.com>
* xdgmime.h (xdg_mime_dump): Don't export xdg_mime_dump.
2005-12-01 Matthias Clasen <mclasen@redhat.com>
* Merge upstream changes to handle duplicate glob

View File

@ -59,6 +59,7 @@ typedef void (*XdgMimeDestroy) (void *user_data);
#define xdg_mime_unalias_mime_type XDG_ENTRY(unalias_mime_type)
#define xdg_mime_get_max_buffer_extents XDG_ENTRY(get_max_buffer_extents)
#define xdg_mime_shutdown XDG_ENTRY(shutdown)
#define xdg_mime_dump XDG_ENTRY(dump)
#define xdg_mime_register_reload_callback XDG_ENTRY(register_reload_callback)
#define xdg_mime_remove_callback XDG_ENTRY(remove_callback)
#define xdg_mime_type_unknown XDG_ENTRY(type_unknown)