File: gnome-software.h

package info (click to toggle)
gnome-software 49.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 25,892 kB
  • sloc: ansic: 98,572; xml: 3,630; python: 1,055; makefile: 75; sh: 28
file content (53 lines) | stat: -rw-r--r-- 1,672 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: t; c-basic-offset: 8 -*-
 * vi:set noexpandtab tabstop=8 shiftwidth=8:
 *
 * Copyright (C) 2016 Richard Hughes <richard@hughsie.com>
 *
 * SPDX-License-Identifier: GPL-2.0-or-later
 */

#pragma once

#ifndef I_KNOW_THE_GNOME_SOFTWARE_API_IS_SUBJECT_TO_CHANGE
#error You have to define I_KNOW_THE_GNOME_SOFTWARE_API_IS_SUBJECT_TO_CHANGE
#endif

#include <gs-app.h>
#include <gs-app-list.h>
#include <gs-app-collation.h>
#include <gs-app-permissions.h>
#include <gs-app-query.h>
#include <gs-category.h>
#include <gs-category-manager.h>
#include <gs-desktop-data.h>
#include <gs-download-utils.h>
#include <gs-enums.h>
#include <gs-icon.h>
#include <gs-icon-downloader.h>
#include <gs-metered.h>
#include <gs-odrs-provider.h>
#include <gs-os-release.h>
#include <gs-plugin.h>
#include <gs-plugin-event.h>
#include <gs-plugin-helpers.h>
#include <gs-plugin-job.h>
#include <gs-plugin-job-cancel-offline-update.h>
#include <gs-plugin-job-download-upgrade.h>
#include <gs-plugin-job-file-to-app.h>
#include <gs-plugin-job-launch.h>
#include <gs-plugin-job-list-apps.h>
#include <gs-plugin-job-list-categories.h>
#include <gs-plugin-job-list-distro-upgrades.h>
#include <gs-plugin-job-manage-repository.h>
#include <gs-plugin-job-refine.h>
#include <gs-plugin-job-refresh-metadata.h>
#include <gs-plugin-job-trigger-upgrade.h>
#include <gs-plugin-job-install-apps.h>
#include <gs-plugin-job-uninstall-apps.h>
#include <gs-plugin-job-update-apps.h>
#include <gs-plugin-job-url-to-app.h>
#include <gs-plugin-vfuncs.h>
#include <gs-remote-icon.h>
#include <gs-rewrite-resources.h>
#include <gs-utils.h>
#include <gs-worker-thread.h>