diff options
author | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-12-10 11:25:02 +0100 |
---|---|---|
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | 2010-12-10 11:25:02 +0100 |
commit | 9b6739d55adfd302967595bbf74e69ca7862a238 (patch) | |
tree | e6f81506c3fa5f8d58b49d8508a951bc07d55a94 /gtk/channel-cursor.c | |
parent | a968466dcead744516c4ae5b9b30c17a6d9d51f7 (diff) |
gtk: complete API documentation
Diffstat (limited to 'gtk/channel-cursor.c')
-rw-r--r-- | gtk/channel-cursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/channel-cursor.c b/gtk/channel-cursor.c index 76bb0d0..16ea270 100644 --- a/gtk/channel-cursor.c +++ b/gtk/channel-cursor.c @@ -100,8 +100,8 @@ static void spice_cursor_channel_class_init(SpiceCursorChannelClass *klass) * @cursor: the #SpiceCursorChannel that emitted the signal * @width: width of the shape * @height: height of the shape - * @hot_x: position of hot spot on x axis - * @hot_y: position of hot spot on y axis + * @hot_x: horizontal offset of the 'hotspot' of the cursor + * @hot_y: vertical offset of the 'hotspot' of the cursor * @rgba: shape data * * The #SpiceCursorChannel::cursor-set signal is emitted to modify |