summaryrefslogtreecommitdiff
path: root/src/nautilus-notebook.h
diff options
context:
space:
mode:
authorWilliam Jon McCann <jmccann@redhat.com>2012-09-05 00:36:46 -0400
committerWilliam Jon McCann <jmccann@redhat.com>2012-09-05 10:07:36 -0400
commit2ddd6ce205d9976629af73de4f0ac81464da176e (patch)
tree82baa0901c600096d4a194b3f8ce75d2e90fd667 /src/nautilus-notebook.h
parent2b84599db25e6e4fd930a5b3b485dc0bb8406ef7 (diff)
downloadnautilus-2ddd6ce205d9976629af73de4f0ac81464da176e.tar.gz
Make tab change action consistent with GTK's
https://bugzilla.gnome.org/show_bug.cgi?id=654700
Diffstat (limited to 'src/nautilus-notebook.h')
-rw-r--r--src/nautilus-notebook.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/src/nautilus-notebook.h b/src/nautilus-notebook.h
index ecfce3f8e..7dd145a16 100644
--- a/src/nautilus-notebook.h
+++ b/src/nautilus-notebook.h
@@ -75,13 +75,11 @@ void nautilus_notebook_sync_loading (NautilusNotebook *nb,
void nautilus_notebook_reorder_current_child_relative (NautilusNotebook *notebook,
int offset);
-void nautilus_notebook_set_current_page_relative (NautilusNotebook *notebook,
- int offset);
-
gboolean nautilus_notebook_can_reorder_current_child_relative (NautilusNotebook *notebook,
int offset);
-gboolean nautilus_notebook_can_set_current_page_relative (NautilusNotebook *notebook,
- int offset);
+void nautilus_notebook_prev_page (NautilusNotebook *notebook);
+void nautilus_notebook_next_page (NautilusNotebook *notebook);
+
G_END_DECLS