Add missing accessibility states
[platform/upstream/atk.git] / atk / atkeditabletext.c
index f23b8fa..d44f8bf 100755 (executable)
  * Boston, MA 02111-1307, USA.
  */
 
-#include "atkeditabletext.h"
-
+#include "config.h"
 
-struct _AtkEditableTextIfaceClass
-{
-  GObjectClass parent;
-};
+#include "atkeditabletext.h"
 
-typedef struct _AtkEditableTextIfaceClass AtkEditableTextIfaceClass;
+/**
+ * SECTION:atkeditabletext
+ * @Short_description: The ATK interface implemented by components
+ *  containing user-editable text content.
+ * @Title:AtkEditableText
+ *
+ * #AtkEditableText should be implemented by UI components which
+ * contain text which the user can edit, via the #AtkObject
+ * corresponding to that component (see #AtkObject).
+ *
+ * #AtkEditableText is a subclass of #AtkText, and as such, an object
+ * which implements #AtkEditableText is by definition an #AtkText
+ * implementor as well.
+ *
+ * See also: #AtkText
+ */
 
 GType
-atk_editable_text_get_type ()
+atk_editable_text_get_type (void)
 {
   static GType type = 0;