implemented closure chaining.

Thu Dec 13 08:03:17 2001  Tim Janik  <timj@gtk.org>

        * gsignal.c: implemented closure chaining.
This commit is contained in:
Tim Janik
2001-12-13 07:04:41 +00:00
committed by Tim Janik
parent a99e75d0a8
commit a05a4b7660
6 changed files with 383 additions and 176 deletions

View File

@@ -2822,6 +2822,7 @@ g_type_name_from_class (GTypeClass *g_class)
/* --- foreign prototypes --- */
extern void g_value_c_init (void); /* sync with gvalue.c */
extern void g_value_types_init (void); /* sync with gvaluetypes.c */
extern void g_enum_types_init (void); /* sync with genums.c */
extern void g_param_type_init (void); /* sync with gparam.c */
@@ -2897,6 +2898,8 @@ g_type_init_with_debug_flags (GTypeDebugFlags debug_flags)
G_WRITE_UNLOCK (&type_rw_lock);
g_value_c_init ();
/* G_TYPE_TYPE_PLUGIN
*/
g_type_plugin_get_type ();