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/gtkdialog.h | |
parent | 8418e6422f0ec67c51d472321f4704a3a16e0368 (diff) | |
download | gtk+-22586ea7c2c87a44ac1cc87f876e9f3ba2e73625.tar.gz |
docs: use #*-struct instead of <structname>
Diffstat (limited to 'gtk/gtkdialog.h')
-rw-r--r-- | gtk/gtkdialog.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.h b/gtk/gtkdialog.h index 37cc87e8bf..87b4678196 100644 --- a/gtk/gtkdialog.h +++ b/gtk/gtkdialog.h @@ -103,7 +103,7 @@ typedef struct _GtkDialogClass GtkDialogClass; /** * GtkDialog: * - * The GtkDialog struct contains only private fields + * The #GtkDialog-struct contains only private fields * and should not be directly accessed. */ struct _GtkDialog |