summaryrefslogtreecommitdiff
path: root/tests/test-common.h
diff options
context:
space:
mode:
authorBenjamin Otte <otte@redhat.com>2015-10-04 02:23:41 +0200
committerBenjamin Otte <otte@redhat.com>2015-10-13 02:56:47 +0200
commitdc073ef7096afcde6e0e146884d472dc8486dcc3 (patch)
treebdf62929d8e33446663767465318281a842d87d3 /tests/test-common.h
parentf1837aaf08cac2b3d0635452a00f318131fddc55 (diff)
downloadgdk-pixbuf-dc073ef7096afcde6e0e146884d472dc8486dcc3.tar.gz
test-common: Rename function arguments
Instead of p1 and p2, name the arguments "test" and "ref". This makes the arguments more meaningful and easier to distinguish.
Diffstat (limited to 'tests/test-common.h')
-rw-r--r--tests/test-common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/test-common.h b/tests/test-common.h
index 5c8e3e7a4..4273f7198 100644
--- a/tests/test-common.h
+++ b/tests/test-common.h
@@ -29,7 +29,7 @@ G_BEGIN_DECLS
gboolean format_supported (const gchar *filename);
gboolean skip_if_insufficient_memory (GError **err);
-gboolean pixdata_equal (GdkPixbuf *p1, GdkPixbuf *p2, GError **error);
+gboolean pixdata_equal (GdkPixbuf *test, GdkPixbuf *ref, GError **error);
void add_test_for_all_images (const gchar *prefix,
const gchar *dir,
GTestDataFunc test_func);