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-colorbutton.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-colorbutton.h')
-rw-r--r-- | libmate-desktop/mate-colorbutton.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libmate-desktop/mate-colorbutton.h b/libmate-desktop/mate-colorbutton.h index 2670e03..caff2ad 100644 --- a/libmate-desktop/mate-colorbutton.h +++ b/libmate-desktop/mate-colorbutton.h @@ -37,7 +37,6 @@ G_BEGIN_DECLS - /* The MateColorButton widget is a simple color picker in a button. * The button displays a sample of the currently selected color. When * the user clicks on the button, a color selection dialog pops up. @@ -75,7 +74,6 @@ struct _MateColorButtonClass { void (*_gtk_reserved4) (void); }; - GType mate_color_button_get_type (void) G_GNUC_CONST; GtkWidget *mate_color_button_new (void); GtkWidget *mate_color_button_new_with_color (const GdkColor *color); @@ -97,7 +95,6 @@ void mate_color_button_set_title (MateColorButton *color_button, const gchar *title); const gchar *mate_color_button_get_title (MateColorButton *color_button); - G_END_DECLS #endif /* __MATE_COLOR_BUTTON_H__ */ |