[gtk+] gtk_assistant_remove_page() docs: Fix typo.



commit 7eeebd4311d133d2becbceca743a8b197afec954
Author: Murray Cumming <murrayc murrayc com>
Date:   Tue Sep 13 10:08:22 2011 +0200

    gtk_assistant_remove_page() docs: Fix typo.

 gtk/gtkassistant.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gtk/gtkassistant.c b/gtk/gtkassistant.c
index e95bf68..4060693 100644
--- a/gtk/gtkassistant.c
+++ b/gtk/gtkassistant.c
@@ -1657,7 +1657,7 @@ gtk_assistant_insert_page (GtkAssistant *assistant,
  * gtk_assistant_remove_page:
  * @assistant: a #GtkAssistant
  * @page_num: the index of a page in the @assistant,
- *     or -1 to get the last page
+ *     or -1 to remove the last page
  *
  * Removes the @page_num's page from @assistant.
  *



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]