summaryrefslogtreecommitdiff
path: root/atk/atkhyperlinkimpl.h
diff options
context:
space:
mode:
authorEvan Nemerson <evan@coeus-group.com>2012-10-23 18:21:41 -0700
committerEvan Nemerson <evan@coeus-group.com>2012-12-01 22:49:04 -0800
commitacd2335095bf859d35332db6fdc9c54b53773918 (patch)
tree2553717ef79e0675b400f711dd87e29d6bd80c35 /atk/atkhyperlinkimpl.h
parentea8b387dc0649313059c04ab32c3a35109555ed0 (diff)
downloadatk-acd2335095bf859d35332db6fdc9c54b53773918.tar.gz
introspection: merge fixes from Vala bindings
https://bugzilla.gnome.org/show_bug.cgi?id=686746
Diffstat (limited to 'atk/atkhyperlinkimpl.h')
-rw-r--r--atk/atkhyperlinkimpl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atk/atkhyperlinkimpl.h b/atk/atkhyperlinkimpl.h
index d07a2fc..3e0f589 100644
--- a/atk/atkhyperlinkimpl.h
+++ b/atk/atkhyperlinkimpl.h
@@ -68,7 +68,7 @@ struct _AtkHyperlinkImplIface
GType atk_hyperlink_impl_get_type (void);
-AtkHyperlink *atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *obj);
+AtkHyperlink *atk_hyperlink_impl_get_hyperlink (AtkHyperlinkImpl *impl);
G_END_DECLS