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 /gtk/gtkselection.h | |
parent | 8418e6422f0ec67c51d472321f4704a3a16e0368 (diff) | |
download | gtk+-22586ea7c2c87a44ac1cc87f876e9f3ba2e73625.tar.gz |
docs: use #*-struct instead of <structname>
Diffstat (limited to 'gtk/gtkselection.h')
-rw-r--r-- | gtk/gtkselection.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gtk/gtkselection.h b/gtk/gtkselection.h index af474f3eaf..6c338d00f7 100644 --- a/gtk/gtkselection.h +++ b/gtk/gtkselection.h @@ -45,7 +45,7 @@ typedef struct _GtkTargetPair GtkTargetPair; * signal. It allows the application to identify the target * type without extensive string compares. * - * A #GtkTargetPair structure is used to represent the same + * A #GtkTargetPair is used to represent the same * information as a table of #GtkTargetEntry, but in * an efficient form. */ @@ -59,8 +59,8 @@ struct _GtkTargetPair /** * GtkTargetList: * - * A #GtkTargetList structure is a reference counted list - * of #GtkTargetPair. This structure should be treated as + * A #GtkTargetList-struct is a reference counted list + * of #GtkTargetPair and should be treated as * opaque. */ typedef struct _GtkTargetList GtkTargetList; @@ -78,7 +78,7 @@ typedef struct _GtkTargetEntry GtkTargetEntry; * signal. It allows the application to identify the target * type without extensive string compares. * - * A #GtkTargetEntry structure represents a single type of + * A #GtkTargetEntry represents a single type of * data than can be supplied for by a widget for a selection * or for supplied or received during drag-and-drop. */ |