aboutsummaryrefslogtreecommitdiffstats
path: root/widgets/misc/e-canvas-background.h
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/misc/e-canvas-background.h')
-rw-r--r--widgets/misc/e-canvas-background.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/widgets/misc/e-canvas-background.h b/widgets/misc/e-canvas-background.h
index 7e3ac19a13..e1e24d0663 100644
--- a/widgets/misc/e-canvas-background.h
+++ b/widgets/misc/e-canvas-background.h
@@ -36,10 +36,10 @@ G_BEGIN_DECLS
* or NULL pointer for no color (transparent)
* fill_color_gdk GdkColor* RW Allocated GdkColor for fill
* fill_stipple GdkBitmap* RW Stipple pattern for fill
- * x1 double RW Coordinates for edges of background rectangle
- * x2 double RW Default is all of them = -1.
- * y1 double RW Which means that the entire space is shown.
- * y2 double RW If you need the rectangle to have negative coordinates, use an affine.
+ * x1 gdouble RW Coordinates for edges of background rectangle
+ * x2 gdouble RW Default is all of them = -1.
+ * y1 gdouble RW Which means that the entire space is shown.
+ * y2 gdouble RW If you need the rectangle to have negative coordinates, use an affine.
*/
#define E_CANVAS_BACKGROUND_TYPE (e_canvas_background_get_type ())