From b9bd2026f0772bde2739cff86ab5cfb462d43f26 Mon Sep 17 00:00:00 2001 From: Paolo Borelli Date: Sun, 5 Feb 2012 18:54:43 +0100 Subject: Add regress_test_null_gerror_callback It models the case where a callback that return a gerror succeds and set the error to NULL. https://bugzilla.gnome.org/show_bug.cgi?id=669415 --- tests/scanner/regress.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/scanner/regress.h') diff --git a/tests/scanner/regress.h b/tests/scanner/regress.h index 9cefb05c..bebfdacb 100644 --- a/tests/scanner/regress.h +++ b/tests/scanner/regress.h @@ -573,6 +573,7 @@ RegressTestObj *regress_test_obj_new_callback (RegressTestCallbackUserData callb GDestroyNotify notify); void regress_test_hash_table_callback (GHashTable *data, RegressTestCallbackHashtable callback); void regress_test_gerror_callback (RegressTestCallbackGError callback); +void regress_test_null_gerror_callback (RegressTestCallbackGError callback); void regress_test_owned_gerror_callback (RegressTestCallbackOwnedGError callback); typedef struct _RegressTestInterface RegressTestInterface; -- cgit v1.2.1