diff options
Diffstat (limited to 'atspi/atspi-component.h')
-rw-r--r-- | atspi/atspi-component.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/atspi/atspi-component.h b/atspi/atspi-component.h index 257f3c37..35ab84c0 100644 --- a/atspi/atspi-component.h +++ b/atspi/atspi-component.h @@ -67,6 +67,8 @@ struct _AtspiPoint GType atspi_point_get_type (); +AtspiPoint *atspi_point_copy (AtspiPoint *src); + #define ATSPI_TYPE_COMPONENT (atspi_component_get_type ()) #define ATSPI_IS_COMPONENT(obj) G_TYPE_CHECK_INSTANCE_TYPE ((obj), ATSPI_TYPE_COMPONENT) #define ATSPI_COMPONENT(obj) G_TYPE_CHECK_INSTANCE_CAST ((obj), ATSPI_TYPE_COMPONENT, AtspiComponent) |