more implicits

SVN revision: 64206
This commit is contained in:
Mike Blumenkrantz 2011-10-20 21:15:16 +00:00
parent 37f91a4280
commit 18e83d0cef
1 changed files with 1 additions and 0 deletions

View File

@ -19611,6 +19611,7 @@ extern "C" {
*/
EAPI void elm_check_state_pointer_set(Evas_Object *obj, Eina_Bool *statep) EINA_ARG_NONNULL(1);
EAPI void elm_check_states_labels_set(Evas_Object *obj, const char *ontext, const char *offtext) EINA_ARG_NONNULL(1,2,3);
EAPI void elm_check_states_labels_get(const Evas_Object *obj, const char **ontext, const char **offtext) EINA_ARG_NONNULL(1,2,3);
/**
* @}