summaryrefslogtreecommitdiff
path: root/libmate-desktop/mate-colorsel.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmate-desktop/mate-colorsel.h')
-rw-r--r--libmate-desktop/mate-colorsel.h4
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,