From: Sebastian Harl Date: Fri, 23 Dec 2011 17:52:04 +0000 (+0100) Subject: gtk-tpdfv.h: Documented behavior of navigation functions. X-Git-Url: https://git.tokkee.org/?p=tpdfview.git;a=commitdiff_plain;h=9d01c552a27303c8261298c89604bc00a8eadab7 gtk-tpdfv.h: Documented behavior of navigation functions. --- diff --git a/src/gtk-tpdfv.h b/src/gtk-tpdfv.h index 1313c7a..dc54e4c 100644 --- a/src/gtk-tpdfv.h +++ b/src/gtk-tpdfv.h @@ -85,7 +85,7 @@ gtk_tpdfv_get_current_page(GtkWidget *widget); * gtk_tpdfv_page_up, gtk_tpdfv_page_down, * gtk_tpdfv_first_page, gtk_tpdfv_last_page, * gtk_tpdfv_goto_page: - * Navigation. + * Navigation (none of these functions will go beyond the first or last page). */ void gtk_tpdfv_page_up(GtkWidget *widget);