[gnome-games] core: Move UriGameFactory to the Games namespace



commit c1243d38a158d261f2b1a1357e605b1c7642445f
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Aug 19 21:58:16 2016 +0200

    core: Move UriGameFactory to the Games namespace

 src/core/uri-game-factory.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/core/uri-game-factory.vala b/src/core/uri-game-factory.vala
index 492fbdd..b60b51c 100644
--- a/src/core/uri-game-factory.vala
+++ b/src/core/uri-game-factory.vala
@@ -1,4 +1,4 @@
-public interface UriGameFactory : Object {
+public interface Games.UriGameFactory : Object {
        public abstract bool is_uri_valid (string uri);
        public abstract void add_uri (string uri);
        public abstract async void foreach_game (Games.GameCallback game_callback);


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