atspi-document

atspi-document

Synopsis

                    AtspiDocument;
gchar *             atspi_document_get_locale           (AtspiDocument *obj,
                                                         GError **error);
gchar *             atspi_document_get_attribute_value  (AtspiDocument *obj,
                                                         gchar *attribute,
                                                         GError **error);
GHashTable *        atspi_document_get_attributes       (AtspiDocument *obj,
                                                         GError **error);

Object Hierarchy

  GInterface
   +----AtspiDocument

Known Implementations

AtspiDocument is implemented by AtspiAccessible.

Description

Details

AtspiDocument

typedef struct _AtspiDocument AtspiDocument;

atspi_document_get_locale ()

gchar *             atspi_document_get_locale           (AtspiDocument *obj,
                                                         GError **error);

Gets the locale associated with the document's content, e.g. the locale for LOCALE_TYPE_MESSAGES.

obj :

a pointer to the AtspiDocument object on which to operate.

Returns :

a string compliant with the POSIX standard for locale description.

atspi_document_get_attribute_value ()

gchar *             atspi_document_get_attribute_value  (AtspiDocument *obj,
                                                         gchar *attribute,
                                                         GError **error);

atspi_document_get_attributes ()

GHashTable *        atspi_document_get_attributes       (AtspiDocument *obj,
                                                         GError **error);