[gtk+/wip/colorchooser-v2: 32/40] Fix up exported symbols



commit 659c549c55dcb72bb42b6f50c7eafd5f4cc04770
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Feb 3 07:41:14 2012 -0500

    Fix up exported symbols
    
    Only GtkColorChooser* is public for now.

 gtk/gtk.symbols      |    9 +++++++++
 gtk/gtkcoloreditor.h |    2 ++
 gtk/gtkcolorplane.h  |    2 ++
 gtk/gtkcolorscale.h  |    4 ++++
 gtk/gtkcolorswatch.h |    9 +++++++++
 5 files changed, 26 insertions(+), 0 deletions(-)
---
diff --git a/gtk/gtk.symbols b/gtk/gtk.symbols
index 4acba3d..9a49a41 100644
--- a/gtk/gtk.symbols
+++ b/gtk/gtk.symbols
@@ -605,6 +605,15 @@ gtk_color_button_set_color
 gtk_color_button_set_rgba
 gtk_color_button_set_title
 gtk_color_button_set_use_alpha
+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_type
+gtk_color_chooser_set_color
+gtk_color_chooser_set_show_alpha
+gtk_color_chooser_widget_get_type
+gtk_color_chooser_widget_new
 gtk_color_selection_dialog_get_color_selection
 gtk_color_selection_dialog_get_type
 gtk_color_selection_dialog_new
diff --git a/gtk/gtkcoloreditor.h b/gtk/gtkcoloreditor.h
index 25dfe73..b8ee219 100644
--- a/gtk/gtkcoloreditor.h
+++ b/gtk/gtkcoloreditor.h
@@ -59,8 +59,10 @@ struct _GtkColorEditorClass
 };
 
 
+G_GNUC_INTERNAL
 GType       gtk_color_editor_get_type (void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 GtkWidget * gtk_color_editor_new      (void);
 
 G_END_DECLS
diff --git a/gtk/gtkcolorplane.h b/gtk/gtkcolorplane.h
index 0c48a81..9bf22ca 100644
--- a/gtk/gtkcolorplane.h
+++ b/gtk/gtkcolorplane.h
@@ -59,8 +59,10 @@ struct _GtkColorPlaneClass
 };
 
 
+G_GNUC_INTERNAL
 GType       gtk_color_plane_get_type (void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 GtkWidget * gtk_color_plane_new      (GtkAdjustment *h_adj,
                                       GtkAdjustment *s_adj,
                                       GtkAdjustment *v_adj);
diff --git a/gtk/gtkcolorscale.h b/gtk/gtkcolorscale.h
index 385706a..f5d28ba 100644
--- a/gtk/gtkcolorscale.h
+++ b/gtk/gtkcolorscale.h
@@ -64,11 +64,15 @@ typedef enum
   GTK_COLOR_SCALE_ALPHA
 } GtkColorScaleType;
 
+G_GNUC_INTERNAL
 GType       gtk_color_scale_get_type  (void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 GtkWidget * gtk_color_scale_new       (void);
+G_GNUC_INTERNAL
 void        gtk_color_scale_set_type  (GtkColorScale     *scale,
                                        GtkColorScaleType  type);
+G_GNUC_INTERNAL
 void        gtk_color_scale_set_color (GtkColorScale     *scale,
                                        const GdkRGBA     *color);
 
diff --git a/gtk/gtkcolorswatch.h b/gtk/gtkcolorswatch.h
index 6c7748b..10f6cd8 100644
--- a/gtk/gtkcolorswatch.h
+++ b/gtk/gtkcolorswatch.h
@@ -63,24 +63,33 @@ struct _GtkColorSwatchClass
 };
 
 
+G_GNUC_INTERNAL
 GType       gtk_color_swatch_get_type         (void) G_GNUC_CONST;
 
+G_GNUC_INTERNAL
 GtkWidget * gtk_color_swatch_new              (void);
+G_GNUC_INTERNAL
 void        gtk_color_swatch_set_corner_radii (GtkColorSwatch *swatch,
                                                gdouble         top_left,
                                                gdouble         top_right,
                                                gdouble         bottom_right,
                                                gdouble         bottom_left);
+G_GNUC_INTERNAL
 void        gtk_color_swatch_set_color        (GtkColorSwatch *swatch,
                                                const GdkRGBA  *color);
+G_GNUC_INTERNAL
 gboolean    gtk_color_swatch_get_color        (GtkColorSwatch *swatch,
                                                GdkRGBA        *color);
+G_GNUC_INTERNAL
 void        gtk_color_swatch_set_selected     (GtkColorSwatch *swatch,
                                                gboolean        selected);
+G_GNUC_INTERNAL
 void        gtk_color_swatch_set_can_drop     (GtkColorSwatch *swatch,
                                                gboolean        can_drop);
+G_GNUC_INTERNAL
 void        gtk_color_swatch_set_icon         (GtkColorSwatch *swatch,
                                                const gchar    *icon);
+G_GNUC_INTERNAL
 void        gtk_color_swatch_set_show_alpha   (GtkColorSwatch *swatch,
                                                gboolean        show_alpha);
 



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