summaryrefslogtreecommitdiff
path: root/atspi/atspi-component.h
diff options
context:
space:
mode:
authorEmmanuele Bassi <ebassi@gnome.org>2018-05-17 15:19:35 +0100
committerEmmanuele Bassi <ebassi@gnome.org>2018-05-17 15:19:35 +0100
commit32e3c1cdd092891b041e177a506d2e01ad2c4647 (patch)
tree767c64830a801a08dc607e2859bb3f5431fcc474 /atspi/atspi-component.h
parent0782b360a6562610d4906d4ab8fc0ee363399a05 (diff)
downloadat-spi2-core-32e3c1cdd092891b041e177a506d2e01ad2c4647.tar.gz
Fix documentation annotations
We're missing an annotation for the GError parameter, and the name of the AtspiCoordType argument needs to match in the header and source files.
Diffstat (limited to 'atspi/atspi-component.h')
-rw-r--r--atspi/atspi-component.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/atspi/atspi-component.h b/atspi/atspi-component.h
index ffc720b2..c84232d8 100644
--- a/atspi/atspi-component.h
+++ b/atspi/atspi-component.h
@@ -109,7 +109,7 @@ gboolean atspi_component_set_size (AtspiComponent *obj, gint width, gint height,
gboolean atspi_component_scroll_to (AtspiComponent *obj, AtspiScrollType type, GError **error);
-gboolean atspi_component_scroll_to_point (AtspiComponent *obj, AtspiCoordType type, gint x, gint y, GError **error);
+gboolean atspi_component_scroll_to_point (AtspiComponent *obj, AtspiCoordType coords, gint x, gint y, GError **error);
G_END_DECLS