diff options
author | Havoc Pennington <hp@redhat.com> | 2001-03-16 20:12:40 +0000 |
---|---|---|
committer | Havoc Pennington <hp@src.gnome.org> | 2001-03-16 20:12:40 +0000 |
commit | 52658cd3dc2ec01fe9cfcb5f9253b00febc8e039 (patch) | |
tree | 8e6c0e02a5385ef57bc341284d4c4bbc7e467d7d /gtk/gtkarg.h | |
parent | e7a21a2eec40ddb38e4b27b4fe818dbd20351259 (diff) | |
download | gtk+-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/gtkarg.h')
-rw-r--r-- | gtk/gtkarg.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkarg.h b/gtk/gtkarg.h index b3aacc2c9b..862d26987a 100644 --- a/gtk/gtkarg.h +++ b/gtk/gtkarg.h @@ -92,7 +92,7 @@ GtkArg* gtk_args_query (GtkType class_type, guint32 **arg_flags, guint *n_args_p); gchar* gtk_arg_name_strip_type (const gchar *arg_name); -gint gtk_arg_info_equal (gconstpointer arg_info_1, +gboolean gtk_arg_info_equal (gconstpointer arg_info_1, gconstpointer arg_info_2); guint gtk_arg_info_hash (gconstpointer arg_info); void gtk_arg_to_valueloc (GtkArg *arg, |