summaryrefslogtreecommitdiff
path: root/gtk/gtkprintutils.c
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2020-07-24 22:32:16 +0200
committerBenjamin Otte <otte@redhat.com>2020-07-25 00:47:36 +0200
commit3078b180fe79efd0e58239dabb7098c40aced1a8 (patch)
treea4ce228bafd8df1eff46d2410554a2b2a3c0f12e /gtk/gtkprintutils.c
parent556997f9df3b771733fc49a02d5424aee276e29f (diff)
downloadgtk+-3078b180fe79efd0e58239dabb7098c40aced1a8.tar.gz
Replace "gdouble" with "double"
Diffstat (limited to 'gtk/gtkprintutils.c')
-rw-r--r--gtk/gtkprintutils.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkprintutils.c b/gtk/gtkprintutils.c
index a8b1d835cc..a8e2095b2b 100644
--- a/gtk/gtkprintutils.c
+++ b/gtk/gtkprintutils.c
@@ -19,8 +19,8 @@
#include "config.h"
#include "gtkprintutils.h"
-gdouble
-_gtk_print_convert_to_mm (gdouble len,
+double
+_gtk_print_convert_to_mm (double len,
GtkUnit unit)
{
switch (unit)
@@ -39,8 +39,8 @@ _gtk_print_convert_to_mm (gdouble len,
}
}
-gdouble
-_gtk_print_convert_from_mm (gdouble len,
+double
+_gtk_print_convert_from_mm (double len,
GtkUnit unit)
{
switch (unit)