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-colorseldialog.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-colorseldialog.h')
-rw-r--r-- | libmate-desktop/mate-colorseldialog.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/libmate-desktop/mate-colorseldialog.h b/libmate-desktop/mate-colorseldialog.h index 103195f..c355714 100644 --- a/libmate-desktop/mate-colorseldialog.h +++ b/libmate-desktop/mate-colorseldialog.h @@ -39,11 +39,9 @@ G_BEGIN_DECLS #define MATE_IS_COLOR_SELECTION_DIALOG_CLASS(klass) (G_TYPE_CHECK_CLASS_TYPE ((klass), MATE_TYPE_COLOR_SELECTION_DIALOG)) #define MATE_COLOR_SELECTION_DIALOG_GET_CLASS(obj) (G_TYPE_INSTANCE_GET_CLASS ((obj), MATE_TYPE_COLOR_SELECTION_DIALOG, MateColorSelectionDialogClass)) - typedef struct _MateColorSelectionDialog MateColorSelectionDialog; typedef struct _MateColorSelectionDialogClass MateColorSelectionDialogClass; - struct _MateColorSelectionDialog { GtkDialog parent_instance; @@ -65,13 +63,11 @@ struct _MateColorSelectionDialogClass void (*_gtk_reserved4) (void); }; - /* ColorSelectionDialog */ GType mate_color_selection_dialog_get_type (void) G_GNUC_CONST; GtkWidget* mate_color_selection_dialog_new (const gchar *title); GtkWidget* mate_color_selection_dialog_get_color_selection (MateColorSelectionDialog *colorsel); - G_END_DECLS #endif /* __MATE_COLOR_SELECTION_DIALOG_H__ */ |