summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2021-06-05 17:36:02 -0400
committerMatthias Clasen <mclasen@redhat.com>2021-06-05 17:38:23 -0400
commiteffc7a619deded8167f49009e33d95e460e99bb1 (patch)
tree665f53c71af27078c5c1f91e9e547f59ffdb180e /gdk/gdkcursor.c
parent0ec017fcc037a2c4563272e96f98879186d87772 (diff)
downloadgtk+-effc7a619deded8167f49009e33d95e460e99bb1.tar.gz
Docs: Tweaks
Remove some more redundant "or NULL" blurbs.
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r--gdk/gdkcursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 1c9fc9b4b1..3534eee808 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -340,7 +340,7 @@ gdk_cursor_new_from_name (const char *name,
* @texture: the texture providing the pixel data
* @hotspot_x: the horizontal offset of the “hotspot” of the cursor
* @hotspot_y: the vertical offset of the “hotspot” of the cursor
- * @fallback: (nullable): %NULL or the `GdkCursor` to fall back to when
+ * @fallback: (nullable): the `GdkCursor` to fall back to when
* this one cannot be supported
*
* Creates a new cursor from a `GdkTexture`.