[gnome-games] sega-saturn: Add cue sheet related errors



commit dc7f952d9f02e9ced166c8ade70b3f6923ce2a75
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Thu Jul 28 11:21:50 2016 +0200

    sega-saturn: Add cue sheet related errors
    
    Add the INVALID_CUE_SHEET and the INVALID_FILE_TYPE error types to
    SegaSaturnError.
    
    This will be used in the next commit to check if a cue sheet represents
    a Sega Saturn game.

 plugins/sega-saturn/src/sega-saturn-error.vala |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)
---
diff --git a/plugins/sega-saturn/src/sega-saturn-error.vala b/plugins/sega-saturn/src/sega-saturn-error.vala
index cbc9b97..5bbb490 100644
--- a/plugins/sega-saturn/src/sega-saturn-error.vala
+++ b/plugins/sega-saturn/src/sega-saturn-error.vala
@@ -1,6 +1,8 @@
 // This file is part of GNOME Games. License: GPLv3
 
 errordomain Games.SegaSaturnError {
+       INVALID_CUE_SHEET,
+       INVALID_FILE_TYPE,
        CANT_READ_FILE,
        INVALID_SIZE,
        INVALID_HEADER,


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