[nautilus] files-view: update vfunc comment



commit 0119b67cfa3eeadb870c728f46667601e9dd7553
Author: Ernestas Kulik <ernestask gnome org>
Date:   Sat Jun 24 16:11:04 2017 +0300

    files-view: update vfunc comment
    
    get_zoom_level_percentage() does not return a value in the specified
    range, as there are zoom levels beyond 100%.

 src/nautilus-files-view.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/nautilus-files-view.h b/src/nautilus-files-view.h
index b38bb33..cc3340a 100644
--- a/src/nautilus-files-view.h
+++ b/src/nautilus-files-view.h
@@ -167,7 +167,7 @@ struct _NautilusFilesViewClass {
          * return whether the view is at minimum size (furthest-out zoom level) */
         gboolean (* can_zoom_out)            (NautilusFilesView *view);
 
-        /* The current zoom level as a percentage of the default (0, 1] */
+        /* The current zoom level as a percentage of the default. */
         gfloat   (* get_zoom_level_percentage) (NautilusFilesView *view);
 
         gboolean (*is_zoom_level_default)      (NautilusFilesView *view);


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