diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 14:03:49 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-07 14:22:39 -0500 |
commit | 13998c55e757c28c7a80b5ad47f82ef62ee57bf6 (patch) | |
tree | 8e810968edf5b3a7831a26edfe20980e0649f8c7 /gdk/gdkcursor.c | |
parent | 4dee965116da4b45ec51411ed27928f6fc0845ba (diff) | |
download | gtk+-13998c55e757c28c7a80b5ad47f82ef62ee57bf6.tar.gz |
docs: use proper quotations instead of '*'
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index 1d3f4c3936..2157bcf2db 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -282,8 +282,8 @@ gdk_cursor_new_from_name (GdkDisplay *display, * gdk_cursor_new_from_pixbuf: * @display: the #GdkDisplay for which the cursor will be created * @pixbuf: the #GdkPixbuf containing the cursor image - * @x: the horizontal offset of the 'hotspot' of the cursor. - * @y: the vertical offset of the 'hotspot' of the cursor. + * @x: the horizontal offset of the “hotspot” of the cursor. + * @y: the vertical offset of the “hotspot” of the cursor. * * Creates a new cursor from a pixbuf. * @@ -353,8 +353,8 @@ gdk_cursor_new_from_pixbuf (GdkDisplay *display, * gdk_cursor_new_from_surface: * @display: the #GdkDisplay for which the cursor will be created * @surface: the cairo image surface containing the cursor pixel data - * @x: the horizontal offset of the 'hotspot' of the cursor - * @y: the vertical offset of the 'hotspot' of the cursor + * @x: the horizontal offset of the “hotspot” of the cursor + * @y: the vertical offset of the “hotspot” of the cursor * * Creates a new cursor from a cairo image surface. * |