summaryrefslogtreecommitdiff
path: root/gtk/gtktoolbar.h
diff options
context:
space:
mode:
authorHavoc Pennington <hp@redhat.com>2001-03-16 20:12:40 +0000
committerHavoc Pennington <hp@src.gnome.org>2001-03-16 20:12:40 +0000
commit52658cd3dc2ec01fe9cfcb5f9253b00febc8e039 (patch)
tree8e6c0e02a5385ef57bc341284d4c4bbc7e467d7d /gtk/gtktoolbar.h
parente7a21a2eec40ddb38e4b27b4fe818dbd20351259 (diff)
downloadgdk-pixbuf-52658cd3dc2ec01fe9cfcb5f9253b00febc8e039.tar.gz
Applied patch from Nils Barth (bug # 51041) to replace "gint" with
2001-03-16 Havoc Pennington <hp@redhat.com> * Applied patch from Nils Barth (bug # 51041) to replace "gint" with "gboolean" and 0/1 with TRUE/FALSE in various places.
Diffstat (limited to 'gtk/gtktoolbar.h')
-rw-r--r--gtk/gtktoolbar.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtktoolbar.h b/gtk/gtktoolbar.h
index a64aa8eaa..bec63423b 100644
--- a/gtk/gtktoolbar.h
+++ b/gtk/gtktoolbar.h
@@ -211,7 +211,7 @@ void gtk_toolbar_set_space_size (GtkToolbar *toolbar,
void gtk_toolbar_set_space_style (GtkToolbar *toolbar,
GtkToolbarSpaceStyle space_style);
void gtk_toolbar_set_tooltips (GtkToolbar *toolbar,
- gint enable);
+ gboolean enable);
void gtk_toolbar_set_button_relief (GtkToolbar *toolbar,
GtkReliefStyle relief);
GtkReliefStyle gtk_toolbar_get_button_relief (GtkToolbar *toolbar);