atspi-accessible.h | atspi-accessible.h | |||
---|---|---|---|---|
skipping to change at line 137 | skipping to change at line 137 | |||
AtspiText * atspi_accessible_get_text (AtspiAccessible *obj); | AtspiText * atspi_accessible_get_text (AtspiAccessible *obj); | |||
AtspiValue * atspi_accessible_get_value (AtspiAccessible *obj); | AtspiValue * atspi_accessible_get_value (AtspiAccessible *obj); | |||
GArray * atspi_accessible_get_interfaces (AtspiAccessible *obj); | GArray * atspi_accessible_get_interfaces (AtspiAccessible *obj); | |||
void atspi_accessible_set_cache_mask (AtspiAccessible *accessible, AtspiCac he mask); | void atspi_accessible_set_cache_mask (AtspiAccessible *accessible, AtspiCac he mask); | |||
void atspi_accessible_clear_cache (AtspiAccessible *accessible); | void atspi_accessible_clear_cache (AtspiAccessible *accessible); | |||
guint atspi_accessible_get_process_id (AtspiAccessible *accessible, GError | ||||
**error); | ||||
/* private */ | /* private */ | |||
void _atspi_accessible_add_cache (AtspiAccessible *accessible, AtspiCache f lag); | void _atspi_accessible_add_cache (AtspiAccessible *accessible, AtspiCache f lag); | |||
AtspiCache _atspi_accessible_get_cache_mask (AtspiAccessible *accessible); | AtspiCache _atspi_accessible_get_cache_mask (AtspiAccessible *accessible); | |||
gboolean _atspi_accessible_test_cache (AtspiAccessible *accessible, AtspiCa che flag); | gboolean _atspi_accessible_test_cache (AtspiAccessible *accessible, AtspiCa che flag); | |||
#endif /* _ATSPI_ACCESSIBLE_H_ */ | #endif /* _ATSPI_ACCESSIBLE_H_ */ | |||
End of changes. 1 change blocks. | ||||
0 lines changed or deleted | 3 lines changed or added | |||
atspi-gmain.h | atspi-gmain.h | |||
---|---|---|---|---|
skipping to change at line 24 | skipping to change at line 24 | |||
* GNU General Public License for more details. | * GNU General Public License for more details. | |||
* | * | |||
* You should have received a copy of the GNU General Public License | * You should have received a copy of the GNU General Public License | |||
* along with this program; if not, write to the Free Software | * along with this program; if not, write to the Free Software | |||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 1 USA | * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-130 1 USA | |||
* | * | |||
* This file is based on dbus-gmain.c from dbus-glib with functions renamed | * This file is based on dbus-gmain.c from dbus-glib with functions renamed | |||
* and unnecessary code removed. | * and unnecessary code removed. | |||
*/ | */ | |||
#include <config.h> | ||||
#ifndef _ATSPI_GMAIN_H | #ifndef _ATSPI_GMAIN_H | |||
#define _ATSPI_GMAIN_H | #define _ATSPI_GMAIN_H | |||
void | void | |||
atspi_dbus_connection_setup_with_g_main (DBusConnection *connection, | atspi_dbus_connection_setup_with_g_main (DBusConnection *connection, | |||
GMainContext *context); | GMainContext *context); | |||
void | void | |||
atspi_dbus_server_setup_with_g_main (DBusServer *server, | atspi_dbus_server_setup_with_g_main (DBusServer *server, | |||
GMainContext *context); | GMainContext *context); | |||
End of changes. 1 change blocks. | ||||
2 lines changed or deleted | 0 lines changed or added | |||