diff options
author | Tim Janik <timj@gtk.org> | 1998-12-08 23:57:25 +0000 |
---|---|---|
committer | Tim Janik <timj@src.gnome.org> | 1998-12-08 23:57:25 +0000 |
commit | 9806d64e401e8c2f782392ee973ea17a51c61fbc (patch) | |
tree | c64c0a1d2bab306911bc0131776de58d0749bbf3 /gtk/gtksignal.h | |
parent | 847aed3652ca0df25b85ef5e5314537c57be4c1b (diff) | |
download | gtk+-9806d64e401e8c2f782392ee973ea17a51c61fbc.tar.gz |
added gtk_type_query() which returns a newly allocated structure holding
Wed Dec 9 00:49:12 1998 Tim Janik <timj@gtk.org>
* gtk/gtktypeutils.h:
* gtk/gtktypeutils.c: added gtk_type_query() which returns a newly
allocated structure holding certain type specific informations.
fixed the big bunch of `discards const' warnings with the
initialization of enum/flags values.
Diffstat (limited to 'gtk/gtksignal.h')
-rw-r--r-- | gtk/gtksignal.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtksignal.h b/gtk/gtksignal.h index 5287165b64..1b803be0e9 100644 --- a/gtk/gtksignal.h +++ b/gtk/gtksignal.h @@ -180,8 +180,8 @@ void gtk_signal_set_funcs (GtkSignalMarshal marshal_func, GtkSignalDestroy destroy_func); /* Report internal information about a signal. The caller has the - * responsibility to invoke a supsequent g_free (returned_data); but - * must not modify data pointed to by the members of GtkSignalQuery + * responsibility to invoke a subsequent g_free (returned_data); but + * must not modify data pointed to by the members of GtkSignalQuery */ GtkSignalQuery* gtk_signal_query (guint signal_id); |