summaryrefslogtreecommitdiff
path: root/src/ostree/ot-builtin-config.c
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2013-07-16 18:13:39 -0400
committerColin Walters <walters@verbum.org>2013-07-16 18:13:39 -0400
commitaac52cb9f767d58fd04f9198971eb1f2b8e81bbc (patch)
treef7c624dc6195e26c35ce22a025927489306b6c6f /src/ostree/ot-builtin-config.c
parent272274f0afdd7c470956a09565918efb6af13bce (diff)
downloadostree-aac52cb9f767d58fd04f9198971eb1f2b8e81bbc.tar.gz
main: Move GCancellable to toplevel
This is just cleaner, and makes the builtins slightly more of a library, which in turn makes it easier to turn them into real API.
Diffstat (limited to 'src/ostree/ot-builtin-config.c')
-rw-r--r--src/ostree/ot-builtin-config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ostree/ot-builtin-config.c b/src/ostree/ot-builtin-config.c
index 28c26dd1..eb2766da 100644
--- a/src/ostree/ot-builtin-config.c
+++ b/src/ostree/ot-builtin-config.c
@@ -51,7 +51,7 @@ split_key_string (const char *k,
}
gboolean
-ostree_builtin_config (int argc, char **argv, GFile *repo_path, GError **error)
+ostree_builtin_config (int argc, char **argv, GFile *repo_path, GCancellable *cancellable, GError **error)
{
GOptionContext *context = NULL;
gboolean ret = FALSE;