Clean up private headers

This commit adds a few missing private headers, and cleans up
some irregularities in the existing ones
This commit is contained in:
Matthias Clasen
2014-04-05 02:04:12 -04:00
parent 08e1c85add
commit fee33b1a81
35 changed files with 177 additions and 131 deletions

View File

@ -18,10 +18,6 @@
#ifndef __GTK_COLOR_SCALE_H__
#define __GTK_COLOR_SCALE_H__
#if !defined (__GTK_H_INSIDE__) && !defined (GTK_COMPILATION)
#error "Only <gtk/gtk.h> can be included directly."
#endif
#include <gtk/gtkscale.h>
G_BEGIN_DECLS
@ -62,14 +58,9 @@ typedef enum
GTK_COLOR_SCALE_ALPHA
} GtkColorScaleType;
G_GNUC_INTERNAL
GType gtk_color_scale_get_type (void) G_GNUC_CONST;
G_GNUC_INTERNAL
GtkWidget * gtk_color_scale_new (GtkAdjustment *adjustment,
GtkColorScaleType type);
G_GNUC_INTERNAL
void gtk_color_scale_set_rgba (GtkColorScale *scale,
const GdkRGBA *color);