summaryrefslogtreecommitdiff
path: root/gtk/gtkdnd.c
diff options
context:
space:
mode:
authorGian Mario Tagliaretti <gianmt@src.gnome.org>2008-05-20 17:43:01 +0000
committerGian Mario Tagliaretti <gianmt@src.gnome.org>2008-05-20 17:43:01 +0000
commit75a9722aa14784e70c49b988ce28589eceb752e3 (patch)
tree43a496af1957fc39de4fe798eec0e05b7d140b6e /gtk/gtkdnd.c
parent8d2e8a4505102a9dae15c600e1139bdaf3080ea7 (diff)
downloadgtk+-75a9722aa14784e70c49b988ce28589eceb752e3.tar.gz
Fix the docs, the mask param of gtk_drag_set_icon_pixmap can accept NULL for none. Fixes bug #533920.
svn path=/trunk/; revision=20119
Diffstat (limited to 'gtk/gtkdnd.c')
-rw-r--r--gtk/gtkdnd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdnd.c b/gtk/gtkdnd.c
index 87f4db43f1..1b1a9aa70d 100644
--- a/gtk/gtkdnd.c
+++ b/gtk/gtkdnd.c
@@ -3095,7 +3095,7 @@ gtk_drag_set_icon_stock (GdkDragContext *context,
* with a context for the source side of a drag)
* @colormap: the colormap of the icon
* @pixmap: the image data for the icon
- * @mask: the transparency mask for the icon
+ * @mask: the transparency mask for the icon or %NULL for none.
* @hot_x: the X offset within @pixmap of the hotspot.
* @hot_y: the Y offset within @pixmap of the hotspot.
*