[gtkmm] Application: Update the newin tags.



commit 8b2cb3c35b92d5caf8c86f4a59fdb75959be5ee5
Author: Murray Cumming <murrayc murrayc com>
Date:   Sat Mar 3 12:21:44 2012 +0100

    Application: Update the newin tags.
    
    * gtk/src/application.hg: This will really be new in 3.4.

 ChangeLog              |    6 ++++++
 gtk/src/application.hg |   16 +++++++++++-----
 2 files changed, 17 insertions(+), 5 deletions(-)
---
diff --git a/ChangeLog b/ChangeLog
index 73e4152..4a875fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2012-03-03  Murray Cumming  <murrayc murrayc com>
 
+	Application: Update the newin tags.
+
+	* gtk/src/application.hg: This will really be new in 3.4.
+
+2012-03-03  Murray Cumming  <murrayc murrayc com>
+
 	Tests: Use Gtk::Application instead of Gtk::Main.
 
 	* tests/: Use Gtk::Application because we have deprecated Gtk::Main.
diff --git a/gtk/src/application.hg b/gtk/src/application.hg
index 338cf12..5debfbc 100644
--- a/gtk/src/application.hg
+++ b/gtk/src/application.hg
@@ -31,6 +31,8 @@ namespace Gtk
 class Window;
 
 /** TODO
+ *
+ * @newin{3,4}
  */
 class Application
   : public Gio::Application
@@ -47,6 +49,8 @@ protected:
    *
    * @param application_id A valid application id
    * @param flags The application flags
+   *
+   * @newin{3,4}
    */
   explicit Application(const Glib::ustring& application_id, Gio::ApplicationFlags flags = Gio::APPLICATION_FLAGS_NONE);
   _IGNORE(gtk_application_new)
@@ -63,6 +67,8 @@ protected:
    * @param argv The parameter received by your main() function.
    * @param application_id A valid application id
    * @param flags The application flags
+   *
+   * @newin{3,4}
    */
   explicit Application(int& argc, char**& argv, const Glib::ustring& application_id, Gio::ApplicationFlags flags = Gio::APPLICATION_FLAGS_NONE);
   
@@ -92,7 +98,7 @@ public:
    * this function only to add Gtk::Window<!-- -->s that you created
    * directly using new Gtk::Window.
    * 
-   * @newin{3,0}
+   * @newin{3,4}
    * @param window A toplevel window to add to the application.
    */
   void add_window(Window& window);
@@ -108,7 +114,7 @@ public:
    * It is an error to call this function if @a application is a proxy for
    * a remote application.
    * 
-   * @newin{3,0}
+   * @newin{3,4}
    */
   int run(int argc, char** argv);
   
@@ -122,7 +128,7 @@ public:
    *
    * @param window The window to show. This method will return when the window is hidden.
    * 
-   * @newin{3,0}
+   * @newin{3,4}
    */
   int run(Window& window, int argc, char** argv);
 
@@ -138,7 +144,7 @@ public:
    *
    * @param window The window to show. This method will return when the window is hidden.
    * 
-   * @newin{3,0}
+   * @newin{3,4}
    */
   int run(Window& window);
 
@@ -152,7 +158,7 @@ public:
    * It is an error to call this function if @a application is a proxy for
    * a remote application.
    * 
-   * @newin{3,0}
+   * @newin{3,4}
    */
   int run();
 



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