[gnome-software/wip/rancell/ubuntu-3-20-rebase: 5/9] Define AS_APP_QUIRK_NEEDS_REBOOT if not available
- From: Robert Ancell <rancell src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-software/wip/rancell/ubuntu-3-20-rebase: 5/9] Define AS_APP_QUIRK_NEEDS_REBOOT if not available
- Date: Sat, 17 Jun 2017 01:33:10 +0000 (UTC)
commit 6d4d6609472c19795dc1de2a9750320069aaff1a
Author: Iain Lane <iain orangesquash org uk>
Date: Fri Apr 15 11:53:45 2016 -0400
Define AS_APP_QUIRK_NEEDS_REBOOT if not available
src/gs-app.h | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/src/gs-app.h b/src/gs-app.h
index d1be38b..1a0255a 100644
--- a/src/gs-app.h
+++ b/src/gs-app.h
@@ -73,6 +73,10 @@ typedef enum {
#define GS_APP_KUDOS_WEIGHT_TO_PERCENTAGE(w) (w * 20)
+#if !AS_CHECK_VERSION(0,5,14)
+#define AS_APP_QUIRK_NEEDS_REBOOT (1 << 4)
+#endif
+
GQuark gs_app_error_quark (void);
GsApp *gs_app_new (const gchar *id);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]