From 8ac97fe1a0a5530b9f09fbdf2b52cc23d46e2afc Mon Sep 17 00:00:00 2001 From: Colin Walters Date: Sat, 14 Nov 2009 18:00:54 -0500 Subject: [PATCH] [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 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/st/st-theme-node.c b/src/st/st-theme-node.c index cebd1afde..81eb6c24f 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.