diff options
Diffstat (limited to 'gtk/gtkdialog.c')
-rw-r--r-- | gtk/gtkdialog.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtkdialog.c b/gtk/gtkdialog.c index 31e7f98684..db3ecb60e0 100644 --- a/gtk/gtkdialog.c +++ b/gtk/gtkdialog.c @@ -146,7 +146,7 @@ * on the “use-header-bar“ property. The response id has to be associated * with the action widget using the <action-widgets> element. * - * An example of a #GtkDialog UI definition fragment: + * An example of a `GtkDialog` UI definition fragment: * ```xml * <object class="GtkDialog" id="dialog1"> * <child type="action"> @@ -1414,7 +1414,7 @@ gtk_dialog_get_header_bar (GtkDialog *dialog) * * Returns the content area of @dialog. * - * Returns: (type Gtk.Box) (transfer none): the content area #GtkBox. + * Returns: (type Gtk.Box) (transfer none): the content area `GtkBox`. */ GtkWidget * gtk_dialog_get_content_area (GtkDialog *dialog) |