[gtk+] recent chooser: Remove the word stock from the docs



commit 60c3afe0fe56cf359640289c824d850bef098b70
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Dec 1 10:19:32 2017 -0500

    recent chooser: Remove the word stock from the docs
    
    We don't support stock items anymore.

 gtk/gtkrecentchooserdialog.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/gtk/gtkrecentchooserdialog.c b/gtk/gtkrecentchooserdialog.c
index 24e781c..beeae91 100644
--- a/gtk/gtkrecentchooserdialog.c
+++ b/gtk/gtkrecentchooserdialog.c
@@ -289,7 +289,7 @@ gtk_recent_chooser_dialog_new_valist (const gchar      *title,
  * gtk_recent_chooser_dialog_new:
  * @title: (allow-none): Title of the dialog, or %NULL
  * @parent: (allow-none): Transient parent of the dialog, or %NULL,
- * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL
+ * @first_button_text: (allow-none): text to go in the first button, or %NULL
  * @...: response ID for the first button, then additional (button, id)
  *   pairs, ending with %NULL
  *
@@ -325,7 +325,7 @@ gtk_recent_chooser_dialog_new (const gchar *title,
  * @title: (allow-none): Title of the dialog, or %NULL
  * @parent: (allow-none): Transient parent of the dialog, or %NULL,
  * @manager: a #GtkRecentManager
- * @first_button_text: (allow-none): stock ID or text to go in the first button, or %NULL
+ * @first_button_text: (allow-none): text to go in the first button, or %NULL
  * @...: response ID for the first button, then additional (button, id)
  *   pairs, ending with %NULL
  *


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