~ci-train-bot/unity-settings-daemon/unity-settings-daemon-ubuntu-bionic-3147

« back to all changes in this revision

Viewing changes to plugins/updates/gsd-updates-common.h

  • Committer: Robert Ancell
  • Date: 2017-03-24 03:49:07 UTC
  • Revision ID: robert.ancell@canonical.com-20170324034907-ycuaac4ehvpox7qu
Revert drop updates plugin (LP: #1675612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 8 -*-
 
2
 *
 
3
 * Copyright (C) 2011 Richard Hughes <richard@hughsie.com>
 
4
 *
 
5
 * Licensed under the GNU General Public License Version 2
 
6
 *
 
7
 * This program is free software; you can redistribute it and/or modify
 
8
 * it under the terms of the GNU General Public License as published by
 
9
 * the Free Software Foundation; either version 2 of the License, or
 
10
 * (at your option) any later version.
 
11
 *
 
12
 * This program is distributed in the hope that it will be useful,
 
13
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 
14
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 
15
 * GNU General Public License for more details.
 
16
 *
 
17
 * You should have received a copy of the GNU General Public License
 
18
 * along with this program; if not, write to the Free Software
 
19
 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
 
20
 */
 
21
 
 
22
#ifndef __GSD_UPDATES_COMMON_H
 
23
#define __GSD_UPDATES_COMMON_H
 
24
 
 
25
G_BEGIN_DECLS
 
26
 
 
27
#define GSD_SETTINGS_BANNED_FIRMWARE                    "banned-firmware"
 
28
#define GSD_SETTINGS_CONNECTION_USE_MOBILE              "connection-use-mobile"
 
29
#define GSD_SETTINGS_ENABLE_CHECK_FIRMWARE              "enable-check-firmware"
 
30
#define GSD_SETTINGS_FREQUENCY_GET_UPDATES              "frequency-get-updates"
 
31
#define GSD_SETTINGS_FREQUENCY_GET_UPGRADES             "frequency-get-upgrades"
 
32
#define GSD_SETTINGS_FREQUENCY_REFRESH_CACHE            "frequency-refresh-cache"
 
33
#define GSD_SETTINGS_FREQUENCY_UPDATES_NOTIFICATION     "frequency-updates-notification"
 
34
#define GSD_SETTINGS_IGNORED_DEVICES                    "ignored-devices"
 
35
#define GSD_SETTINGS_LAST_UPDATES_NOTIFICATION          "last-updates-notification"
 
36
#define GSD_SETTINGS_MEDIA_REPO_FILENAMES               "media-repo-filenames"
 
37
#define GSD_SETTINGS_NOTIFY_DISTRO_UPGRADES             "notify-distro-upgrades"
 
38
#define GSD_SETTINGS_SCHEMA                             "org.gnome.settings-daemon.plugins.updates"
 
39
#define GSD_SETTINGS_UPDATE_BATTERY                     "update-battery"
 
40
#define GSD_SETTINGS_AUTO_DOWNLOAD_UPDATES              "auto-download-updates"
 
41
 
 
42
G_END_DECLS
 
43
 
 
44
#endif /* __GSD_UPDATES_COMMON_H */