summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErnestas Kulik <ernestask@gnome.org>2017-06-24 16:11:04 +0300
committerErnestas Kulik <ernestask@gnome.org>2017-06-24 19:05:59 +0300
commit0119b67cfa3eeadb870c728f46667601e9dd7553 (patch)
tree595096bb65d1c3e278d2cf363e604888f3f0c46f
parentb295aa54469d3fe8fa79c8e07041f20dfe324140 (diff)
downloadnautilus-0119b67cfa3eeadb870c728f46667601e9dd7553.tar.gz
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%.
-rw-r--r--src/nautilus-files-view.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nautilus-files-view.h b/src/nautilus-files-view.h
index b38bb33ea..cc3340ae5 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);