efl/src/lib/elementary/elm_atspi_bridge_eo.legacy.h

29 lines
590 B
C

#ifndef _ELM_ATSPI_BRIDGE_EO_LEGACY_H_
#define _ELM_ATSPI_BRIDGE_EO_LEGACY_H_
#ifndef _ELM_ATSPI_BRIDGE_EO_CLASS_TYPE
#define _ELM_ATSPI_BRIDGE_EO_CLASS_TYPE
typedef Eo Elm_Atspi_Bridge;
#endif
#ifndef _ELM_ATSPI_BRIDGE_EO_TYPES
#define _ELM_ATSPI_BRIDGE_EO_TYPES
#endif
/**
* @brief Indicate if connection with AT-SPI2 bus has been established.
*
* @param[in] obj The object.
*
* @return @c true if connection has been established, @c false otherwise
*
* @ingroup Elm_Atspi_Bridge_Group
*/
EAPI Eina_Bool elm_atspi_bridge_connected_get(const Elm_Atspi_Bridge *obj);
#endif