summaryrefslogtreecommitdiff
path: root/gdk/gdkcursor.c
diff options
context:
space:
mode:
authorEvan Nemerson <evan@nemerson.com>2014-05-16 20:12:51 -0700
committerEvan Nemerson <evan@nemerson.com>2014-05-19 11:47:59 -0700
commit701adf81b6bbc621f65f784f4f5decd2723e3a16 (patch)
treebf1a8a1cbb810a0703501d781b139e340f34eeb1 /gdk/gdkcursor.c
parentca790195863df95712d62696fc86dbacaf100a8e (diff)
downloadgtk+-701adf81b6bbc621f65f784f4f5decd2723e3a16.tar.gz
gdk: assorted introspection and documentation fixes
https://bugzilla.gnome.org/show_bug.cgi?id=729983
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r--gdk/gdkcursor.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c
index 42dabddf7a..c1e959086a 100644
--- a/gdk/gdkcursor.c
+++ b/gdk/gdkcursor.c
@@ -479,8 +479,10 @@ gdk_cursor_get_image (GdkCursor *cursor)
/**
* gdk_cursor_get_surface:
* @cursor: a #GdkCursor
- * @x_hot: Location to store the hotspot x position, or %NULL
- * @y_hot: Location to store the hotspot y position, or %NULL
+ * @x_hot: (optional) (out): Location to store the hotspot x position,
+ * or %NULL
+ * @y_hot: (optional) (out): Location to store the hotspot y position,
+ * or %NULL
*
* Returns a cairo image surface with the image used to display the cursor.
*