[gnome-games/wip/aplazas/run-uri: 19/21] core: Add GameSource.game_for_uri()



commit b3ab616e9951ef3a7b8e2fa89c710850d06e9e7b
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Apr 13 16:13:28 2017 +0200

    core: Add GameSource.game_for_uri()
    
    This will be used in a subsequent commit to make a game from an URI.

 src/core/game-source.vala |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/core/game-source.vala b/src/core/game-source.vala
index 1156b1d..3521741 100644
--- a/src/core/game-source.vala
+++ b/src/core/game-source.vala
@@ -1,6 +1,7 @@
 // This file is part of GNOME Games. License: GPL-3.0+.
 
 public interface Games.GameSource : Object {
+       public abstract async Game game_for_uri (string uri) throws Error;
        public abstract async void each_game (GameCallback callback);
 }
 


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