diff options
author | Matthias Clasen <mclasen@redhat.com> | 2005-09-20 14:28:32 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2005-09-20 14:28:32 +0000 |
commit | a07b4b8c02f4871e2c335de14688164fd7f9cb27 (patch) | |
tree | cc574eb4947807527d4273c8fce29b431c1eda2e /gobject/gsignal.h | |
parent | 744a4397ffedcf001b984b567ad6ffc2200812e6 (diff) |
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.
Diffstat (limited to 'gobject/gsignal.h')
-rw-r--r-- | gobject/gsignal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gobject/gsignal.h b/gobject/gsignal.h index 61345dcba..79e2caaff 100644 --- a/gobject/gsignal.h +++ b/gobject/gsignal.h @@ -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 */ }; |