summaryrefslogtreecommitdiff
path: root/lib/test-lib.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-12-18 14:20:28 +0100
committerAlexander Larsson <alexl@redhat.com>2015-12-18 14:20:28 +0100
commit2f749659354696f58409390f3d76f112b93d2a5f (patch)
treec4f10c44c4a66d739c20cf88f4c2dfb4c043d633 /lib/test-lib.c
parentfdc9b62988842909a88d3c01af4d234de148abb9 (diff)
downloadxdg-app-2f749659354696f58409390f3d76f112b93d2a5f.tar.gz
lib: Add cancellable to Installation constructors
Diffstat (limited to 'lib/test-lib.c')
-rw-r--r--lib/test-lib.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/test-lib.c b/lib/test-lib.c
index 60ba307..e3686c9 100644
--- a/lib/test-lib.c
+++ b/lib/test-lib.c
@@ -25,7 +25,7 @@ main (int argc, char *argv[])
GError *error = NULL;
int i, j;
- installation = xdg_app_installation_new_user (&error);
+ installation = xdg_app_installation_new_user (NULL, &error);
if (installation == NULL)
{
g_print ("error: %s\n", error->message);