diff options
author | rbuj <[email protected]> | 2021-10-27 17:50:56 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-12-11 15:29:43 +0100 |
commit | 03e38ada456be8fecd04fde9fa6a8293816292aa (patch) | |
tree | edea823dde15fd6e9726246785e9f303f3777ede /libmate-desktop/mate-colorsel.h | |
parent | bc46804cd6dd0da229a4b84c3cfca73c7ef44f90 (diff) | |
download | mate-desktop-03e38ada456be8fecd04fde9fa6a8293816292aa.tar.bz2 mate-desktop-03e38ada456be8fecd04fde9fa6a8293816292aa.tar.xz |
Use a blank line at most
Diffstat (limited to 'libmate-desktop/mate-colorsel.h')
-rw-r--r-- | libmate-desktop/mate-colorsel.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmate-desktop/mate-colorsel.h b/libmate-desktop/mate-colorsel.h index bb44c5f..245c55e 100644 --- a/libmate-desktop/mate-colorsel.h +++ b/libmate-desktop/mate-colorsel.h @@ -40,12 +40,10 @@ G_BEGIN_DECLS #define MATE_IS_COLOR_SELECTION_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MATE_TYPE_COLOR_SELECTION)) #define MATE_COLOR_SELECTION_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MATE_TYPE_COLOR_SELECTION, MateColorSelectionClass)) - typedef struct _MateColorSelection MateColorSelection; typedef struct _MateColorSelectionClass MateColorSelectionClass; typedef struct _MateColorSelectionPrivate MateColorSelectionPrivate; - typedef void (* MateColorSelectionChangePaletteFunc) (const GdkColor *colors, gint n_colors); typedef void (* MateColorSelectionChangePaletteWithScreenFunc) (GdkScreen *screen, @@ -73,7 +71,6 @@ struct _MateColorSelectionClass void (*_gtk_reserved4) (void); }; - /* ColorSelection */ GType mate_color_selection_get_type (void) G_GNUC_CONST; @@ -85,7 +82,6 @@ gboolean mate_color_selection_get_has_palette (MateColorSelection *col void mate_color_selection_set_has_palette (MateColorSelection *colorsel, gboolean has_palette); - void mate_color_selection_set_current_color (MateColorSelection *colorsel, const GdkColor *color); void mate_color_selection_set_current_alpha (MateColorSelection *colorsel, |