From 652f48edc15a1b41e0f8555ac38838c6322a8847 Mon Sep 17 00:00:00 2001 From: mmclouglin Date: Fri, 23 Nov 2001 18:51:15 +0000 Subject: [PATCH] 2001-11-23 Mark McLoughlin * cspi/spi-private.h: my guess at what michael forgot before he ran off to NZ :-) git-svn-id: http://svn.gnome.org/svn/at-spi/trunk@114 e2bd861d-eb25-0410-b326-f6ed22b6b98c --- ChangeLog | 5 +++++ cspi/spi-private.h | 20 ++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 cspi/spi-private.h diff --git a/ChangeLog b/ChangeLog index 0851bad..5a484a8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2001-11-23 Mark McLoughlin + + * cspi/spi-private.h: my guess at what michael forgot + before he ran off to NZ :-) + 2001-11-23 Michael Meeks * cspi/spi_event.c (AccessibleEventListener_removeCallback): diff --git a/cspi/spi-private.h b/cspi/spi-private.h new file mode 100644 index 0000000..64eba34 --- /dev/null +++ b/cspi/spi-private.h @@ -0,0 +1,20 @@ +#ifndef __SPI_PRIVATE_H__ +#define __SPI_PRIVATE_H__ + +#include + +G_BEGIN_DECLS + +CORBA_Environment *spi_ev (void); +AccessibilityRegistry spi_registry (void); + +boolean spi_exception (void); + +Accessible *spi_object_add (Accessible corba_object); + +int SPI_init (void); +void SPI_exit (void); + +G_END_DECLS + +#endif /* __SPI_PRIVATE_H__ */ -- 2.7.4