[gnome-shell] Remove (out) "caller-allocates" annotations
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] Remove (out) "caller-allocates" annotations
- Date: Wed, 4 Nov 2009 21:48:08 +0000 (UTC)
commit e2e513ff08a7cfd97b0297a02939a4c7abbff7a7
Author: Colin Walters <walters verbum org>
Date: Wed Oct 28 12:52:08 2009 -0400
Remove (out) "caller-allocates" annotations
GObject Introspection+gjs doesn't presently support (out) for caller-allocates
scenarios.
https://bugzilla.gnome.org/show_bug.cgi?id=599442
src/st/st-theme-node.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
---
diff --git a/src/st/st-theme-node.c b/src/st/st-theme-node.c
index e81e35a..0aba8b6 100644
--- a/src/st/st-theme-node.c
+++ b/src/st/st-theme-node.c
@@ -457,7 +457,7 @@ get_color_from_term (StThemeNode *node,
* parent's parent, and so forth. Note that if the property has a
* value of 'inherit' it will be inherited even if %FALSE is passed
* in for @inherit; this only affects the default behavior for inheritance.
- * @color: (out): location to store the color that was determined.
+ * @color: location to store the color that was determined.
* If the property is not found, the value in this location
* will not be changed.
*
@@ -513,7 +513,7 @@ st_theme_node_get_color (StThemeNode *node,
* parent's parent, and so forth. Note that if the property has a
* value of 'inherit' it will be inherited even if %FALSE is passed
* in for @inherit; this only affects the default behavior for inheritance.
- * @value: (out): location to store the value that was determined.
+ * @value: location to store the value that was determined.
* If the property is not found, the value in this location
* will not be changed.
*
@@ -740,7 +740,7 @@ get_length_internal (StThemeNode *node,
* parent's parent, and so forth. Note that if the property has a
* value of 'inherit' it will be inherited even if %FALSE is passed
* in for @inherit; this only affects the default behavior for inheritance.
- * @length: (out): location to store the length that was determined.
+ * @length: location to store the length that was determined.
* If the property is not found, the value in this location
* will not be changed. The returned length is resolved
* to pixels.
@@ -2199,7 +2199,7 @@ st_theme_node_adjust_preferred_height (StThemeNode *node,
* st_theme_node_get_content_box:
* @node: a #StThemeNode
* @allocation: the box allocated to a #ClutterAlctor
- * @content_box: (out): computed box occupied by the actor's content
+ * @content_box: computed box occupied by the actor's content
*
* Gets the box within an actor's allocation that contents the content
* of an actor (excluding borders and padding). This is a convenience function
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]