diff options
author | Alejandro PiƱeiro <[email protected]> | 2014-04-11 13:02:04 +0200 |
---|---|---|
committer | raveit65 <[email protected]> | 2017-11-27 10:13:51 +0100 |
commit | 1293be2b6bf28d75b79a88ead39db7e83222f546 (patch) | |
tree | a6c11f22a5e9de01b6b6c9414141afc10a4e9901 /libview/ev-view-accessible.h | |
parent | c65188a636ccb280ddf165c460f6781bf9b13a9c (diff) | |
download | atril-1293be2b6bf28d75b79a88ead39db7e83222f546.tar.bz2 atril-1293be2b6bf28d75b79a88ead39db7e83222f546.tar.xz |
a11y: add if applies ATK_RELATION_FLOWS_TO/FROM on EvPageAccessible
https://bugzilla.gnome.org/show_bug.cgi?id=724965
origin commit:
https://git.gnome.org/browse/evince/commit/?h=gnome-3-14&id=f6ae6b7
Diffstat (limited to 'libview/ev-view-accessible.h')
-rw-r--r-- | libview/ev-view-accessible.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libview/ev-view-accessible.h b/libview/ev-view-accessible.h index df3ca317..9b62d347 100644 --- a/libview/ev-view-accessible.h +++ b/libview/ev-view-accessible.h @@ -52,6 +52,7 @@ GType ev_view_accessible_get_type (void); AtkObject *ev_view_accessible_new (GtkWidget *widget); void ev_view_accessible_set_model (EvViewAccessible *accessible, EvDocumentModel *model); +gint ev_view_accessible_get_n_pages (EvViewAccessible *accessible); #endif /* __EV_VIEW_ACCESSIBLE_H__ */ |