Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/backend/ev-page-cache.h
diff options
context:
space:
mode:
authorNickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-28 00:23:39 (GMT)
committer Nickolay V. Shmyrev <nshmyrev@src.gnome.org>2005-04-28 00:23:39 (GMT)
commit0616c7d07421dc271f0a1b9a10de9e7c7d44582d (patch)
tree1e73feedb6c30572e7e357fb4645acc748287f3a /backend/ev-page-cache.h
parenta154e22c19e8c654971c4fc06ddf106c30f47f87 (diff)
Fix for 173185. Number of pages is simply "of ..." when there is no
page labels
Diffstat (limited to 'backend/ev-page-cache.h')
-rw-r--r--backend/ev-page-cache.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/backend/ev-page-cache.h b/backend/ev-page-cache.h
index 96a1a5f..6b9db53 100644
--- a/backend/ev-page-cache.h
+++ b/backend/ev-page-cache.h
@@ -49,6 +49,7 @@ void ev_page_cache_get_max_height_size (EvPageCache *page_cache,
gint *height);
char *ev_page_cache_get_page_label (EvPageCache *page_cache,
gint page);
+gboolean ev_page_cache_has_nonnumeric_page_labels (EvPageCache *page_cache);
/* Navigation */
gint ev_page_cache_get_current_page (EvPageCache *page_cache);