diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 17:09:05 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-20 18:27:29 -0500 |
commit | 3be4b4696767763840be31c26b9551a7690b073c (patch) | |
tree | 88bddae7ce11280d3194bffc0e85bf51d58c6499 /gdk/gdkcursor.c | |
parent | e1be5e295635882b6b635724fb73ac19460e1031 (diff) | |
download | gtk+-3be4b4696767763840be31c26b9551a7690b073c.tar.gz |
docs: zero is a literal not a type link
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index 7d4e453c7b..078be4ec16 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -336,7 +336,7 @@ gdk_cursor_new_from_name (GdkDisplay *display, * * If @x or @y are <literal>-1</literal>, the pixbuf must have * options named "x_hot" and "y_hot", resp., containing - * integer values between %0 and the width resp. height of + * integer values between <literal>0</literal> and the width resp. height of * the pixbuf. (Since: 3.0) * * On the X backend, support for RGBA cursors requires a |