Remove the misleading comment about G_SIGNAL_TYPE_STATIC_SCOPE, since we
authorMatthias Clasen <mclasen@redhat.com>
Tue, 20 Sep 2005 14:28:32 +0000 (14:28 +0000)
committerMatthias Clasen <matthiasc@src.gnome.org>
Tue, 20 Sep 2005 14:28:32 +0000 (14:28 +0000)
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.

gobject/ChangeLog
gobject/gsignal.h

index 8cb2337..659be93 100644 (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
index 61345dc..79e2caa 100644 (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 */
 };