mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-06 19:00:12 +00:00
Fix typo in docs
This commit is contained in:
parent
47969615b2
commit
d2c6533107
@ -3242,15 +3242,15 @@ _gtk_cairo_surface_extents (cairo_surface_t *surface,
|
|||||||
/**
|
/**
|
||||||
* gtk_drag_set_icon_surface:
|
* gtk_drag_set_icon_surface:
|
||||||
* @context: the context for a drag. (This must be called
|
* @context: the context for a drag. (This must be called
|
||||||
* with a context for the source side of a drag)
|
* with a context for the source side of a drag)
|
||||||
* @surface: the surface to use as icon
|
* @surface: the surface to use as icon
|
||||||
*
|
*
|
||||||
* Sets @surface as the icon for a given drag. GTK+ retains
|
* Sets @surface as the icon for a given drag. GTK+ retains
|
||||||
* references for the arguments, and will release them when
|
* references for the arguments, and will release them when
|
||||||
* they are no longer needed.
|
* they are no longer needed.
|
||||||
*
|
*
|
||||||
* To position the surface realtive to the mouse, use
|
* To position the surface relative to the mouse, use
|
||||||
* cairo_surface_set_device_offset() on @usrface. The mouse
|
* cairo_surface_set_device_offset() on @surface. The mouse
|
||||||
* cursor will be positioned at the (0,0) coordinate of the
|
* cursor will be positioned at the (0,0) coordinate of the
|
||||||
* surface.
|
* surface.
|
||||||
**/
|
**/
|
||||||
|
Loading…
Reference in New Issue
Block a user