X-Git-Url: http://pileus.org/git/?a=blobdiff_plain;f=gtk%2Fgtktreednd.c;h=d65cdc09737beb6c33162c1d6b54593aada74b79;hb=56bcb1933f6de613e5d8689e23420d47b65425c3;hp=68cc17117778000ec869879c47423abd2a5433f0;hpb=640f85e568851652fe153c5b76dd97ebfe900bc1;p=~andy%2Fgtk diff --git a/gtk/gtktreednd.c b/gtk/gtktreednd.c index 68cc17117..d65cdc097 100644 --- a/gtk/gtktreednd.c +++ b/gtk/gtktreednd.c @@ -12,9 +12,7 @@ * Library General Public License for more details. * * You should have received a copy of the GNU Library General Public - * License along with this library; if not, write to the - * Free Software Foundation, Inc., 59 Temple Place - Suite 330, - * Boston, MA 02111-1307, USA. + * License along with this library. If not, see . */ #include "config.h" @@ -159,7 +157,8 @@ gtk_tree_drag_source_drag_data_delete (GtkTreeDragSource *drag_source, * gtk_tree_drag_source_drag_data_get: * @drag_source: a #GtkTreeDragSource * @path: row that was dragged - * @selection_data: a #GtkSelectionData to fill with data from the dragged row + * @selection_data: a #GtkSelectionData to fill with data + * from the dragged row * * Asks the #GtkTreeDragSource to fill in @selection_data with a * representation of the row at @path. @selection_data->target gives @@ -306,8 +305,8 @@ gtk_tree_set_row_drag_data (GtkSelectionData *selection_data, /** * gtk_tree_get_row_drag_data: * @selection_data: a #GtkSelectionData - * @tree_model: a #GtkTreeModel - * @path: row in @tree_model + * @tree_model: (out): a #GtkTreeModel + * @path: (out): row in @tree_model * * Obtains a @tree_model and @path from selection data of target type * %GTK_TREE_MODEL_ROW. Normally called from a drag_data_received handler.