[gtkmm] Gtk::Application: Fix the docs added in the previous commit
- From: Kjell Ahlstedt <kjellahl src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtkmm] Gtk::Application: Fix the docs added in the previous commit
- Date: Mon, 9 Jun 2014 08:20:41 +0000 (UTC)
commit c5a9f7883580af9314a6f450c0ed7e80f788b912
Author: Kjell Ahlstedt <kjell ahlstedt bredband net>
Date: Mon Jun 9 10:18:18 2014 +0200
Gtk::Application: Fix the docs added in the previous commit
* gtk/src/application.hg: Only the application's destructor is affected
by remove_window(). Bug #731126.
gtk/src/application.hg | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
---
diff --git a/gtk/src/application.hg b/gtk/src/application.hg
index ac6b783..a13ca91 100644
--- a/gtk/src/application.hg
+++ b/gtk/src/application.hg
@@ -222,8 +222,7 @@ public:
*
* @note If you call Gio::Application::quit() while a window is connected to
* the application, and then return from main() without removing the window
- * from the application, neither the window's nor the application's destructor
- * will be called.
+ * from the application, the application's destructor will not be called.
*
* @newin{3,4}
* @param window A toplevel window to add to the application.
@@ -259,8 +258,7 @@ public:
*
* @note If you call Gio::Application::quit() while a window is connected to
* the application, and then return from main() without removing the window
- * from the application, neither the window's nor the application's destructor
- * will be called.
+ * from the application, the application's destructor will not be called.
*
* @param window The window to show. This method will return when the window is hidden.
* @param argc The argc from main() (or 0 if @a argv is <tt>0</tt>).
@@ -283,8 +281,7 @@ public:
*
* @note If you call Gio::Application::quit() while a window is connected to
* the application, and then return from main() without removing the window
- * from the application, neither the window's nor the application's destructor
- * will be called.
+ * from the application, the application's destructor will not be called.
*
* @param window The window to show. This method will return when the window is hidden.
* @return The exit status.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]