diff options
author | Iain Nicol <iain@thenicols.net> | 2009-11-19 01:21:15 +0800 |
---|---|---|
committer | Xan Lopez <xan@gnome.org> | 2009-11-23 18:34:27 +0800 |
commit | cb2d52c87c38296d854a8c79eced7d7bc8e2a557 (patch) | |
tree | 8603d2431048a878188e9dffc418007f81dd4efb /lib/ephy-node.c | |
parent | 80b1f00b99bec7a0d11312d9f429ca199f8e7132 (diff) | |
download | gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.gz gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.bz2 gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.lz gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.xz gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.tar.zst gsoc2013-epiphany-cb2d52c87c38296d854a8c79eced7d7bc8e2a557.zip |
Add GObject introspection annotations to more functions
Partial fix for bug #599757.
Signed-off-by: Xan Lopez <xan@gnome.org>
Diffstat (limited to 'lib/ephy-node.c')
-rw-r--r-- | lib/ephy-node.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/ephy-node.c b/lib/ephy-node.c index 2fec271d2..4194705bd 100644 --- a/lib/ephy-node.c +++ b/lib/ephy-node.c @@ -492,6 +492,11 @@ ephy_node_set_property (EphyNode *node, ephy_node_set_property_internal (node, property_id, new); } +/** + * ephy_node_get_property: + * + * @value: (out): + */ gboolean ephy_node_get_property (EphyNode *node, guint property_id, |