[gnome-games/wip/exalm/platform-preferences: 3/26] plugin: Add get_platforms()



commit 15c4c57021c058ce71f1c09e4114099adeae49b7
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date:   Sun May 20 21:39:06 2018 +0000

    plugin: Add get_platforms()
    
    This allows plugins to register platforms.

 src/core/plugin.vala | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/core/plugin.vala b/src/core/plugin.vala
index 74d8a3eb..98407724 100644
--- a/src/core/plugin.vala
+++ b/src/core/plugin.vala
@@ -5,6 +5,10 @@ public interface Games.Plugin : Object {
                return {};
        }
 
+       public virtual Platform[] get_platforms () {
+               return {};
+       }
+
        public virtual UriSource[] get_uri_sources () {
                return {};
        }


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