mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-06-02 02:40:07 +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:
parent
744a4397ff
commit
a07b4b8c02
@ -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>
|
2005-09-08 Kjartan Maraas <kmaraas@gnome.org>
|
||||||
|
|
||||||
* gclosure.c: (g_closure_set_meta_marshal): Remove some unused
|
* gclosure.c: (g_closure_set_meta_marshal): Remove some unused
|
||||||
|
@ -87,7 +87,7 @@ struct _GSignalQuery
|
|||||||
const gchar *signal_name;
|
const gchar *signal_name;
|
||||||
GType itype;
|
GType itype;
|
||||||
GSignalFlags signal_flags;
|
GSignalFlags signal_flags;
|
||||||
GType return_type; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
|
GType return_type;
|
||||||
guint n_params;
|
guint n_params;
|
||||||
const GType *param_types; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
|
const GType *param_types; /* mangled with G_SIGNAL_TYPE_STATIC_SCOPE flag */
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user