edbus: Add missing EINA_WARN_UNUSED_RESULT to service API

SVN revision: 80963
This commit is contained in:
Lucas De Marchi 2012-12-14 16:28:41 +00:00
parent c598ce36fc
commit d2a1198b51
1 changed files with 2 additions and 2 deletions

View File

@ -118,8 +118,8 @@ EAPI void edbus_service_interface_unregister(EDBus_Service_Interface *iface) EIN
* and the object path.
*/
EAPI void edbus_service_object_unregister(EDBus_Service_Interface *iface) EINA_ARG_NONNULL(1);
EAPI EDBus_Connection *edbus_service_connection_get(const EDBus_Service_Interface *iface) EINA_ARG_NONNULL(1);
EAPI const char *edbus_service_object_path_get(const EDBus_Service_Interface *iface) EINA_ARG_NONNULL(1);
EAPI EDBus_Connection *edbus_service_connection_get(const EDBus_Service_Interface *iface) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT;
EAPI const char *edbus_service_object_path_get(const EDBus_Service_Interface *iface) EINA_ARG_NONNULL(1) EINA_WARN_UNUSED_RESULT;
/**
* @brief Emit a signal handler of the interface with non-complex types.