aboutsummaryrefslogtreecommitdiffstats
path: root/lib/widgets
diff options
context:
space:
mode:
authorChristian Meyer <chrisime@src.gnome.org>2003-02-09 03:38:38 +0800
committerChristian Meyer <chrisime@src.gnome.org>2003-02-09 03:38:38 +0800
commit2f4619f7a19aa79016051d82c060aaf53ef719c1 (patch)
treec29434d0396fd5f53d07cfeb474256d703293629 /lib/widgets
parent887537b93f80cd1c0ca81f5a4a42d4373c27d0ba (diff)
downloadgsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.gz
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.bz2
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.lz
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.xz
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.tar.zst
gsoc2013-epiphany-2f4619f7a19aa79016051d82c060aaf53ef719c1.zip
Changed GtkType to GType.
Diffstat (limited to 'lib/widgets')
-rw-r--r--lib/widgets/ephy-ellipsizing-label.h2
-rw-r--r--lib/widgets/ephy-spinner.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/lib/widgets/ephy-ellipsizing-label.h b/lib/widgets/ephy-ellipsizing-label.h
index 6f596edfa..7e64a12f2 100644
--- a/lib/widgets/ephy-ellipsizing-label.h
+++ b/lib/widgets/ephy-ellipsizing-label.h
@@ -53,7 +53,7 @@ typedef struct
GtkLabelClass parent_class;
} EphyEllipsizingLabelClass;
-GtkType ephy_ellipsizing_label_get_type (void);
+GType ephy_ellipsizing_label_get_type (void);
GtkWidget *ephy_ellipsizing_label_new (const char *string);
diff --git a/lib/widgets/ephy-spinner.h b/lib/widgets/ephy-spinner.h
index 6aee728a0..5ea60b074 100644
--- a/lib/widgets/ephy-spinner.h
+++ b/lib/widgets/ephy-spinner.h
@@ -61,7 +61,7 @@ struct EphySpinnerClass {
GtkEventBoxClass parent_class;
};
-GtkType ephy_spinner_get_type (void);
+GType ephy_spinner_get_type (void);
GtkWidget *ephy_spinner_new (void);
void ephy_spinner_start (EphySpinner *throbber);
void ephy_spinner_stop (EphySpinner *throbber);