Merged revisions 6293,6296-6306,6308 via svnmerge from
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / object.h
index 2f7f07c2631344ebf3cb705b8e2e2bbf8912975d..dfdee15908d0810c116c55e3279555ac168a8490 100644 (file)
@@ -200,10 +200,13 @@ protected:
 
 namespace Glib
 {
-  /** @relates Gtk::Object
-   * @param object The C instance
+  /** A Glib::wrap() method for this object.
+   * 
+   * @param object The C instance.
    * @param take_copy False if the result should take ownership of the C instance. True if it should take a new copy or ref.
    * @result A C++ instance that wraps this C instance.
+   *
+   * @relates Gtk::Object
    */
   Gtk::Object* wrap(GtkObject* object, bool take_copy = false);
 } //namespace Glib