Updated Hebrew translation
[platform/upstream/atk.git] / atk / atkgobjectaccessible.h
index eae59ea..f843370 100644 (file)
  * Boston, MA 02111-1307, USA.
  */
 
+#if defined(ATK_DISABLE_SINGLE_INCLUDES) && !defined (__ATK_H_INSIDE__) && !defined (ATK_COMPILATION)
+#error "Only <atk/atk.h> can be included directly."
+#endif
+
 #ifndef __ATK_GOBJECT_ACCESSIBLE_H__
 #define __ATK_GOBJECT_ACCESSIBLE_H__
 
-#include <atk/atk.h>
-
+#include <atk/atkobject.h>
 
-#ifdef __cplusplus
-extern "C" {
-#endif /* __cplusplus */
+G_BEGIN_DECLS
 
 /*
  * The AtkGObjectAccessible class is provided as a basis for implementing
@@ -46,19 +47,22 @@ struct _AtkGObjectAccessible
   AtkObject parent;
 };
 
+ATK_AVAILABLE_IN_ALL
 GType atk_gobject_accessible_get_type (void);
 
 struct _AtkGObjectAccessibleClass
 {
   AtkObjectClass parent_class;
+
+  AtkFunction pad1;
+  AtkFunction pad2;
 };
 
+ATK_AVAILABLE_IN_ALL
 AtkObject *atk_gobject_accessible_for_object      (GObject           *obj);
+ATK_AVAILABLE_IN_ALL
 GObject   *atk_gobject_accessible_get_object      (AtkGObjectAccessible *obj);
 
-#ifdef __cplusplus
-}
-#endif /* __cplusplus */
-
+G_END_DECLS
 
 #endif /* __ATK_GOBJECT_ACCESSIBLE_H__ */