[gnome-software/wip/mak/libas: 3/3] hack: Add AS_URL_KIND_MISSING temporarily




commit 048bab1905f3f49d8937e40c810539818cdda312
Author: Matthias Klumpp <matthias tenstral net>
Date:   Fri Jan 8 03:48:05 2021 +0100

    hack: Add AS_URL_KIND_MISSING temporarily
    
    This is just a temporary change, until we have decided what to do with
    this feature / url kind.

 lib/gs-app.h | 3 +++
 1 file changed, 3 insertions(+)
---
diff --git a/lib/gs-app.h b/lib/gs-app.h
index e624200e6..3874d6af3 100644
--- a/lib/gs-app.h
+++ b/lib/gs-app.h
@@ -16,6 +16,9 @@
 
 G_BEGIN_DECLS
 
+/* FIXME-libas: Find a proper solution for the missing enum */
+#define AS_URL_KIND_MISSING 0xffff
+
 #define GS_TYPE_APP (gs_app_get_type ())
 
 G_DECLARE_DERIVABLE_TYPE (GsApp, gs_app, GS, APP, GObject)


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