Merged revisions 6293,6296-6306,6308 via svnmerge from
[ardour.git] / libs / gtkmm2 / gtk / gtkmm / targetlist.h
index 4c14339fc38aaad1b09ab7175684490e25237024..f6e07584bf119f3c3fe1b404048d86848903e15b 100644 (file)
@@ -98,10 +98,13 @@ public:
 namespace Glib
 {
 
-  /** @relates Gtk::TargetList
-   * @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::TargetList
    */
   Glib::RefPtr<Gtk::TargetList> wrap(GtkTargetList* object, bool take_copy = false);