diff options
author | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:21:13 -0500 |
---|---|---|
committer | William Jon McCann <william.jon.mccann@gmail.com> | 2014-02-04 18:24:29 -0500 |
commit | a22358c0c0ed5d9c946816c4212d534ef5f6f378 (patch) | |
tree | 8efa5819f62833c01a95bedfade1fe51809dd87a /gtk/gtkapplicationwindow.c | |
parent | 76447c3512f083a11e716d10ade774ade929b2dd (diff) | |
download | gtk+-a22358c0c0ed5d9c946816c4212d534ef5f6f378.tar.gz |
docs: use ` instead of <literal>
Diffstat (limited to 'gtk/gtkapplicationwindow.c')
-rw-r--r-- | gtk/gtkapplicationwindow.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gtk/gtkapplicationwindow.c b/gtk/gtkapplicationwindow.c index 6ee95b1f13..5156b29215 100644 --- a/gtk/gtkapplicationwindow.c +++ b/gtk/gtkapplicationwindow.c @@ -121,7 +121,7 @@ * * Attribute values can be translated using gettext, like other #GtkBuilder * content. `<attribute>` elements can be marked for - * translation with a <literal>translatable="yes"</literal> attribute. + * translation with a `translatable="yes"` attribute. * It is also possible to specify message context and translator comments, * using the context and comments attributes. To make use of this, the * #GtkBuilder must have been given the gettext domain to use. @@ -909,9 +909,9 @@ gtk_application_window_set_show_menubar (GtkApplicationWindow *window, * @window: a #GtkApplicationWindow * * Returns the unique ID of the window. If the window has not yet been added to - * a #GtkApplication, returns <literal>0</literal>. + * a #GtkApplication, returns `0`. * - * Returns: the unique ID for @window, or <literal>0</literal> if the window + * Returns: the unique ID for @window, or `0` if the window * has not yet been added to a #GtkApplication * * Since: 3.6 |