summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBastian Winkler <buz@netbuz.org>2012-05-15 01:44:51 +0200
committerEmmanuele Bassi <ebassi@linux.intel.com>2012-05-25 15:13:59 +0100
commitdf18b3cd45baf216c79aaf28c648fb4a0eaa89ca (patch)
treef2100bba95d05e250d7583bb08a42e3caa3559de
parentd3fcd6e371a7dbf2213ba809a4f4e407a2533131 (diff)
downloadclutter-df18b3cd45baf216c79aaf28c648fb4a0eaa89ca.tar.gz
text: Add missing introspection annotations
Add allow-none annotations where appropriate
-rw-r--r--clutter/clutter-text.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/clutter/clutter-text.c b/clutter/clutter-text.c
index ea05aa64f..9917214d0 100644
--- a/clutter/clutter-text.c
+++ b/clutter/clutter-text.c
@@ -4225,7 +4225,7 @@ clutter_text_get_cursor_visible (ClutterText *self)
/**
* clutter_text_set_cursor_color:
* @self: a #ClutterText
- * @color: the color of the cursor, or %NULL to unset it
+ * @color: (allow-none): the color of the cursor, or %NULL to unset it
*
* Sets the color of the cursor of a #ClutterText actor.
*
@@ -4423,7 +4423,7 @@ clutter_text_get_selection_bound (ClutterText *self)
/**
* clutter_text_set_selection_color:
* @self: a #ClutterText
- * @color: the color of the selection, or %NULL to unset it
+ * @color: (allow-none): the color of the selection, or %NULL to unset it
*
* Sets the color of the selection of a #ClutterText actor.
*
@@ -4483,7 +4483,7 @@ clutter_text_get_selection_color (ClutterText *self,
/**
* clutter_text_set_selected_text_color:
* @self: a #ClutterText
- * @color: the selected text color, or %NULL to unset it
+ * @color: (allow-none): the selected text color, or %NULL to unset it
*
* Sets the selected text color of a #ClutterText actor.
*
@@ -5049,7 +5049,7 @@ clutter_text_get_line_wrap_mode (ClutterText *self)
/**
* clutter_text_set_attributes:
* @self: a #ClutterText
- * @attrs: a #PangoAttrList or %NULL to unset the attributes
+ * @attrs: (allow-none): a #PangoAttrList or %NULL to unset the attributes
*
* Sets the attributes list that are going to be applied to the
* #ClutterText contents.