[gnome-shell] [StThemeNode] Re-add erroneously deleted (out) annotations
- From: Colin Walters <walters src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnome-shell] [StThemeNode] Re-add erroneously deleted (out) annotations
- Date: Tue, 17 Nov 2009 23:44:34 +0000 (UTC)
commit 8ac97fe1a0a5530b9f09fbdf2b52cc23d46e2afc
Author: Colin Walters <walters verbum org>
Date: Sat Nov 14 18:00:54 2009 -0500
[StThemeNode] Re-add erroneously deleted (out) annotations
An earlier commit was overzealous in removing (out) annotations;
introspection supports (out) for integral types just fine, we
only need to remove them for (out) types where the caller needs
to allocate a boxed type.
https://bugzilla.gnome.org/show_bug.cgi?id=602131
src/st/st-theme-node.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/st/st-theme-node.c b/src/st/st-theme-node.c
index cebd1af..81eb6c2 100644
--- a/src/st/st-theme-node.c
+++ b/src/st/st-theme-node.c
@@ -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: location to store the value that was determined.
+ * @value: (out): 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: location to store the length that was determined.
+ * @length: (out): 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.
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]