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.c | |
parent | 8418e6422f0ec67c51d472321f4704a3a16e0368 (diff) | |
download | gtk+-22586ea7c2c87a44ac1cc87f876e9f3ba2e73625.tar.gz |
docs: use #*-struct instead of <structname>
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 2d1f069fd0..49babdb2a0 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -142,7 +142,7 @@ * is the id of widget (which should be a child of the dialogs @action_area). * </para> * <example> - * <title>A <structname>GtkDialog</structname> UI definition fragment.</title> + * <title>A #GtkDialog UI definition fragment.</title> * <programlisting><![CDATA[ * <object class="GtkDialog" id="dialog1"> * <child internal-child="vbox">" |