Use GtkType/GType instead of uint.

2001-09-06  Alex Larsson  <alexl@redhat.com>

	* gtk/gtkbin.c:
	* gtk/gtkfontsel.c:
	* gtk/gtkspinbutton.c:
	* gtk/gtktipsquery.c:
	Use GtkType/GType instead of uint.
This commit is contained in:
Alex Larsson 2001-09-06 21:51:35 +00:00 committed by Alexander Larsson
parent 13cba60622
commit bf882d4417
11 changed files with 60 additions and 4 deletions

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -1,3 +1,11 @@
2001-09-06 Alex Larsson <alexl@redhat.com>
* gtk/gtkbin.c:
* gtk/gtkfontsel.c:
* gtk/gtkspinbutton.c:
* gtk/gtktipsquery.c:
Use GtkType/GType instead of uint.
Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com> Tue Sep 4 18:13:43 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtkliststore.c (gtk_list_store_init): fix initial val for * gtk/gtkliststore.c (gtk_list_store_init): fix initial val for

View File

@ -46,7 +46,7 @@ static GtkContainerClass *parent_class = NULL;
GtkType GtkType
gtk_bin_get_type (void) gtk_bin_get_type (void)
{ {
static guint bin_type = 0; static GtkType bin_type = 0;
if (!bin_type) if (!bin_type)
{ {

View File

@ -922,7 +922,7 @@ gtk_font_selection_set_preview_text (GtkFontSelection *fontsel,
GtkType GtkType
gtk_font_selection_dialog_get_type (void) gtk_font_selection_dialog_get_type (void)
{ {
static guint font_selection_dialog_type = 0; static GtkType font_selection_dialog_type = 0;
if (!font_selection_dialog_type) if (!font_selection_dialog_type)
{ {

View File

@ -134,7 +134,7 @@ static guint spinbutton_signals[LAST_SIGNAL] = {0};
GtkType GtkType
gtk_spin_button_get_type (void) gtk_spin_button_get_type (void)
{ {
static guint spin_button_type = 0; static GtkType spin_button_type = 0;
if (!spin_button_type) if (!spin_button_type)
{ {

View File

@ -84,7 +84,7 @@ static guint tips_query_signals[SIGNAL_LAST] = { 0 };
GtkType GtkType
gtk_tips_query_get_type (void) gtk_tips_query_get_type (void)
{ {
static guint tips_query_type = 0; static GtkType tips_query_type = 0;
if (!tips_query_type) if (!tips_query_type)
{ {