summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2006-02-27 16:48:34 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2006-02-27 16:48:34 +0000
commit2da390bc2fbd4900c62375365ae0eadcd8b42e7a (patch)
tree9901011b52ff6ac5b5a9516158cf39c75d702762
parent7324be3c3a4419d396a820151c889bba9811f185 (diff)
downloadgtk+-2da390bc2fbd4900c62375365ae0eadcd8b42e7a.tar.gz
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.
-rw-r--r--ChangeLog5
-rw-r--r--ChangeLog.pre-2-105
-rw-r--r--gtk/gtk.symbols9
-rwxr-xr-xgtk/gtktrayicon-x11.c4
-rw-r--r--gtk/xdgmime/ChangeLog4
-rw-r--r--gtk/xdgmime/xdgmime.h1
6 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3dd85b7565..d85bcbdcb3 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 3dd85b7565..d85bcbdcb3 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -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
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index ec7e7cc457..570eaf9da6 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -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
diff --git a/gtk/gtktrayicon-x11.c b/gtk/gtktrayicon-x11.c
index f6a39e6a93..aa3877425d 100755
--- a/gtk/gtktrayicon-x11.c
+++ b/gtk/gtktrayicon-x11.c
@@ -501,3 +501,7 @@ _gtk_tray_icon_get_orientation (GtkTrayIcon *icon)
return icon->priv->orientation;
}
+
+#define __GTK_TRAY_ICON_X11_C__
+#include "gtkaliasdef.c"
+
diff --git a/gtk/xdgmime/ChangeLog b/gtk/xdgmime/ChangeLog
index b49b423715..3bf1f54fb6 100644
--- a/gtk/xdgmime/ChangeLog
+++ b/gtk/xdgmime/ChangeLog
@@ -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
diff --git a/gtk/xdgmime/xdgmime.h b/gtk/xdgmime/xdgmime.h
index 28894423aa..08103fc64c 100644
--- a/gtk/xdgmime/xdgmime.h
+++ b/gtk/xdgmime/xdgmime.h
@@ -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)