[gnome-games/wip/exalm/loading: 9/29] plugin: Add get_runner_factories()



commit cb604a59ebf5fdc50d599b30e2df1fc480f9f7c5
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Tue Nov 12 01:06:24 2019 +0500

    plugin: Add get_runner_factories()

 src/core/plugin.vala | 4 ++++
 1 file changed, 4 insertions(+)
---
diff --git a/src/core/plugin.vala b/src/core/plugin.vala
index 98407724..8f95cbbc 100644
--- a/src/core/plugin.vala
+++ b/src/core/plugin.vala
@@ -16,4 +16,8 @@ public interface Games.Plugin : Object {
        public virtual UriGameFactory[] get_uri_game_factories () {
                return {};
        }
+
+       public virtual RunnerFactory[] get_runner_factories () {
+               return {};
+       }
 }


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