summaryrefslogtreecommitdiff
path: root/atspi/atspi-private.h
diff options
context:
space:
mode:
authorMike Gorse <mgorse@novell.com>2010-12-29 19:12:55 -0500
committerMike Gorse <mgorse@novell.com>2010-12-29 19:12:55 -0500
commitf8230043c35757edf02c2f8ce7217f51294e52e8 (patch)
tree236dc8f942d2b2d12eb3b3bc4ee525a7863ef9a8 /atspi/atspi-private.h
parent92511ee7ab20a3781fc9a337b6933ab8ca20d2a2 (diff)
downloadat-spi2-core-f8230043c35757edf02c2f8ce7217f51294e52e8.tar.gz
Initial pass at adding i18n and proper object disposal
Objects are now "disposed" when RemoveAccessible is received or the application goes away. This allows the objects to be dereferenced and properly cleaned up. Also fix some related bugs and add i18n. Some reference leaks remain, however.
Diffstat (limited to 'atspi/atspi-private.h')
-rw-r--r--atspi/atspi-private.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/atspi/atspi-private.h b/atspi/atspi-private.h
index b396be83..9977be7d 100644
--- a/atspi/atspi-private.h
+++ b/atspi/atspi-private.h
@@ -30,6 +30,8 @@
#include "atspi-matchrule-private.h"
#include "atspi-misc-private.h"
+#include "glib/gi18n.h"
+
#include "atspi.h"
#endif /* _ATSPI_PRIVATE_H_ */