2001-11-23 Mark McLoughlin <mark@skynet.ie>
authormmclouglin <mmclouglin@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 23 Nov 2001 18:51:15 +0000 (18:51 +0000)
committermmclouglin <mmclouglin@e2bd861d-eb25-0410-b326-f6ed22b6b98c>
Fri, 23 Nov 2001 18:51:15 +0000 (18:51 +0000)
        * 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
cspi/spi-private.h [new file with mode: 0644]

index 0851bad..5a484a8 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2001-11-23  Mark McLoughlin  <mark@skynet.ie>
+
+       * cspi/spi-private.h: my guess at what michael forgot
+       before he ran off to NZ :-)
+
 2001-11-23  Michael Meeks  <michael@ximian.com>
 
        * cspi/spi_event.c (AccessibleEventListener_removeCallback):
diff --git a/cspi/spi-private.h b/cspi/spi-private.h
new file mode 100644 (file)
index 0000000..64eba34
--- /dev/null
@@ -0,0 +1,20 @@
+#ifndef __SPI_PRIVATE_H__
+#define __SPI_PRIVATE_H__
+
+#include <cspi/spi.h>
+
+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__ */