diff options
Diffstat (limited to 'gtk/gtktextattributes.h')
-rw-r--r-- | gtk/gtktextattributes.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gtk/gtktextattributes.h b/gtk/gtktextattributes.h index b64e0e7b31..0e2f85b0b8 100644 --- a/gtk/gtktextattributes.h +++ b/gtk/gtktextattributes.h @@ -76,7 +76,7 @@ typedef struct _GtkTextAppearance GtkTextAppearance; * @strikethrough: Strikethrough style * @draw_bg: Whether to use background-related values; this is * irrelevant for the values struct when in a tag, but is used for - * the composite values struct; it's true if any of the tags being + * the composite values struct; it’s true if any of the tags being * composited had background stuff set. * @inside_selection: This are only used when we are actually laying * out and rendering a paragraph; not when a #GtkTextAppearance is @@ -157,7 +157,7 @@ struct _GtkTextAppearance * @editable: Can edit this text. * * Using #GtkTextAttributes directly should rarely be necessary. - * It's primarily useful with gtk_text_iter_get_attributes(). + * It’s primarily useful with gtk_text_iter_get_attributes(). * As with most GTK+ structs, the fields in this struct should only * be read, never modified directly. */ |