From: mmclouglin Date: Fri, 23 Nov 2001 18:51:15 +0000 (+0000) Subject: 2001-11-23 Mark McLoughlin X-Git-Tag: AT_SPI2_ATK_2_12_0~1517 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=652f48edc15a1b41e0f8555ac38838c6322a8847;p=platform%2Fcore%2Fuifw%2Fat-spi2-atk.git 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 --- 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__ */