diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 17:04:46 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-01-27 19:59:55 -0500 |
commit | 22586ea7c2c87a44ac1cc87f876e9f3ba2e73625 (patch) | |
tree | 72f3256948c09d527f3cd7ec409017c92515dde7 /gdk/gdkcursor.c | |
parent | 8418e6422f0ec67c51d472321f4704a3a16e0368 (diff) | |
download | gtk+-22586ea7c2c87a44ac1cc87f876e9f3ba2e73625.tar.gz |
docs: use #*-struct instead of <structname>
Diffstat (limited to 'gdk/gdkcursor.c')
-rw-r--r-- | gdk/gdkcursor.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 { |