Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since we

2005-09-20  Matthias Clasen  <mclasen@redhat.com>

	* gsignal.h (struct _GSignalQuery): Remove the misleading comment
	about G_SIGNAL_TYPE_STATIC_SCOPE, since we don't allow that
	on return types.
This commit is contained in:
Matthias Clasen 2005-09-20 14:28:32 +00:00 committed by Matthias Clasen
parent 744a4397ff
commit a07b4b8c02
2 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
2005-09-20 Matthias Clasen <mclasen@redhat.com>
* gsignal.h (struct _GSignalQuery): Remove the misleading comment
about G_SIGNAL_TYPE_STATIC_SCOPE, since we don't allow that
on return types.
2005-09-08 Kjartan Maraas <kmaraas@gnome.org>
* gclosure.c: (g_closure_set_meta_marshal): Remove some unused

View File

@ -87,7 +87,7 @@ struct _GSignalQuery
const gchar *signal_name;
GType itype;
GSignalFlags signal_flags;
GType return_type; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
GType return_type;
guint n_params;
const GType *param_types; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
};