From 22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 Mon Sep 17 00:00:00 2001 From: William Jon McCann Date: Mon, 27 Jan 2014 17:04:46 -0500 Subject: docs: use #*-struct instead of --- gdk/gdkcursor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'gdk/gdkcursor.c') diff --git a/gdk/gdkcursor.c b/gdk/gdkcursor.c index 078be4ec16..99b7f2c63c 100644 --- a/gdk/gdkcursor.c +++ b/gdk/gdkcursor.c @@ -54,13 +54,13 @@ * Cursors by themselves are not very interesting, they must be be * bound to a window for users to see them. This is done with * gdk_window_set_cursor() or by setting the cursor member of the - * #GdkWindowAttr struct passed to gdk_window_new(). + * #GdkWindowAttr passed to gdk_window_new(). */ /** * GdkCursor: * - * The #GdkCursor structure represents a cursor. Its contents are private. + * A #GdkCursor represents a cursor. Its contents are private. */ enum { -- cgit v1.2.1