summaryrefslogtreecommitdiff
path: root/libappstream-builder/asb-context-private.h
blob: 353502825649f8cb90d351bb1c1a5fe9952d5105 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 *
 * Copyright (C) 2014 Richard Hughes <richard@hughsie.com>
 *
 * 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);