summaryrefslogtreecommitdiff
path: root/droute/droute-test.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove an unused labelEmmanuele Bassi2018-05-171-1/+0
| | | | Avoid the compiler warning us that `out` is defined but unused.
* Fix droute test, and remove dbind dependencyMike Gorse2012-11-121-19/+52
| | | | | | | | The droute test was broken (it had not been updated for recent API changes and also did not return a non-zero exit code on failure). Also, it is the only thing in at-spi2-atk that uses dbind, so re-worked it to call libdbus directly, so that we can remove dbind / avoid having it both here and in at-spi2-core.
* Build fixesMike Gorse2011-07-041-1/+1
|
* Use libatspi to get the accessibility bus and handle main loop integrationMike Gorse2011-03-211-1/+1
| | | | | | | | | | Remove function to get the accessibility bus, since it was duplicating code in at-spi2-core and should be modified for BGO#644851. Also, use atspi_dbus_*_setup_with_g_main instead of depending on dbus-glib, so that FDO#35115 doesn't show up and we don't need to disable p2p if an old version of dbus-glib is installed. Note that at-spi2-atk now depends on libatspi where previously it did not.
* Define -DG_DISABLE_DEPRECATED, and remove deprecated glib symbolMike Gorse2010-08-021-1/+1
| | | | FDO#29365
* Modify the droute tests to use the new introspection scheme.AT_SPI2_ATK_0_1_7Mark Doffman2010-02-111-5/+37
|
* Add the droute and dbind libraries as static libraries within this repository.Mark Doffman2009-11-071-0/+243
| | | | Previously these were shared libraries in at-spi2-core.
* 2009-07-06 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-07-061-243/+0
| | | | | Re-organize the build configuration to use an external registryd, dbind and droute libraries from at-spi2-core.
* 2009-02-10 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2009-02-101-6/+3
| | | | | | Fix some warnings when -Wall used. These included non-void functions with no return values that caused make distcheck to fail.
* 2008-12-17 Mark Doffman <mark.doffman@codethink.co.uk>Mark Doffman2008-12-181-0/+246
Mega commit that changes droute, adding an interface for creating a droute context and registering single, or multiple objects with the droute context. Modifies atk-adaptor and registryd to use the new interface. * droute/ New interface * atk-adaptor Use new droute interface * registryd Use new droute interface * pyatspi Bug fix, methods were using "null" interface.