[dconf-editor] Privatize two functions.



commit 883a155fecc4b3865986a12a6bbe1f77e61fcab5
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sun Dec 17 11:57:43 2017 +0100

    Privatize two functions.

 editor/browser-view.vala |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/editor/browser-view.vala b/editor/browser-view.vala
index 82b62a6..40a7ed2 100644
--- a/editor/browser-view.vala
+++ b/editor/browser-view.vala
@@ -291,7 +291,7 @@ class BrowserView : Grid, PathElement
             info_bar.show_warning ("soft-reload");
     }
 
-    public void show_hard_reload_warning ()
+    private void show_hard_reload_warning ()
     {
         info_bar.show_warning ("hard-reload");
     }
@@ -401,7 +401,7 @@ class BrowserView : Grid, PathElement
         }
     }
 
-    public void reset_objects (GLib.ListStore? objects, bool recursively)
+    private void reset_objects (GLib.ListStore? objects, bool recursively)
     {
         enter_delay_mode ();
         reset_generic (objects, recursively);


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