/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*- * * Copyright (C) 2014 Richard Hughes * * SPDX-License-Identifier: LGPL-2.1+ */ #pragma once #include "asb-context.h" #include "asb-plugin-loader.h" GPtrArray *asb_context_get_file_globs (AsbContext *ctx); GPtrArray *asb_context_get_packages (AsbContext *ctx); AsbPluginLoader *asb_context_get_plugin_loader (AsbContext *ctx);