diff options
author | Bill Haneman <billh@src.gnome.org> | 2006-08-17 17:05:22 +0000 |
---|---|---|
committer | Bill Haneman <billh@src.gnome.org> | 2006-08-17 17:05:22 +0000 |
commit | c1b27128daf51cf272540c4e0c46b83dac19e5df (patch) | |
tree | f46b11e842f7dcd8c379ec29b5f42d1288637cf8 /atk/atkhyperlinkimpl.c | |
parent | 27a9f8b14dc50cda4a0ff5ac669b6453de68d15f (diff) | |
download | atk-c1b27128daf51cf272540c4e0c46b83dac19e5df.tar.gz |
Fixed typos and template omissions which were preventing some inline
docs from getting exported. Bug #351580.
Diffstat (limited to 'atk/atkhyperlinkimpl.c')
-rw-r--r-- | atk/atkhyperlinkimpl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atk/atkhyperlinkimpl.c b/atk/atkhyperlinkimpl.c index 73847e5..275390a 100644 --- a/atk/atkhyperlinkimpl.c +++ b/atk/atkhyperlinkimpl.c @@ -47,6 +47,8 @@ atk_hyperlink_impl_get_type (void) * Gets the hyperlink associated with this object. * * Returns an AtkHyperlink object which points to this implementing AtkObject. + * + * Since: ATK 1.12 **/ AtkHyperlink * atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *obj) |