[gnome-games/wip/exalm/runner-refactor: 4/58] 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/58] savestate: Make prepare_empty_savestate_in_tmp() private
- Date: Sun, 8 Mar 2020 13:41:06 +0000 (UTC)
commit 60ae965e075118695347612fd50a6f3f75c6dabf
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]