[gnome-games/wip/exalm/runner-refactor: 4/56] savestate: Make	prepare_empty_savestate_in_tmp() private
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc: 
- Subject: [gnome-games/wip/exalm/runner-refactor: 4/56] savestate: Make	prepare_empty_savestate_in_tmp() private
- Date: Sat,  7 Mar 2020 12:41:00 +0000 (UTC)
commit 6efa6d2192efcb76358667cda8d2d2480b6986f2
Author: Alexander Mikhaylenko <alexm gnome org>
Date:   Thu Mar 5 23:43:20 2020 +0500
    savestate: Make prepare_empty_savestate_in_tmp() private
 src/core/savestate.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/core/savestate.vala b/src/core/savestate.vala
index c67d8a1f..a36861dd 100644
--- a/src/core/savestate.vala
+++ b/src/core/savestate.vala
@@ -219,7 +219,7 @@ public class Games.Savestate : Object {
        }
 
        // Returns the path of the newly created dir in tmp
-       public static string prepare_empty_savestate_in_tmp () throws Error {
+       private static string prepare_empty_savestate_in_tmp () throws Error {
                var tmp_savestate_path = DirUtils.make_tmp ("games_savestate_XXXXXX");
                var save_dir_path = Path.build_filename (tmp_savestate_path, "save-dir");
                var save_dir = File.new_for_path (save_dir_path);
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]