[tepl] amtk: fix doc of amtk_application_window_create_open_recent_menu_item()



commit 9ad6d8ece142eb42b5bcfb3ab90d2ac30ee8d814
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Fri Jul 14 15:55:15 2017 +0200

    amtk: fix doc of amtk_application_window_create_open_recent_menu_item()

 amtk/amtk-application-window.c |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/amtk/amtk-application-window.c b/amtk/amtk-application-window.c
index 93e048c..3ba25b8 100644
--- a/amtk/amtk-application-window.c
+++ b/amtk/amtk-application-window.c
@@ -552,8 +552,8 @@ open_recent_file_cb (GtkRecentChooser *recent_chooser,
  * amtk_application_window_connect_recent_chooser_menu_to_statusbar().
  *
  * When the #GtkRecentChooser::item-activated signal is emitted,
- * amtk_application_open_simple() is called, so the #GApplication must have the
- * %G_APPLICATION_HANDLES_OPEN flag set.
+ * g_application_open() is called (with an empty hint), so the #GApplication
+ * must have the %G_APPLICATION_HANDLES_OPEN flag set.
  *
  * Returns: (transfer floating): a new #GtkMenuItem.
  * Since: 2.0


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