mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 17:08:53 +02:00
Run the accumulator function for RUN_CLEANUP object handlers too
Closes issue #512
This commit is contained in:
committed by
Emmanuel Fleury
parent
1f79c7f7c0
commit
153ac4c82a
@@ -416,7 +416,7 @@ main (int argc,
|
||||
g_print ("MAIN: emit test-signal:\n");
|
||||
g_signal_emit_by_name (dobject, "test-signal", sigarg, NULL, &string);
|
||||
g_message ("signal return: \"%s\"", string);
|
||||
g_assert (strcmp (string, "<default_handler><default_handler>") == 0);
|
||||
g_assert_cmpstr (string, ==, "<default_handler><default_handler><default_handler>");
|
||||
g_free (string);
|
||||
|
||||
g_print ("MAIN: call iface print-string on test and derived object:\n");
|
||||
|
Reference in New Issue
Block a user