X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=atspi%2Fatspi-misc-private.h;h=27b3717b8149958ba15af129634c0cb98a96e0ab;hb=819f38462c452c3cd7d7fb08adae1f4e018a9c01;hp=f3f4d71bacbe938b57eb3932f27e614dd0207593;hpb=1dc8c769980b75adcdede5eb89289be50f4d19d1;p=platform%2Fupstream%2Fat-spi2-core.git diff --git a/atspi/atspi-misc-private.h b/atspi/atspi-misc-private.h index f3f4d71..27b3717 100644 --- a/atspi/atspi-misc-private.h +++ b/atspi/atspi-misc-private.h @@ -5,7 +5,7 @@ * Copyright 2002 Ximian, Inc. * 2002 Sun Microsystems Inc. * Copyright 2010, 2011 Novell, Inc. - * + * * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library General Public @@ -65,6 +65,7 @@ extern const char *atspi_interface_image; extern const char *atspi_interface_registry; extern const char *atspi_interface_selection; extern const char *atspi_interface_table; +extern const char *atspi_interface_table_cell; extern const char *atspi_interface_text; extern const char *atspi_interface_cache; extern const char *atspi_interface_value; @@ -106,8 +107,6 @@ GArray *_atspi_dbus_return_attribute_array_from_message (DBusMessage *message); GArray *_atspi_dbus_attribute_array_from_iter (DBusMessageIter *iter); -gboolean _atspi_process_deferred_messages (gpointer data); - void _atspi_dbus_set_interfaces (AtspiAccessible *accessible, DBusMessageIter *iter); void _atspi_dbus_set_state (AtspiAccessible *accessible, DBusMessageIter *iter); @@ -149,12 +148,24 @@ GQuark _atspi_error_quark (void); typedef enum { ATSPI_ERROR_APPLICATION_GONE, - ATSPI_ERROR_IPC + ATSPI_ERROR_IPC, + ATSPI_ERROR_SYNC_NOT_ALLOWED, } AtspiError; extern GMainLoop *atspi_main_loop; extern gboolean atspi_no_cache; +GHashTable *_atspi_get_live_refs (); + +gchar *_atspi_name_compat (gchar *in); + +GHashTable *_atspi_dbus_update_cache_from_dict (AtspiAccessible *accessible, DBusMessageIter *iter); + +gboolean _atspi_get_allow_sync (); + +gboolean _atspi_set_allow_sync (gboolean val); + +void _atspi_set_error_no_sync (GError **error); G_END_DECLS #endif /* _ATSPI_MISC_PRIVATE_H_ */