[gtk+] Symbol exporting fixes



commit 140e8848680f9b1a2740fa1708aca029643c1428
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 21 01:46:40 2012 +0100

    Symbol exporting fixes

 gtk/a11y/gtktreeviewaccessible.c |    2 +-
 gtk/gtk.symbols                  |    9 +++++----
 gtk/gtkcolorchooserwidget.c      |    2 +-
 3 files changed, 7 insertions(+), 6 deletions(-)
---
diff --git a/gtk/a11y/gtktreeviewaccessible.c b/gtk/a11y/gtktreeviewaccessible.c
index 8bec291..2b25be0 100644
--- a/gtk/a11y/gtktreeviewaccessible.c
+++ b/gtk/a11y/gtktreeviewaccessible.c
@@ -1807,7 +1807,7 @@ _gtk_tree_view_accessible_toggle_visibility (GtkTreeView       *treeview,
                                                 id);
 }
 
-GtkTreeViewColumn *
+static GtkTreeViewColumn *
 get_effective_focus_column (GtkTreeView       *treeview,
                             GtkTreeViewColumn *column)
 {
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 8742cb9..f3c3da8 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -603,13 +603,14 @@ gtk_color_button_set_color
 gtk_color_button_set_rgba
 gtk_color_button_set_title
 gtk_color_button_set_use_alpha
+gtk_color_chooser_add_palette
 gtk_color_chooser_dialog_get_type
 gtk_color_chooser_dialog_new
-gtk_color_chooser_get_color
-gtk_color_chooser_get_show_alpha
+gtk_color_chooser_get_rgba
+gtk_color_chooser_get_use_alpha
 gtk_color_chooser_get_type
-gtk_color_chooser_set_color
-gtk_color_chooser_set_show_alpha
+gtk_color_chooser_set_rgba
+gtk_color_chooser_set_use_alpha
 gtk_color_chooser_widget_get_type
 gtk_color_chooser_widget_new
 gtk_color_selection_dialog_get_color_selection
diff --git a/gtk/gtkcolorchooserwidget.c b/gtk/gtkcolorchooserwidget.c
index 3fb890f..ddbced3 100644
--- a/gtk/gtkcolorchooserwidget.c
+++ b/gtk/gtkcolorchooserwidget.c
@@ -276,7 +276,7 @@ scale_round (gdouble value, gdouble scale)
   return (guint)value;
 }
 
-gchar *
+static gchar *
 accessible_color_name (GdkRGBA *color)
 {
   if (color->alpha < 1.0)



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]