[gtk/matthiasc/for-master-2: 5/16] Don't export color picker functions



commit ed6c0dc15cc2f2c82d0945560169327d6aa98f23
Author: Matthias Clasen <mclasen redhat com>
Date:   Tue Feb 4 20:01:56 2020 +0100

    Don't export color picker functions
    
    This is not public API, so it shouldn't be exported.

 gtk/gtkcolorpickerprivate.h | 4 ----
 1 file changed, 4 deletions(-)
---
diff --git a/gtk/gtkcolorpickerprivate.h b/gtk/gtkcolorpickerprivate.h
index 305d868519..8e74b0be22 100644
--- a/gtk/gtkcolorpickerprivate.h
+++ b/gtk/gtkcolorpickerprivate.h
@@ -51,15 +51,11 @@ struct _GtkColorPickerInterface {
                              GError             **error);
 };
 
-GDK_AVAILABLE_IN_ALL
 GType            gtk_color_picker_get_type    (void) G_GNUC_CONST;
-GDK_AVAILABLE_IN_ALL
 GtkColorPicker * gtk_color_picker_new         (void);
-GDK_AVAILABLE_IN_ALL
 void             gtk_color_picker_pick        (GtkColorPicker       *picker,
                                                GAsyncReadyCallback   callback,
                                                gpointer              user_data);
-GDK_AVAILABLE_IN_ALL
 GdkRGBA *        gtk_color_picker_pick_finish (GtkColorPicker       *picker,
                                                GAsyncResult         *res,
                                                GError              **error);


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