[gnome-games] core: Move UriGameFactory to the Games namespace
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games] core: Move UriGameFactory to the Games namespace
- Date: Fri, 19 Aug 2016 19:59:05 +0000 (UTC)
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]