[retro-gtk/wip/aplazas/game-info] Revert GameInfo to public



commit a1d6ce9ce68afd6d13d78d291da6d781089d0a0d
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Aug 31 08:00:25 2017 +0200

    Revert GameInfo to public
    
    For some reason, making it private breaks loading games with some cores.

 retro-gtk/game-info.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/retro-gtk/game-info.vala b/retro-gtk/game-info.vala
index 26bfda3..2412920 100644
--- a/retro-gtk/game-info.vala
+++ b/retro-gtk/game-info.vala
@@ -14,7 +14,7 @@ namespace Retro {
  * implementations still need it, and the file will be read and stored into the
  * data field.
  */
-private struct GameInfo {
+public struct GameInfo {
        /**
         * Path to game, UTF-8 encoded.
         *


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