[gnome-software/1754-improve-the-sources-dropdown: 2/10] gs-app: Add GS_APP_QUIRK_BETA_SOURCE quirk




commit 91a87067032a076618a6d150228e2bede058cc63
Author: Milan Crha <mcrha redhat com>
Date:   Wed Aug 3 15:50:52 2022 +0200

    gs-app: Add GS_APP_QUIRK_BETA_SOURCE quirk

 lib/gs-app.h | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/lib/gs-app.h b/lib/gs-app.h
index 1d9fdf4bf..91fb84780 100644
--- a/lib/gs-app.h
+++ b/lib/gs-app.h
@@ -145,6 +145,7 @@ typedef enum {
  * @GS_APP_QUIRK_HIDE_FROM_SEARCH:     The app should not be shown in search results
  * @GS_APP_QUIRK_HIDE_EVERYWHERE:      The app should not be shown anywhere (it’s blocklisted)
  * @GS_APP_QUIRK_DO_NOT_AUTO_UPDATE:   The app should not be automatically updated
+ * @GS_APP_QUIRK_BETA_SOURCE:          The app is from a beta/development source (Since: 43)
  *
  * The application attributes.
  **/
@@ -168,6 +169,7 @@ typedef enum {
        GS_APP_QUIRK_HIDE_FROM_SEARCH   = 1 << 15,      /* Since: 3.32 */
        GS_APP_QUIRK_HIDE_EVERYWHERE    = 1 << 16,      /* Since: 3.36 */
        GS_APP_QUIRK_DO_NOT_AUTO_UPDATE = 1 << 17,      /* Since: 3.36 */
+       GS_APP_QUIRK_BETA_SOURCE        = 1 << 18,      /* Since: 43 */
        GS_APP_QUIRK_LAST  /*< skip >*/
 } GsAppQuirk;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]