summaryrefslogtreecommitdiff
path: root/gtk/gtktypeutils.h
diff options
context:
space:
mode:
authorManish Singh <yosh@src.gnome.org>1998-11-08 05:58:41 +0000
committerManish Singh <yosh@src.gnome.org>1998-11-08 05:58:41 +0000
commit3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56 (patch)
tree7f8cbb123b28b658a0530af5742ac4d000fa4d93 /gtk/gtktypeutils.h
parenta77c4da512b1e3fedce9d9105d8961e47f6e5100 (diff)
downloadgtk+-3c07b7ebbd3d6ddb3dae9bdee185d14c6adaea56.tar.gz
check if column[i].button is valid before calling gtk_widget_intersect on
* gtk/gtkclist.c: check if column[i].button is valid before calling gtk_widget_intersect on it in gtk_clist_draw * gtk/gtkdnd.c: removed unused variable empty_bits * gtk/gtkrc.c: we should use gslist_* functions with GSLists... * gtk/gtktypeutils.[ch]: makes more send for gtk_type_is_a to return a boolean (thanks to Elrond for noticing this) -Yosh
Diffstat (limited to 'gtk/gtktypeutils.h')
-rw-r--r--gtk/gtktypeutils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktypeutils.h b/gtk/gtktypeutils.h
index 0eecc000d0..51dc06624c 100644
--- a/gtk/gtktypeutils.h
+++ b/gtk/gtktypeutils.h
@@ -325,7 +325,7 @@ void gtk_type_free (GtkType type,
void gtk_type_describe_heritage (GtkType type);
void gtk_type_describe_tree (GtkType type,
gboolean show_size);
-gint gtk_type_is_a (GtkType type,
+gboolean gtk_type_is_a (GtkType type,
GtkType is_a_type);
GtkTypeObject* gtk_type_check_object_cast (GtkTypeObject *type_object,
GtkType cast_type);