diff options
author | Simon Feltman <s.feltman@gmail.com> | 2012-10-10 16:20:50 -0700 |
---|---|---|
committer | Simon Feltman <s.feltman@gmail.com> | 2012-10-11 23:52:50 -0700 |
commit | d86fc68738bb31e1ed26680ca5d1548721bc9de8 (patch) | |
tree | 0b456ee1a9c1c31f0bd1cf61a1ae71e2e9a12c2a /tests/scanner/regress.h | |
parent | 5287a96a48c487866994353de9d1ac96b98f16e3 (diff) | |
download | gobject-introspection-d86fc68738bb31e1ed26680ca5d1548721bc9de8.tar.gz |
[gobject-introspection] Add test method for GDestroy with no user data
Added regress_test_callback_destroy_notify_no_user_data.
Updated Regress-1.0-expected.gir
https://bugzilla.gnome.org/show_bug.cgi?id=685922
Diffstat (limited to 'tests/scanner/regress.h')
-rw-r--r-- | tests/scanner/regress.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h index f2dae494..635ea7bd 100644 --- a/tests/scanner/regress.h +++ b/tests/scanner/regress.h @@ -677,6 +677,8 @@ int regress_test_callback_user_data (RegressTestCallbackUserData callback, int regress_test_callback_destroy_notify (RegressTestCallbackUserData callback, gpointer user_data, GDestroyNotify notify); +int regress_test_callback_destroy_notify_no_user_data (RegressTestCallbackUserData callback, + GDestroyNotify notify); int regress_test_callback_thaw_notifications (void); void regress_test_callback_async (RegressTestCallbackUserData callback, gpointer user_data); |