[gtk+/rgba-texttags] Added Since 3.2 annotations for new GdkRGBA properties.
- From: Tristan Van Berkom <tvb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gtk+/rgba-texttags] Added Since 3.2 annotations for new GdkRGBA properties.
- Date: Mon, 14 Feb 2011 07:10:41 +0000 (UTC)
commit bde6a7626cd10d01708303042ede8ab3c53ef952
Author: Tristan Van Berkom <tristan van berkom gmail com>
Date: Mon Feb 14 16:18:35 2011 +0900
Added Since 3.2 annotations for new GdkRGBA properties.
gtk/gtktexttag.c | 19 ++++++++++++++++---
1 files changed, 16 insertions(+), 3 deletions(-)
---
diff --git a/gtk/gtktexttag.c b/gtk/gtktexttag.c
index 66d486c..07d513d 100644
--- a/gtk/gtktexttag.c
+++ b/gtk/gtktexttag.c
@@ -209,12 +209,18 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
GDK_TYPE_COLOR,
GTK_PARAM_READWRITE));
-
+ /**
+ * GtkTextTag:background-rgba:
+ *
+ * Background color as a (possibly unallocated) #GdkRGBA.
+ *
+ * Since: 3.2
+ */
g_object_class_install_property (object_class,
PROP_BACKGROUND_RGBA,
g_param_spec_boxed ("background-rgba",
P_("Background rgba"),
- P_("Background rgba as a (possibly unallocated) GdkRGBA"),
+ P_("Background color as a (possibly unallocated) GdkRGBA"),
GDK_TYPE_RGBA,
GTK_PARAM_READWRITE));
@@ -242,11 +248,18 @@ gtk_text_tag_class_init (GtkTextTagClass *klass)
GDK_TYPE_COLOR,
GTK_PARAM_READWRITE));
+ /**
+ * GtkTextTag:foreground-rgba:
+ *
+ * Foreground color as a (possibly unallocated) #GdkRGBA.
+ *
+ * Since: 3.2
+ */
g_object_class_install_property (object_class,
PROP_FOREGROUND_RGBA,
g_param_spec_boxed ("foreground-rgba",
P_("Foreground rgba"),
- P_("Foreground rgba as a (possibly unallocated) GdkRGBA"),
+ P_("Foreground color as a (possibly unallocated) GdkRGBA"),
GDK_TYPE_RGBA,
GTK_PARAM_READWRITE));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]