diff options
author | Owen Taylor <otaylor@redhat.com> | 2001-11-21 17:04:35 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2001-11-21 17:04:35 +0000 |
commit | c860866dd794b8abb0d185802d0a0dd17c5005ac (patch) | |
tree | 66eefe3e2b8cc52c655b072caa1be719ab7fa388 /gtk/gtkaccelmap.h | |
parent | d5db986a0b11b2cb7ca4fb93a2d2d40c371d5cf2 (diff) | |
download | gtk+-c860866dd794b8abb0d185802d0a0dd17c5005ac.tar.gz |
Ref-sink the tooltips object. Ref-sink the tooltips object. Fix some
Wed Nov 21 11:41:29 2001 Owen Taylor <otaylor@redhat.com>
* tests/testgtk.c (create_tooltips): Ref-sink the tooltips object.
* gtk/gtktoolbar.c (gtk_toolbar_init): Ref-sink the tooltips object.
* gtk/gtkfilesel.c (open_new_dir): Fix some constness warnings.
* gtk/gtkaccelgroup.c: Rename gtk_accel_groups_from_acceleratable()
back to gtk_accel_groups_from_object(), change @acceleratable
parameter to gtk_accel_groups_activate() accordingly.
* gtk/gtkaccelmap.c (gtk_accel_map_lookup_entry): Remove
left-over comment about quark return.
* gtk/gtkaccelmap.h: Fix spelling of gtk_accel_map_foreach_unfiltered().
* gtk/gtk-boxed.defs (GtkIconSource): added as a boxed type.
(Patch from Matt Wilson)
* gtk/gtkobject.c (gtk_object_finalize): Warn if a floating
object is finalized.
Diffstat (limited to 'gtk/gtkaccelmap.h')
-rw-r--r-- | gtk/gtkaccelmap.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkaccelmap.h b/gtk/gtkaccelmap.h index 7a59b2d808..7321079ed6 100644 --- a/gtk/gtkaccelmap.h +++ b/gtk/gtkaccelmap.h @@ -53,9 +53,9 @@ void gtk_accel_map_save_fd (gint fd); /* --- filter functions --- */ -void gtk_accel_map_add_filter (const gchar *filter_pattern); -void gtk_accel_map_foreach_unfilterd (gpointer data, - GtkAccelMapForeach foreach_func); +void gtk_accel_map_add_filter (const gchar *filter_pattern); +void gtk_accel_map_foreach_unfiltered (gpointer data, + GtkAccelMapForeach foreach_func); /* --- internal API --- */ |