summaryrefslogtreecommitdiff
path: root/gtk/gtklabel.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2020-09-12 12:01:04 -0400
committerMatthias Clasen <mclasen@redhat.com>2020-09-12 12:01:04 -0400
commit929a56e53cddb56e9057ff6c3aa2d968ce31a103 (patch)
tree65742eabdc7437b5c8a8712b3cc64b27e56ab94d /gtk/gtklabel.c
parent6ed1c181eeb5c59915300eea821b8008c18f25b3 (diff)
downloadgtk+-929a56e53cddb56e9057ff6c3aa2d968ce31a103.tar.gz
Clean up lots of GTK+ -> GTK
Replace most remaining uses of GTK+ in the docs and user-visible strings by GTK. Also remove some leftover "Was added in 3.x" sentences from the docs.
Diffstat (limited to 'gtk/gtklabel.c')
-rw-r--r--gtk/gtklabel.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/gtk/gtklabel.c b/gtk/gtklabel.c
index d9149198c6..d23f0253a9 100644
--- a/gtk/gtklabel.c
+++ b/gtk/gtklabel.c
@@ -227,9 +227,9 @@
*
* # Links
*
- * GTK+ supports markup for clickable hyperlinks in addition
+ * GTK supports markup for clickable hyperlinks in addition
* to regular Pango markup. The markup for links is borrowed from HTML,
- * using the `<a>` with “href“, “title“ and “class“ attributes. GTK+ renders links
+ * using the `<a>` with “href“, “title“ and “class“ attributes. GTK renders links
* similar to the way they appear in web browsers, with colored, underlined
* text. The “title“ attribute is displayed as a tooltip on the link. The “class“
* attribute is used as style class on the CSS node for the link.
@@ -240,7 +240,7 @@
* const char *text =
* "Go to the"
* "<a href=\"http://www.gtk.org title=\"&lt;i&gt;Our&lt;/i&gt; website\">"
- * "GTK+ website</a> for more...";
+ * "GTK website</a> for more...";
* GtkWidget *label = gtk_label_new (NULL);
* gtk_label_set_markup (GTK_LABEL (label), text);
* ]|
@@ -2644,7 +2644,7 @@ gtk_label_get_max_width_chars (GtkLabel *self)
* by the edge of the widget if it exceeds the widget size.
*
* Note that setting line wrapping to %TRUE does not make the label
- * wrap at its parent container’s width, because GTK+ widgets
+ * wrap at its parent container’s width, because GTK widgets
* conceptually can’t make their requisition depend on the parent
* container’s size. For a label that wraps at a specific position,
* set the label’s width using gtk_widget_set_size_request().
@@ -5577,7 +5577,7 @@ gtk_label_activate_current_link (GtkLabel *self)
* or for use in a #GtkWidget::query-tooltip handler.
*
* Returns: (nullable): the currently active URI or %NULL if there is none.
- * The string is owned by GTK+ and must not be freed or modified.
+ * The string is owned by GTK and must not be freed or modified.
*/
const char *
gtk_label_get_current_uri (GtkLabel *self)