[gnome-games/wip/aplazas/781334-refactor-game-source: 6/35] core: Add UriGameFacory.get_mime_types ()
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/aplazas/781334-refactor-game-source: 6/35] core: Add UriGameFacory.get_mime_types ()
- Date: Thu, 4 May 2017 16:13:16 +0000 (UTC)
commit 8fe57b0771881e2e41e7d4ebeb6859b4778aad5a
Author: Adrien Plazas <kekun plazas laposte net>
Date: Thu May 4 11:19:40 2017 +0200
core: Add UriGameFacory.get_mime_types ()
src/core/uri-game-factory.vala | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/src/core/uri-game-factory.vala b/src/core/uri-game-factory.vala
index b60b51c..0f25938 100644
--- a/src/core/uri-game-factory.vala
+++ b/src/core/uri-game-factory.vala
@@ -1,4 +1,5 @@
public interface Games.UriGameFactory : Object {
+ public abstract string[] get_mime_types ();
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]