mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-01 15:03:39 +02:00
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:
committed by
Matthias Clasen
parent
744a4397ff
commit
a07b4b8c02
@@ -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 */
|
||||
};
|
||||
|
Reference in New Issue
Block a user