From 9bb25c7f95434b65d84d048b8035d58e76ae99b9 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Sun, 3 Feb 2013 17:22:48 -0500 Subject: [PATCH] Clarify docs of GtkTextTag -set properties a bit https://bugzilla.gnome.org/show_bug.cgi?id=687825 --- gtk/gtktexttag.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c index 6910517b43..8674e92c9f 100644 --- a/gtk/gtktexttag.c +++ b/gtk/gtktexttag.c @@ -65,7 +65,7 @@ * For each property of #GtkTextTag, there is a "set" property, e.g. * "font-set" corresponds to "font". These "set" properties reflect * whether a property has been set or not. - * You should not set them independently. + * They are maintained by GTK+ and you should not set them independently. */ #include "config.h"